From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: local variable for updating the time stamp on save Date: Mon, 21 Jan 2008 15:30:40 -0500 Message-ID: References: <476ED79F.1000306@gmail.com> <200801030044.m030ikI2020292@oogie-boogie.ics.uci.edu> <200801030655.m036tJco000552@oogie-boogie.ics.uci.edu> <200801101402.m0AE2aM2006101@oogie-boogie.ics.uci.edu> <478CFFAB.2010104@gmail.com> <668c430c0801170732y4d82ce17gc813fcf2e3ba9593@mail.gmail.com> <479234E5.7040207@gnu.org> <200801191832.m0JIWiGv008783@sallyv1.ics.uci.edu> <668c430c0801201335t6b297788mafe1a7e14816cbf0@mail.gmail.com> <200801210718.m0L7Inah003556@sallyv1.ics.uci.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1200947633 22547 80.91.229.12 (21 Jan 2008 20:33:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2008 20:33:53 +0000 (UTC) Cc: acm@muc.de, bug-gnu-emacs@gnu.org, bkorb@gnu.org To: Dan Nicolaescu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jan 21 21:34:12 2008 Return-path: Envelope-to: geb-bug-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 1JH3LP-0008NI-F4 for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Jan 2008 21:34:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JH3Kz-0004km-Q4 for geb-bug-gnu-emacs@m.gmane.org; Mon, 21 Jan 2008 15:33:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JH3I2-0000ve-IZ for bug-gnu-emacs@gnu.org; Mon, 21 Jan 2008 15:30:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JH3I1-0000uG-Un for bug-gnu-emacs@gnu.org; Mon, 21 Jan 2008 15:30:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JH3I1-0000tj-Dm for bug-gnu-emacs@gnu.org; Mon, 21 Jan 2008 15:30:41 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JH3I1-0004fU-BT for bug-gnu-emacs@gnu.org; Mon, 21 Jan 2008 15:30:41 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JH3I0-0004PC-U1; Mon, 21 Jan 2008 15:30:40 -0500 In-reply-to: <200801210718.m0L7Inah003556@sallyv1.ics.uci.edu> (message from Dan Nicolaescu on Sun, 20 Jan 2008 23:18:49 -0800) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17401 Archived-At: > and for autotools: > > coding Don't know about this one. `coding' is a "fake" variable you can specify in the -*- line to specify the file's coding system. If specifying that "variable" causes questions, please send a precise test case and we will debug it.