emacs-devel
[Top][All Lists]
Advanced

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

Re: Longlines mode in menu


From: Stefan Monnier
Subject: Re: Longlines mode in menu
Date: Fri, 20 Jun 2008 15:47:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>>>>> Thanks. What key bindings do you suggest? Maybe this could be
>>>>> a minor mode?
>> It should be either a global minor mode which adds `remap' bindings to
>> the global map, or a buffer-local minor mode which adds the same remap
>> bindings but via a minor-mode map.
> Maybe something like this? I think it is essential to be able to use the
> original move and kill commands too.

Why do you find it essential?

What about something like

   (define-key map [remap forward-paragraph] 'forward-line)


-- Stefan




reply via email to

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