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: Mirko
Subject: Re: How to tell if auto-fill is active?
Date: Tue, 30 Nov 2010 07:49:49 -0800 (PST)
User-agent: G2/1.0

On Nov 25, 9:52 am, Ralf Fassel <ralf...@gmx.de> wrote:
> * Mirko <mvuko...@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'

Thank you.

This is what I need it for:

I use common lisp for much of my analysis work.  I am trying to come
up with a
`workbook' mode where a common lisp file (extension `lisp') has blocks
of format

#|<muse>

text in muse format

</muse>\#

(The #| and |# character sequences mark a balanced comment block,
invisible to the
common lisp reader)

While editing these blocks of text I would like both muse and auto-
fill modes to be
active.

Thanks,

Mirko


reply via email to

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