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]

Re: Scwm-0.99.2 pre-release available!


just another data point:

i ran into TAB issues awhile back when running guile in an emacs buffer.
putting the following in ~/.inputrc and munging some var in readline.c
made the problem go away:

$if guile			<-- app id defined in C code
# disable completion
set disable-completion on
$endif

in the end, the problem *really* went away when guile stopped supporting
readline out of the box.  (but i don't know how that affects scwm.)

thi

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