On 2006-04-19 15:11:20 +0100, Reuben Thomas wrote: > I can get some Ctrl-letter keys to work by doing things like: > > "\x1": kill-whole-line # binds C-a to kill-whole-line > > but \x15 does not work as expected (trying various codes indicates > that most C-letters can be bound in this way, but a few can't).
This is related to the tty settings. If I do a "stty kill undef", then the "\C-u": kill-whole-line is taken into account. A "stty kill ^u" makes it fail again. -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / SPACES project at LORIA