From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: file/local variables (and auctex?) Date: Wed, 11 Apr 2007 07:53:25 +0200 Message-ID: <461C77D5.1060607@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176288389 15749 80.91.229.12 (11 Apr 2007 10:46:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2007 10:46:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: dev.null@caeruleus.net Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 11 12:45:43 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 1HbVka-0005jJ-PV for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Apr 2007 07:52:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbVoa-0007Zn-UZ for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Apr 2007 01:56:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbVoO-0007WA-UY for help-gnu-emacs@gnu.org; Wed, 11 Apr 2007 01:56:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbVoL-0007Qk-W7 for help-gnu-emacs@gnu.org; Wed, 11 Apr 2007 01:56:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbVoL-0007QR-O7 for help-gnu-emacs@gnu.org; Wed, 11 Apr 2007 01:56:05 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HbVkJ-00021Y-Oh for help-gnu-emacs@gnu.org; Wed, 11 Apr 2007 01:51:56 -0400 Original-Received: (qmail invoked by alias); 11 Apr 2007 05:51:54 -0000 Original-Received: from N923P008.adsl.highway.telekom.at (EHLO [62.47.59.72]) [62.47.59.72] by mail.gmx.net (mp040) with SMTP; 11 Apr 2007 07:51:54 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX190cyIOITl0d5DMpmrmvGjSrwmtTGz5LTuqI8fXAo /BE7r8mU03dqRk User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:42578 Archived-At: >> % 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.