help-gnu-emacs
[Top][All Lists]
Advanced

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

Redefine <return> to do newline in Custom mode


From: Matthew Flaschen
Subject: Redefine <return> to do newline in Custom mode
Date: Sat, 20 Oct 2007 00:40:57 -0400
User-agent: Thunderbird 2.0.0.5 (X11/20070727)

By default, hitting return in custom mode goes to the next field.
However, I would like to rebind it to newline to make it easier to edit
multi-line fields.  I have tried:

(define-key custom-mode-map "RET" 'newline)

as well as several variations ("^M", "<return>, etc.)

but it seems to have no effect in the actual customization field.  I am
running 22.1.1, packaged by Fedora.

Thanks,

Matt Flaschen




reply via email to

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