From: Kees Bakker <kees.bakker@altium.nl>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: bug#3688: Also need (auto-fill-mode nil) to trigger this bug
Date: Mon, 29 Jun 2009 11:18:10 +0200 [thread overview]
Message-ID: <200906291118.10568.kees.bakker@altium.nl> (raw)
In-Reply-To: <jwvzlbr2zhc.fsf-monnier+emacsbugreports@gnu.org>
On Monday 29 June 2009, Stefan Monnier wrote:
> > BTW. I never intended to enable auto-fill. But strangly enough the following
> > will _toggle_ auto-fill-mode. (I know, this function is "Toggle Auto Fill mode".
> > Besides a clear description to turn it on, it should also have a clear
> > description to turn it off.)
>
> > (auto-fill-mode nil)
>
> All minor modes are turned on with a positive arg and turned off with
> a negative arg. A nil argument may toggle it, but that might change in
> the future. A `toggle' argument toggles most (but not all) minor modes.
OK. I didn't know that (and I'm using emacs for almost two decades now). Still I
want to express my dislike about the way a "nil" arg is handled.
First, is 0 a positive arg? Some people might think so (I do). It is a bit confusing.
(auto-fill-mode 0) will turn the mode off, so in that sense a zero is not a positive
arg. To summarize
(auto-fill-mode) ;;; toggles
(auto-fill-mode 0) ;;; turn off
(auto-fill-mode nil) ;;; toggles
(auto-fill-mode -1) ;;; turn off
(auto-fill-mode 1) ;;; turn on
(auto-fill-mode t) ;;; turn on
Toggling for a "nil" argument does not make sense to me.
--
Kees
next prev parent reply other threads:[~2009-06-29 9:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200906261356.48352.kees.bakker@altium.nl>
2009-06-26 21:14 ` bug#3688: Also need (auto-fill-mode nil) to trigger this bug Alan Mackenzie
2009-06-29 8:01 ` Kees Bakker
2009-06-29 8:54 ` Stefan Monnier
2009-06-29 9:18 ` Kees Bakker [this message]
2009-06-29 12:14 ` Stefan Monnier
2009-06-29 21:37 ` Alan Mackenzie
2009-06-29 14:55 ` Alan Mackenzie
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200906291118.10568.kees.bakker@altium.nl \
--to=kees.bakker@altium.nl \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
/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 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).