emacs-devel
[Top][All Lists]
Advanced

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

C-c C-{l,r} in Enriched mode.


From: Luc Teirlinck
Subject: C-c C-{l,r} in Enriched mode.
Date: Wed, 29 Sep 2004 22:05:23 -0500 (CDT)

enriched.el contains:

(define-key enriched-mode-map "\C-c\C-l" 'set-left-margin)
(define-key enriched-mode-map "\C-c\C-r" 'set-right-margin)

But C-c followed by a control character is reserved for _major_ modes.

`(emacs)Formatted Text' states:

   Enriched mode is a minor mode (*note Minor Modes::).  It is
typically used in conjunction with Text mode (*note Text Mode::), but
you can also use it with other major modes such as Outline mode and
Paragraph-Indent Text mode.

But when used in conjunction with Outline mode, Enriched mode
overrides Outline mode's C-c C-l (`hide-leaves') binding.

Should `set-{left,right}-margin' in Enriched mode be rebound?

While on the subject of keybindings, it seems that there are no rules
for C-c followed by a _Meta_ character.  Are these just too
inconvenient to worry about?

Sincerely,

Luc.





reply via email to

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