From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: Daniel Colascione <danc@merrillprint.com>
Cc: Miles Bader <miles@gnu.org>,
dann@ics.uci.edu, rms@gnu.org, emacs-devel@gnu.org
Subject: Re: turning on minor modes from hooks
Date: Tue, 01 Sep 2009 11:07:42 +0900 [thread overview]
Message-ID: <8763c3v2mp.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <200908311130.50238.danc@merrillprint.com>
Daniel Colascione writes:
> Isn't magically changing behavior between the interactive and
> non-interactive cases a Bad Thing?
No. XEmacs inverts the (boolean) prefix arg in some cases where
experience shows that interactive usage by far favored the prefixed
version. This was hotly opposed in theory, in practice everybody
loved it immediately. It turned out that C-e and M-: (end-of-line) RET
are not aliases in our minds (YMMV), but rather synonyms, and we don't
have trouble making the subtle semantic distinction. (NB, the command
in question isn't `end-of-line', but I don't remember which it is and
a quick grep shows that "invert" isn't the word used in the docstring.)
> What about some kind of enable-minor-mode function?
If you mean a generic function that can enable specific minor modes,
that will just cause proliferation of definitions like
(defun turn-on-auto-fill () (enable-minor-mode 'auto-fill-mode))
(defun turn-off-auto-fill () (disable-minor-mode 'auto-fill-mode))
prev parent reply other threads:[~2009-09-01 2:07 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-29 21:25 turning on minor modes from hooks Dan Nicolaescu
2009-08-29 23:18 ` Miles Bader
2009-08-30 0:14 ` Drew Adams
2009-08-30 2:11 ` Miles Bader
2009-08-30 3:01 ` Drew Adams
2009-08-30 3:58 ` Miles Bader
2009-08-30 3:59 ` Stefan Monnier
2009-08-30 4:00 ` Miles Bader
2009-08-31 3:33 ` Richard Stallman
2009-08-31 14:36 ` Stefan Monnier
2009-08-31 22:15 ` Miles Bader
2009-08-31 23:32 ` Stefan Monnier
2009-09-01 0:17 ` Miles Bader
2009-09-01 12:16 ` Richard Stallman
2009-09-01 16:19 ` Stefan Monnier
2009-09-01 21:20 ` Richard Stallman
2009-09-01 23:23 ` Stefan Monnier
2009-09-03 13:47 ` Richard Stallman
2009-09-04 21:23 ` Geoff Gole
2009-08-31 15:30 ` Daniel Colascione
2009-08-31 18:54 ` Tassilo Horn
2009-09-01 12:16 ` Richard Stallman
2009-08-31 23:43 ` Stefan Monnier
2009-09-01 2:07 ` Stephen J. Turnbull [this message]
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=8763c3v2mp.fsf@uwakimon.sk.tsukuba.ac.jp \
--to=stephen@xemacs.org \
--cc=danc@merrillprint.com \
--cc=dann@ics.uci.edu \
--cc=emacs-devel@gnu.org \
--cc=miles@gnu.org \
--cc=rms@gnu.org \
/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.