all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Subject: C-c C-{l,r} in Enriched mode.
Date: Wed, 29 Sep 2004 22:05:23 -0500 (CDT)	[thread overview]
Message-ID: <200409300305.i8U35NF21051@raven.dms.auburn.edu> (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.

             reply	other threads:[~2004-09-30  3:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-30  3:05 Luc Teirlinck [this message]
2004-09-30 17:57 ` C-c C-{l,r} in Enriched mode 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200409300305.i8U35NF21051@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.