guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.6.0 problems with libguilereadline-v-12 and fix


From: Paul Jarc
Subject: Re: 1.6.0 problems with libguilereadline-v-12 and fix
Date: Fri, 20 Sep 2002 11:45:32 -0400
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu)

Thien-Thi Nguyen <address@hidden> wrote:
> alternatively, 1.4.1.89 includes those changes:
>
>   http://www.glug.org/tmp/2002-09/

That version works for me.
$ ./j/guile-1.4.1.89/bin/guile
guile> (use-modules (ice-9 readline))
guile> (activate-readline)
#t
guile> (readline-options 'full)
bounce-parens   500     Time (ms) to show matching opening parenthesis (0 = 
off).
history-length  200     History length.
history-file    yes     Use history file.
guile> (readline-disable 'history-file)
(bounce-parens 500 history-length 200)
guile> (readline-options 'full)
bounce-parens   500     Time (ms) to show matching opening parenthesis (0 = 
off).
history-length  200     History length.
history-file    no      Use history file.


paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]