emacs-devel
[Top][All Lists]
Advanced

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

Re: Autoloading comment-forward


From: Stefan Monnier
Subject: Re: Autoloading comment-forward
Date: Wed, 11 Jul 2007 23:17:03 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

>> For instance, the code of comment-forward could call a new
>> preloaded function equivalent to `comment-normalize-vars',
>> and `comment-normalize-vars' itself could call that new function
>> to do the work.  This way, calls to `comment-normalize-vars'
>> will still be a good way to cause newcomment.el to get loaded,
>> and everything that works now will continue to work.

>     If someone else wants to do that, I can't prevent it, but spreading
>     the code like this just in the hope to avoid a few KB in the default
>     build (most people will load newcomment.el sooner or later since it's
>     loaded as soon as you hit M-; or use auto-fill-mode or ...), is just
>     a waste of time IMNSHO.

> Why does auto-fill-mode load newcomment when used in Text mode?

Not sure.  Maybe it doesn't in this case.


        Stefan




reply via email to

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