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: Howard Melman
Subject: bug#41129: outline-mode: New keybindings for demote/promote/move-subtree
Date: Mon, 9 May 2022 10:31:18 -0400


> On May 9, 2022, at 6:38 AM, Lars Ingebrigtsen <larsi@gnus.org> wrote:
> 
> Juri Linkov <juri@linkov.net> writes:
> 
>> bug#45147 implemented new mode outline-cycle-minor-mode
>> for Org-like TAB cycling in outline-minor-mode.
>> 
>> It's easy to customize outline-mode-cycle-map
>> and to bind M-left/right to outline-promote/demote:
>> 
>> (define-key outline-mode-cycle-map [(meta left)] 'outline-promote)
>> (define-key outline-mode-cycle-map [(meta right)] 'outline-demote)
> 
> It's now outline-minor-mode-cycle-map, but I added the four bindings
> suggested by Stefan to Emacs 29 now, and I guess we'll find out whether
> that gets in the way of people's work flows here.

Should these four bindings be on outline-minor-mode-cycle-map or
on outline-minor-mode-map?  They don't have to do with cycling.

Howard





reply via email to

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