From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Editing LaTeX with GNU Emacs: mode-line problems. Date: Sat, 17 Dec 2005 15:52:23 -0800 Message-ID: References: <1134847796.963546.316010@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134863657 8652 80.91.229.2 (17 Dec 2005 23:54:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Dec 2005 23:54:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 18 00:54:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EnlrS-0006Xp-Ll for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Dec 2005 00:53:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EnlsD-0002kY-Bw for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Dec 2005 18:53:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Enlrf-0002jP-OV for help-gnu-emacs@gnu.org; Sat, 17 Dec 2005 18:53:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Enlrd-0002iv-UN for help-gnu-emacs@gnu.org; Sat, 17 Dec 2005 18:53:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Enlrd-0002ip-Qo for help-gnu-emacs@gnu.org; Sat, 17 Dec 2005 18:53:21 -0500 Original-Received: from [148.87.122.30] (helo=rgminet01.oracle.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EnluJ-0001zg-MK for help-gnu-emacs@gnu.org; Sat, 17 Dec 2005 18:56:07 -0500 Original-Received: from rgmsgw300.us.oracle.com (rgmsgw300.us.oracle.com [138.1.186.49]) by rgminet01.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id jBHNqSUI015592; Sat, 17 Dec 2005 16:52:28 -0700 Original-Received: from rgmsgw300.us.oracle.com (localhost [127.0.0.1]) by rgmsgw300.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id jBHNqSuS021595; Sat, 17 Dec 2005 16:52:28 -0700 Original-Received: from dradamslap (dhcp-amer-rmdc-csvpn-gw6-141-144-113-6.vpn.oracle.com [141.144.113.6]) by rgmsgw300.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with SMTP id jBHNqRrg021587 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 17 Dec 2005 16:52:28 -0700 Original-To: "Bucky Goldberg" , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: <1134847796.963546.316010@f14g2000cwb.googlegroups.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32029 Archived-At: While I wait for a response from the TeX newsgroup..maybe someone here will be able to help. I'm using GNU Emacs 21.3 with auctex and imenu+. which-func-mode is turned on and correctly puts function names in the mode-line when I'm editing C or C++ files, but does not put the section name in there when I'm editing LaTeX files, though the section menu does pop-up when I right click in the buffer. Any ideas why I'm not seeing this stuff? I can't help with the Auctex stuff. Imenu+ is my library, but I suspect it is unrelated to what you're experiencing. This mailing list is for standard Emacs stuff, not external libraries, so if you do need help with imenu+.el, it's better to email me directly or write something on the wiki: http://www.emacswiki.org/cgi-bin/wiki/ImenuMode. It's good to try to eliminate extra unknowns when trying to track down a problem. Try not loading imenu+.el, and see if you still have the problem. In fact, try not loading any extra libraries - use emacs -q, then load only auxtex and see if the problem is present. If not, then load imenu.el and try again. If not, then load imenu+.el and try again. A priori, imenu+.el should be unrelated to the problem - it has no Tex- or LaTeX-specific code. But you never know - maybe it breaks something. Contact me by email if you find there is a problem with imenu+.el or need help with it. HTH, Drew