[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: clisp within EMACS, readline and the -I option
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: clisp within EMACS, readline and the -I option
- From: haible (Bruno Haible)
- Date: Sat, 28 Jan 95 20:13:52 +0100
Joachim Schrod <schrod@iti.informatik.th-darmstadt.de> tried what I suggested:
> > "man clreadline" tells me that you can achieve
> > this effect by adding the line
> >
> > Control-i: self-insert
> >
> > to your $HOME/.inputrc file.
>
> and lose TAB-completion in bash?
"man clreadline" also tells you that you can have the effect of disabling
TAB in CLISP but not BASH by adding the lines
$if clisp
Control-i: self-insert
$endif
to your $HOME/.inputrc file.
Bruno Haible
haible@ma2s2.mathematik.uni-karlsruhe.de