emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug#3688: Also need (auto-fill-mode nil) to trigger this bug


From: Stefan Monnier
Subject: Re: bug#3688: Also need (auto-fill-mode nil) to trigger this bug
Date: Mon, 29 Jun 2009 10:54:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux)

> 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.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]