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

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

bug#41198: 28.0.50; heading cycling command for outline


From: Howard Melman
Subject: bug#41198: 28.0.50; heading cycling command for outline
Date: Mon, 14 Dec 2020 19:09:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (darwin)

Juri Linkov <juri@linkov.net> writes:

>> I don't follow master so I'm not quite sure what's
>> implemented, but my original suggestion for this was:
>>
>> (define-key outline-minor-mode-map (kbd "C-<tab>") 'outline-cycle)
>> (define-key outline-minor-mode-map (kbd "S-<tab>") 'outline-global-cycle)
>
> This is what's implemented in master:
>
> (define-key outline-minor-mode-map (kbd "<C-tab>") 'outline-cycle)
> (define-key outline-minor-mode-map (kbd "<backtab>") 'outline-cycle-buffer)

Sounds great.  I look forward to Emacs 28.

-- 

Howard






reply via email to

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