From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Bretfeld Newsgroups: gmane.emacs.help Subject: No TeX-master file recognized in CVS Emacs [was: reftex-citation doesn't ask for pages] Date: Tue, 22 May 2007 21:20:47 +0200 Message-ID: <20070522192047.GA7680@relwi.unibe.ch> References: <4650ae78$0$10186$9b4e6d93@newsspool4.arcor-online.net> <20070520224716.GH6235@relwi.unibe.ch> <4651363f$0$23142$9b4e6d93@newsspool1.arcor-online.net> <20070521103355.GC4395@relwi.unibe.ch> <877ir21kch.fsf@poczta.po.opole.pl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179861665 21833 80.91.229.12 (22 May 2007 19:21:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 May 2007 19:21:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 22 21:21:01 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HqZuj-0002IW-Ll for geh-help-gnu-emacs@m.gmane.org; Tue, 22 May 2007 21:20:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqZuk-0006mw-KG for geh-help-gnu-emacs@m.gmane.org; Tue, 22 May 2007 15:20:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HqZuW-0006mR-8p for help-gnu-emacs@gnu.org; Tue, 22 May 2007 15:20:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HqZuV-0006mE-46 for help-gnu-emacs@gnu.org; Tue, 22 May 2007 15:20:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqZuV-0006mB-14 for help-gnu-emacs@gnu.org; Tue, 22 May 2007 15:20:43 -0400 Original-Received: from viefep18-int.chello.at ([213.46.255.22] helo=viefep24-int.chello.at) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HqZuU-0002Ru-9I for help-gnu-emacs@gnu.org; Tue, 22 May 2007 15:20:42 -0400 Original-Received: from kamaloka.dhatu ([80.219.144.82]) by viefep24-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070522192039.XWED10293.viefep24-int.chello.at@kamaloka.dhatu> for ; Tue, 22 May 2007 21:20:39 +0200 Original-Received: from sven by kamaloka.dhatu with local (Exim 4.63) (envelope-from ) id 1HqZua-0000E1-0k for help-gnu-emacs@gnu.org; Tue, 22 May 2007 21:20:48 +0200 Content-Disposition: inline In-Reply-To: <877ir21kch.fsf@poczta.po.opole.pl> X-Operating-System: Debian GNU/Linux 4.0 Kernel 2.6.18-4-486 User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-kernel: Solaris 10 (beta) 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:44276 Archived-At: Hi Sorry for my late reply. I had no email for some time. From my new subject header you can guess what I did in the meantime. On Mon, May 21, 2007 at 01:34:22PM +0200, Seweryn Kokot wrote: > Another possibility is to get the weekly snapshot, see > http://www.emacswiki.org/cgi-bin/wiki/EmacsCvsAndDebian > for details. The mainainter is the same but now because of license > problem, he builds emacs-snapshot packages out of debian. That's what I did yesterday. Although I have been extremely silly and spoiled my system by doing really stupid things when replacing Emacs 21 by CVS, I have succeeded at last so that I'm running the CVS snapshot under a freshly installed Etch now. Now, I have a strage problem. When I try to run Latex via C-c C-c from a buffer with an included document I get an "undefined control sequence 1.1. \chapter" message from Latex. Its seems that Emacs doesn't know about the master file and tries to run latex on the document shown in the buffer (therefore latex is missing the \begin{document}). I have no idea what the problem is. Was there a change in the CVS version that escaped my attention? Do I have to inform Emacs about the TeX-master in a different way now? However, the file is parsed, because flyspell is on due to the "%%% mode: flyspell" line at the end. Only the line "%%% TeX-master: foo" seems to have no effect. The file worked before with Emacs 21. Can this be a problem because I use the older auctex package of the Debian repository? Thanks for help, Sven