unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* C-c C-{l,r} in Enriched mode.
@ 2004-09-30  3:05 Luc Teirlinck
  2004-09-30 17:57 ` Alex Schroeder
  2004-09-30 22:10 ` Richard Stallman
  0 siblings, 2 replies; 13+ messages in thread
From: Luc Teirlinck @ 2004-09-30  3:05 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-10-04 15:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-30  3:05 C-c C-{l,r} in Enriched mode Luc Teirlinck
2004-09-30 17:57 ` Alex Schroeder
2004-10-01  2:16   ` Luc Teirlinck
2004-09-30 22:10 ` Richard Stallman
2004-10-01  2:53   ` Luc Teirlinck
2004-10-03 14:32     ` Richard Stallman
2004-10-03 20:35       ` Luc Teirlinck
2004-10-03 22:09         ` David Kastrup
2004-10-03 23:01           ` Luc Teirlinck
2004-10-04 15:18             ` Richard Stallman
2004-10-04 12:55           ` Stefan Monnier
2004-10-03 21:03       ` Luc Teirlinck
2004-10-04 15:18         ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).