On Wed, 17 May 2006, Vincent Lefevre wrote:

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.

Confirmed. I'm not clear on whether that should be happening. And this seems to have no bearing on bindings such as "\M-p", which still don't work.

--
http://rrt.sc3d.org/ | The shorter the better


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to