[Top][All Lists]
[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: |
Tue, 10 Jul 2007 22:26:34 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) |
> Richard, do you have an objection to preloading newcomment.el (after
> changing forward-comment to comment-forward-internal, adding backward
> motion to comment-forward and making forward-comment an alias of
> comment-forward).
> It is ok if it can't cleanly be avoided. But I'd rather look
> for a way to avoid it, and I expect that should be possible.
> 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.
Stefan
- Autoloading comment-forward, Ralf Angeli, 2007/07/06
- Re: Autoloading comment-forward, Stefan Monnier, 2007/07/06
- Re: Autoloading comment-forward, Ralf Angeli, 2007/07/07
- Re: Autoloading comment-forward, Stefan Monnier, 2007/07/08
- Re: Autoloading comment-forward, Ralf Angeli, 2007/07/09
- Re: Autoloading comment-forward, Stefan Monnier, 2007/07/09
- Re: Autoloading comment-forward, Ralf Angeli, 2007/07/09
- Re: Autoloading comment-forward, Stefan Monnier, 2007/07/09
- Re: Autoloading comment-forward, Richard Stallman, 2007/07/10
- Re: Autoloading comment-forward,
Stefan Monnier <=
- Re: Autoloading comment-forward, Richard Stallman, 2007/07/11
- Re: Autoloading comment-forward, Stefan Monnier, 2007/07/11
- Re: Autoloading comment-forward, Richard Stallman, 2007/07/12
Re: Autoloading comment-forward, Richard Stallman, 2007/07/07