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

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

bug#15324: 24.3; make hideshow bindings similar to outline minor mode bi


From: Lars Ingebrigtsen
Subject: bug#15324: 24.3; make hideshow bindings similar to outline minor mode bindings
Date: Wed, 24 Feb 2016 15:14:14 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Susanne Oberhauser <froh@suse.com> writes:

> hideshow, prefixed with '+' are proposed new bindings:
>
>      (define-key map "\C-c@\C-h"       'hs-hide-block)
>      (define-key map "\C-c@\C-s"       'hs-show-block)
>      (define-key map "\C-c@\C-\M-h"    'hs-hide-all)
>      (define-key map "\C-c@\C-\M-s"    'hs-show-all)
>      (define-key map "\C-c@\C-l"       'hs-hide-level)
>      (define-key map "\C-c@\C-c"       'hs-toggle-hiding)
> +    (define-key map "\C-c@\C-a"       'hs-show-all)
> +    (define-key map "\C-c@\C-t"       'hs-hide-all)
> +    (define-key map "\C-c@\C-d"       'hs-hide-block)
>
> This one is for those having show/hide entry hard wired to their spinal
> chords
>
> +    (define-key map "\C-c@\C-e"       'hs-toggle-hiding)

Thanks; Stefan seemed to think it was a good idea, but this was never
applied, apparently.  I've now done so to the Emacs trunk.

-- 
(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]