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

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

bug#41129: outline-mode: New keybindings for demote/promote/move-subtree


From: Lars Ingebrigtsen
Subject: bug#41129: outline-mode: New keybindings for demote/promote/move-subtree
Date: Thu, 28 Jan 2021 07:28:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Kangas <stefan@marxist.se> writes:

>> (define-key outline-minor-mode-map (kbd "M-<left>") 'outline-demote)
>> (define-key outline-minor-mode-map (kbd "M-<right>") 'outline-promote)
>
> Sorry, that should be the other way around:
>
> (define-key outline-minor-mode-map (kbd "M-<left>") 'outline-promote)
> (define-key outline-minor-mode-map (kbd "M-<right>") 'outline-demote)

`M-<right>' (etc) are already bound to cursor movement commands by
default, so this would shadow these bindings in outline-minor-mode?  I
think that would be inconvenient for many people.

I'm not sure M-<right> (etc) are obvious bindings for outline handling
even if that weren't the case.  Anybody got any opinions here?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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