From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.help Subject: Re: file/local variables (and auctex?) Date: Wed, 11 Apr 2007 18:55:08 +0200 Organization: nil Message-ID: <461d12eb$0$10194$9b4e6d93@newsspool4.arcor-online.net> References: Reply-To: angeli@caeruleus.net NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176313020 4176 80.91.229.12 (11 Apr 2007 17:37:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2007 17:37:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 11 19:36:49 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 1HbgkS-0005zK-A0 for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Apr 2007 19:36:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbgoW-00031s-A8 for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Apr 2007 13:41:00 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!multikabel.net!feed20.multikabel.net!newsfeed.freenet.de!news.albasani.net!feeder06.uucp-net.de!news.uucp.at!uucp.gnuu.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.96 (gnu/linux) Cancel-Lock: sha1:TjHd185JH/oPi78gXcv1qhCGjYw= Original-Lines: 25 Original-NNTP-Posting-Date: 11 Apr 2007 18:55:07 CEST Original-NNTP-Posting-Host: f8abedff.newsspool4.arcor-online.net Original-X-Trace: DXC=l9Vhm6MbEWf]l@YUW5NBkn4IUK 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:42589 Archived-At: * martin rudalics (2007-04-11) writes: > >> % Local Variables: % > >> % mode:latex % > >> % mode:longlines % > >> % tab-width:5 % > >> % tex-open-quote:"\"" % > >> % tex-close-quote:"\"" % > >> % indent-tabs-mode:nil % > >> % indent-line-function:insert-tab % > >> % End: % > > > > There is some spurious whitespace at the end of the last line. This > > prevents the whole stanza from being processed since the suffixes do > > not match. > > That would have caused a "Local variables list is not properly > terminated" error. In the particular case the suffix is " %" and > matches, the trailing space being ignored. I actually got this very error when copying the lines above to a file and opening it. -- Ralf