Alan Grover <[EMAIL PROTECTED]> writes:
>
> Use of readline-set! causes the error:
>       Unbound variable: readline-options-interface

Thanks, I made a change to export that function.

(Down with non-lexical macros eh :-(.  define-option-interface could
unquote maybe, but I've got into trouble doing that before.)

--- readline.scm.~1.2.2.2.~     2005-06-05 11:33:46.000000000 +1000
+++ readline.scm        2005-06-24 09:19:38.665485232 +1000
@@ -1,6 +1,6 @@
 ;;;; readline.scm --- support functions for command-line editing
 ;;;;
-;;;;   Copyright (C) 1997, 1999, 2000, 2001, 2002 Free Software Foundation, 
Inc.
+;;;;   Copyright (C) 1997, 1999, 2000, 2001, 2002, 2005 Free Software 
Foundation, Inc.
 ;;;; 
 ;;;; This program is free software; you can redistribute it and/or modify
 ;;;; it under the terms of the GNU General Public License as published by
@@ -50,6 +50,7 @@
 ;;; Run-time options
 
 (export
+ readline-options-interface ;; for readline-set! macro
  readline-options
  readline-enable
  readline-disable)
_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to