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

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

Re: How to rebind keys "C-j" to join-line -- SOLVED!


From: Daniel Jensen
Subject: Re: How to rebind keys "C-j" to join-line -- SOLVED!
Date: Tue, 07 Aug 2007 13:30:00 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux)

"Alex Wei" <swei@arrayinc.com> writes:

> (add-hook 'change-major-mode-hook 'my-key-binding)

This is really bad. Do you see why? If not, you will surely find out
soon. Your key bindings take effect in places that you don't want them
to. For example, RET is a useful key in the minibuffer, it's a shame to
rebind it there.


reply via email to

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