From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: Re: Time stamp in html-helper-mode Date: Sun, 25 Oct 2009 17:11:27 -0400 Message-ID: <4AE4BEFF.60005@mousecar.com> References: <3bbc95c2-8773-4562-8832-9402d2c6a0d9@r31g2000vbi.googlegroups.com> Reply-To: gebser@mousecar.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1256505147 22181 80.91.229.12 (25 Oct 2009 21:12:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Oct 2009 21:12:27 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 25 22:12:20 2009 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 1N2ANv-0008DH-BX for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Oct 2009 22:12:19 +0100 Original-Received: from localhost ([127.0.0.1]:47881 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2ANu-0001p6-Tn for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Oct 2009 17:12:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2AN9-0001e6-I3 for help-gnu-emacs@gnu.org; Sun, 25 Oct 2009 17:11:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2AN9-0001dl-0J for help-gnu-emacs@gnu.org; Sun, 25 Oct 2009 17:11:31 -0400 Original-Received: from [199.232.76.173] (port=33650 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2AN8-0001de-O9 for help-gnu-emacs@gnu.org; Sun, 25 Oct 2009 17:11:30 -0400 Original-Received: from mout.perfora.net ([74.208.4.195]:51305) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2AN8-0001cW-DI for help-gnu-emacs@gnu.org; Sun, 25 Oct 2009 17:11:30 -0400 Original-Received: from dellap.mousecar.net (dsl093-011-017.cle1.dsl.speakeasy.net [66.93.11.17]) by mrelay.perfora.net (node=mrus1) with ESMTP (Nemesis) id 0MVer9-1Mi5tv1Qbf-00YUoY; Sun, 25 Oct 2009 17:11:29 -0400 User-Agent: Thunderbird 2.0.0.22 (X11/20090625) In-Reply-To: <3bbc95c2-8773-4562-8832-9402d2c6a0d9@r31g2000vbi.googlegroups.com> X-Enigmail-Version: 0.96.0 OpenPGP: id=5AD091E7 X-Enigmail-Version: 0.96.0 OpenPGP: id=5AD091E7 X-Provags-ID: V01U2FsdGVkX1/n+0/oHzm5IpbwGveEda2T1phNJgkqyiv5VH/ y5tDWDCzYpZNj/ZNk+o69YyG6KpLpretASv3eZoX3+QI0lfIZ7 KvMjnKV65dY9FXTcc9b1XCdMoSnLND7 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:69227 Archived-At: I encountered the same thing before. That was like a million problems ago, but I believe the deal was that somebody inside emacs changed the beginning and ending tags (something like hhtms) to something else. All I did was find the variable name for the tags, find where in the emacs/elisp code where the variable was set, and then changed it back to what it used to be previously. My emacs has some other problem and isn't working at all right now, else I could give you more details. On 10/23/2009 04:25 PM Mik wrote: > I was using html-helper-mode with Emacs 20.13.50.2 to make web-pages, > and found that > the time stamp ("Last modified") between the hhmts tags was > automatically updated when > the file was saved. I have now upgraded to 22.3.1, but find the > feature no longer works. > I checked that the variable html-helper-do-write-file-hooks is set to > "t". Anyone know what > is wrong? > > I was running the older Emacs on a Mac G4 (OS X 10.3) but am now on a > Mac INTEL > with OS X 10.5, but I wouldn't think that platform should make a > difference. >