This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] possible readline fixes.


here is a small patch, which fixes something which has been bugging me 
for a while. The problem is that things such as
readline-options-interface weren't getting exported from the module. I 
may just have missed something big though. please hack to taste.
-- 
-----------| Ceri Storey
    \|/    | http://www.nomorespam.freeserve.co.uk/
   (O O)   |    {for geek code also}
_o0O(_)O0o_| cez@nomorespam.freeserve.co.uk

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/M/S d? s+:-- a--- C++ UL++++ P+ L+++ E W++(--) N+ o? K? O? W--- M-
V? PS+ PE-- Y+ PGP+ t+ 5++ X+ R@ tv++ b+++() DI? D G e@>+++ h! r-- !y+
------END GEEK CODE BLOCK------
Index: readline.scm
===================================================================
RCS file: /cvs/guile/guile/guile-core/guile-readline/readline.scm,v
retrieving revision 1.3
diff -u -r1.3 readline.scm
--- readline.scm	1999/09/12 11:04:07	1.3
+++ readline.scm	1999/10/11 19:47:49
@@ -172,3 +172,7 @@
 		      (set-readline-prompt! "" "")
 		      (set-readline-read-hook! #f)))))
 	(set! (using-readline?) #t))))
+
+(export readline-options-interface add-history read-history 
+	write-history filename-completion-function readline
+	history-file)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]