This is GNU readline 5.2 on Ubuntu 8.04.2.

Problem: I cannot assign a new function to Control-W in INPUTRC.

With other Control-keys I have no problem.

Example (contents of INPUTRC):

Control-w: dump-functions
Control-o: dump-functions

Control-O then has the function dump-functions, but 
Control-W still has the default-function unix-word-rubout!

Even more irritating:

When I type Control-X Control-R (function re-read-init-file), then
Control-W has the new function dump-functions!

When I assign a string in INPUTRC:

Control-w: "TEST!"

then this works. Only binding a function to Control-W fails - at last at
normal startup.


-- 
Ullrich Horlacher              Server- und Arbeitsplatzsysteme
Rechenzentrum                  E-Mail: [email protected]
Universitaet Stuttgart         Tel:    ++49-711-685-65868
Allmandring 30                 Fax:    ++49-711-682357
70550 Stuttgart (Germany)      WWW:    http://www.rus.uni-stuttgart.de/


_______________________________________________
Bug-readline mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to