[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: |
Mon, 09 Jul 2007 22:55:48 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) |
>>> I'm not sure I understand the question. AUCTeX uses `comment-forward'
>>> to skip empty or commented lines when traversing LaTeX macro arguments.
>> Why doesn't it use forward-comment instead?
> Because it has to deal with Texinfo files as well.
I see. Then I think Richard's suggestion makes a lot of sense. Except that
it means comment-forward (and hence newcomment.el) should not be autoloaded
but preloaded. I'm all in favor of such a change (after all, the
functionality provided by newcomment.el used to be preloaded (it was in
simple.el) before I rewrote it).
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).
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 <=
- Re: Autoloading comment-forward, Richard Stallman, 2007/07/10
- Re: Autoloading comment-forward, Stefan Monnier, 2007/07/10
- 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