Re: [gentoo-user] readline and inputrc

2006-02-22 Thread Anthony E. Caudel
Harry Putnam wrote:
 Anyone know why entries in ~/.inputrc (or for that matter)
 /etc/inputrc are ignored in xterms?
 
 I find that inputrc entries work in console mode but not in X.
 
 Further, testing just now with a silly test entry:
 
 cat ~/.inputrc:
 
   ## C-x C-r reread init files
   Control-o: now what
 
 That even in console mode I get really bad behavior.
 
 Ctrl-o inserts `now what' as expected but then I find that any
 attempts thereafter to do some command like ls or whatever, when I
 press ENTER instead of running the command `ls'  I get
 
 `lsnow what'  and the ls command doesn't fire  any press of ENTER
 prints `now what'.
 
 I'm guessing some kind of conflict with keyboard settings but mine are
 totally stock.  I've done no customizing in that area.
 
 I'd be interested to here what others see when they use ~/.inputrc.
 
 
They work fine for me under KDE's konsole.

-- 
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] readline and inputrc

2006-02-22 Thread Richard Fish
On 2/22/06, Harry Putnam [EMAIL PROTECTED] wrote:
 Anyone know why entries in ~/.inputrc (or for that matter)
 /etc/inputrc are ignored in xterms?

The .inputrc settings are part of the readline library, which is
linked to bash.  So any place you are running bash should have
readline capabilities.  Are you sure you are running bash in your
xterms?

-Richard

-- 
gentoo-user@gentoo.org mailing list