emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: autoload and auto-compression-mode


From: Richard M. Stallman
Subject: Re: autoload and auto-compression-mode
Date: Sun, 22 Jan 2006 19:10:22 -0500

      There are many variables in Emacs whose
    value only takes effect either by calling a function or by setting
    through Custom.

In the original Emacs design, ALL minor modes were controlled directly
by the value of a variable; there was no such thing as a variable you
could not effectively set with setq and effectively bind with let.

The existence of such variables is a flaw in the design.  It is
basically unclean.  I added them because more powerful minor modes are
very useful, but I wish we could get the same results without this
uncleanness.  We should avoid it when we can. 

So please don't ever argue for using this approach in one case
because we use it in other cases!




reply via email to

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