From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ed Reingold Newsgroups: gmane.emacs.help Subject: Setting local variables in a file Date: Mon, 23 May 2011 07:07:25 -0700 (PDT) Organization: http://groups.google.com Message-ID: <71e7cba0-b4d4-4162-9c4b-9a23cb78cd91@d1g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1306269583 24631 80.91.229.12 (24 May 2011 20:39:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:39:43 +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 24 22:39:37 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOyO6-0001Br-5U for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:39:34 +0200 Original-Received: from localhost ([::1]:45751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOyO5-00089E-De for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:39:33 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!d1g2000yqm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 24.12.213.41 Original-X-Trace: posting.google.com 1306159645 15477 127.0.0.1 (23 May 2011 14:07:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 23 May 2011 14:07:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d1g2000yqm.googlegroups.com; posting-host=24.12.213.41; posting-account=--wjsgoAAAC2hIaIHloh8dWmRYX8Q9by User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:186890 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81221 Archived-At: The following used to work (in an old version of Emacs) at the end of a LaTeX file: %%% Local variables: %%% %%% tex-command:"/export/home/reingold/calendar-book/third-edition/ doerrata" %%% %%% End: %%% But now that I have switched to Emacs 23.3, those lines no longer have the desired effect. What am I doing wrong and how do I fix it? Thanks!