> Date: Sun, 26 Mar 2000 18:55:21 -0300
> From: Rodrigo Castro <[EMAIL PROTECTED]>
> To: Samuel Tardieu <[EMAIL PROTECTED]>, debian-devel@lists.debian.org,
>   debian-user@lists.debian.org
> Subject: Re: Bash and Letter E 
> 
> Hello,
> [...]
> 
> INPUTRC
> --
> [...]
> "\e[C":forward-char
> "\e[D":backward-char
> "\e[E":beginning-of-line
> "\e[H":beginning-of-line
> "\eOH":beginning-of-line
> "\eOF":end-of-line
> "\EOF":end-of-line
> "\e[F":end-of-line
> "\e[e":end-of-line
> --


 Is "\EOF" really what your file says here?  maybe \E isn't treated as
escape, so bash is looking for a literal "E" to be followed by "OF", and
then it will go to the end of the line.  (Try that, typing "EOF", and see if
the cursor jumps to the end of the line.)  If it does, then remove that line
from /etc/inputrc!

-- 
#define X(x,y) x##y
DUPS Secretary ; http://is2.dal.ca/~dups/
Peter Cordes ;  e-mail: X([EMAIL PROTECTED] , dal.ca)

"The gods confound the man who first found out how to distinguish the hours!
 Confound him, too, who in this place set up a sundial, to cut and hack
 my day so wretchedly into small pieces!" -- Plautus, 200 BCE

Reply via email to