emacs-devel
[Top][All Lists]
Advanced

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

Re: Should `auto-fill-function' be a safe local variable?


From: Richard M Stallman
Subject: Re: Should `auto-fill-function' be a safe local variable?
Date: Tue, 06 Jan 2009 17:59:27 -0500

    So should `auto-fill-function' be a safe local variable?

In general, it cannot be safe.  Its value is a function.
But we could say that the value nil is safe for it.

Perhaps it is unfortunate that the variable which controls
Auto Fill mode has a function value rather than a boolean value.
If nobody makes use of the potential to specify different kinds of
auto-filling functions, perhaps we should replace it with a boolean
variable `auto-fill-mode'.




reply via email to

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