From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: Autoloading comment-forward Date: Sat, 07 Jul 2007 08:24:16 +0200 Message-ID: <87k5tck9yn.fsf@neutrino.caeruleus.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183789489 15349 80.91.229.12 (7 Jul 2007 06:24:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Jul 2007 06:24:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 07 08:24:46 2007 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I73in-00031S-SD for ged-emacs-devel@m.gmane.org; Sat, 07 Jul 2007 08:24:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I73in-0004L1-CS for ged-emacs-devel@m.gmane.org; Sat, 07 Jul 2007 02:24:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I73ik-0004Kw-JB for emacs-devel@gnu.org; Sat, 07 Jul 2007 02:24:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I73ii-0004Kk-5Z for emacs-devel@gnu.org; Sat, 07 Jul 2007 02:24:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I73ih-0004Kh-Vx for emacs-devel@gnu.org; Sat, 07 Jul 2007 02:24:40 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I73ih-0006mM-FZ for emacs-devel@gnu.org; Sat, 07 Jul 2007 02:24:39 -0400 Original-Received: from [84.165.61.6] (helo=neutrino.caeruleus.net) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis), id 0ML2xA-1I73iK17ib-0003dG; Sat, 07 Jul 2007 08:24:16 +0200 In-Reply-To: (Stefan Monnier's message of "Fri, 06 Jul 2007 21:34:13 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Provags-ID: V01U2FsdGVkX19jo7sk+ciOG2R1wE/cIfazOGiqq0ZdQyQisI4 xbnIlCxDdOLh29BaVdNdkdCyfKNFWxFKDvEiVux01zBnNnyBMd oO5rIlI0MxzF2HlxyE7Tw== X-detected-kernel: Linux 2.6? (barebone, rare!) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74427 Archived-At: * Stefan Monnier (2007-07-07) writes: >> RefTeX and AUCTeX use `comment-forward' when skipping over multiple TeX >> groups. The function -- while being quite useful -- is not autoloaded >> at the moment. Perhaps it should be? > > Before calling comment-forward, you need to call comment-normalize-vars > which *is* autoloaded. Oh, okay. Thanks for the hint. Is this documented somewhere? Should it be done everytime `comment-forward' is called? I saw that other functions in newcomment.el call `comment-normalize-vars' themselves. Would it make sense if `comment-forward' did the same (and was autoloaded)? -- Ralf