bug-readline
[Top][All Lists]
Advanced

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

[Bug-readline] re-read-init-file issue


From: bob
Subject: [Bug-readline] re-read-init-file issue
Date: Sun, 05 Apr 2009 14:38:10 -0500
User-agent: Thunderbird 2.0.0.12 (X11/20080227)

I have a "bind re-read-init-file" command in my .profile because I set INPUTRC with the file I want readline to use. I am not sure why but when this command is run, even when there is not .inputrc file, it causes the "f" key to be remapped.
Can you suggest a possible workaround?

address@hidden:~$ bind -p|grep '"f"'
"f": self-insert
address@hidden:~$ echo $INPUTRC

address@hidden:~$ ls -l ~/.inputrc
ls: cannot access /home/bob/.inputrc: No such file or directory
address@hidden:~$ bind re-read-init-file
address@hidden:~$ bind -p|grep '"f"'
"f": vi-char-search
address@hidden:~$ set|grep BASH
BASH=/bin/bash
BASH_ARGC=()
BASH_ARGV=()
BASH_LINENO=()
BASH_SOURCE=()
BASH_VERSINFO=([0]="3" [1]="2" [2]="33" [3]="1" [4]="release" [5]="i486-pc-linux-gnu")
BASH_VERSION='3.2.33(1)-release'

Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]