emacs-devel
[Top][All Lists]
Advanced

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

Re: Eliminating "changed in Emacs outside of Customize"


From: Richard Stallman
Subject: Re: Eliminating "changed in Emacs outside of Customize"
Date: Thu, 03 Feb 2005 01:39:48 -0500

It is normal and not unusual for Lisp code to set buffer-local values
for defcustom variables, and to bind them with `let'.
Consider case-fold-search, for instance, and paragraph-separate.

It is not clean for Lisp code to set case-fold-search globally, since
it is cleaner to make a let binding instead.  But I would not endorse
the idea of making a "rule" against this.





reply via email to

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