* Elisp manual, node Defining Minor Modes, doc for C-c
@ 2006-07-22 22:16 Drew Adams
2006-07-24 14:42 ` Richard Stallman
0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2006-07-22 22:16 UTC (permalink / raw)
This is what the Elisp manual, node Defining Minor Modes, says about key
bindings:
The key sequences bound in a minor mode should consist of `C-c'
followed by a punctuation character _other than_ `{', `}', `<', `>',
`:', and `;'. (Those few punctuation characters are reserved for major
modes.)
It's not clear what is meant here by a punctuation character. Is it a
character with a punctuation syntax class, or is the set of possible
characters here fixed?
If it's the former, then we should say so, for clarity, and mention the
buffer (minibuffer?) whose syntax table is used.
If it's the latter, then it would be better to simply list the punctuation
characters that are allowed - otherwise, how will a user look up that list?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-24 14:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-22 22:16 Elisp manual, node Defining Minor Modes, doc for C-c Drew Adams
2006-07-24 14:42 ` Richard Stallman
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.