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

Re: Bash and Letter E



> Date: Sun, 26 Mar 2000 18:55:21 -0300
> From: Rodrigo Castro <rodsc@bigfoot.com>
> To: Samuel Tardieu <sam@debian.org>, 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(peter@cordes.phys. , 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 to: