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

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

Re: emacs ctrl-m is RET. how to change for rebinding ?


From: Johan Bockgård
Subject: Re: emacs ctrl-m is RET. how to change for rebinding ?
Date: Mon, 03 Apr 2006 05:30:54 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> all you need to do is to bind [return] explicitly to a command like
> `newline' and the mapping to C-m will not happen:
>
>   (global-set-key [return] 'newline)

And now your minibuffer is broken.

-- 
Johan Bockgård


reply via email to

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