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: Autoloading comment-forward Date: Fri, 06 Jul 2007 21:20:10 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183749627 21165 80.91.229.12 (6 Jul 2007 19:20:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Jul 2007 19:20:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 06 21:20:25 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 1I6tLr-00052A-5V for ged-emacs-devel@m.gmane.org; Fri, 06 Jul 2007 21:20:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6tLq-0004xm-L3 for ged-emacs-devel@m.gmane.org; Fri, 06 Jul 2007 15:20:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I6tLn-0004xh-S5 for emacs-devel@gnu.org; Fri, 06 Jul 2007 15:20:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I6tLl-0004xV-Qv for emacs-devel@gnu.org; Fri, 06 Jul 2007 15:20:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6tLl-0004xS-Lt for emacs-devel@gnu.org; Fri, 06 Jul 2007 15:20:17 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I6tLl-0004IL-BL for emacs-devel@gnu.org; Fri, 06 Jul 2007 15:20:17 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I6tLi-0007k6-CT for emacs-devel@gnu.org; Fri, 06 Jul 2007 21:20:14 +0200 Original-Received: from p54a51382.dip0.t-ipconnect.de ([84.165.19.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Jul 2007 21:20:14 +0200 Original-Received: from angeli by p54a51382.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Jul 2007 21:20:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p54a51382.dip0.t-ipconnect.de User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:Rwi0p7AK46Ku68ifoKrGRR9kmQQ= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:74418 Archived-At: Hi, 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? The current situation is not a big problem for AUCTeX since it contains a compatibility function for `comment-forward' anyway. The reason for this being XEmacs not containing `comment-forward' at all. RefTeX likely will get a compatibilty function as well due to the same reason. Currently some RefTeX functionality is not working as long as newcomment.el is not loaded. -- Ralf