help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to tell if auto-fill is active?


From: Ralf Fassel
Subject: Re: How to tell if auto-fill is active?
Date: Thu, 25 Nov 2010 15:52:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

* Mirko <mvukovic@nycap.rr.com>
| I would like to test if auto-fill-mode is on, and whether to call
| (auto-fill-mode).

Turn it on: (auto-fill-mode 1)
Turn it off: (auto-fill-mode 0)
Toggle it: (auto-fill-mode)

What do you need the status for?

HTH
R'


reply via email to

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