From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: WANG Wei Newsgroups: gmane.emacs.help Subject: Re: how to insert a timestamp? Date: 07 Jan 2004 14:14:08 +0800 Organization: thu Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <45b780c3.0401061312.40351c46@posting.google.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073457048 29074 80.91.224.253 (7 Jan 2004 06:30:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2004 06:30:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 07 07:30:46 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ae7DK-0007Ub-00 for ; Wed, 07 Jan 2004 07:30:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ae8A5-0007aI-FO for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Jan 2004 02:31:29 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 166.111.82.126 Original-X-Trace: mail.cn99.com 1073456049 47310 166.111.82.126 (7 Jan 2004 06:14:09 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Wed, 7 Jan 2004 06:14:09 +0000 (UTC) Original-Sender: =?iso-8859-1?q?=CD=F5=CE=B0?=@WANGWEI User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:119817 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:15760 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15760 try (insert-string (current-time-string)) > ack94598@yahoo.com (') writes: > How can I insert a string representing the current time/date at the > point? It is for timestamping entries in a diary/log. > > Adam