From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jeffrey L. Greer" Newsgroups: gmane.emacs.help Subject: automatic time-stamp Date: Tue, 03 May 2005 23:49:48 GMT Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115235733 2622 80.91.229.2 (4 May 2005 19:42:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 May 2005 19:42:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 04 21:42:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTPjy-0001QR-GQ for geh-help-gnu-emacs@m.gmane.org; Wed, 04 May 2005 21:41:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTPYU-0000oy-3m for geh-help-gnu-emacs@m.gmane.org; Wed, 04 May 2005 15:29:10 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!news.glorb.com!cycny01.gnilink.net!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc02.POSTED!b2faec16!not-for-mail User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Original-Lines: 16 Original-NNTP-Posting-Host: 70.110.81.169 Original-X-Complaints-To: abuse@verizon.net Original-X-Trace: trnddc02 1115164188 70.110.81.169 (Tue, 03 May 2005 19:49:48 EDT) Original-NNTP-Posting-Date: Tue, 03 May 2005 19:49:48 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:130638 Original-To: help-gnu-emacs@gnu.org 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:26290 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26290 I am trying to configure automatic time-stamp for emacs 21 in a Debian Sarge system. I have the following .emacs file in my home directory. I have read and re-read what seems to be the relevant pages in the hard copy of Gnu Emacs Manual. Time stamp will only work manually. Suggestions please? Thank you, Jeff Greer (custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(add-hook (quote write-file-hooks) t) '(case-fold-search t) '(column-number-mode t) '(current-language-environment "English") '(global-font-lock-mode t nil (font-lock)) '(time-stamp-active t))