From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64820 Path: news.gmane.org!not-for-mail From: Sivaram N Newsgroups: gmane.emacs.gnus.general Subject: Re: any way to timestamp Messages? Date: Mon, 18 Jun 2007 22:10:56 +0530 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182186956 14144 80.91.229.12 (18 Jun 2007 17:15:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2007 17:15:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M13330@lists.math.uh.edu Mon Jun 18 19:15:54 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1I0KpT-0007he-MV for ding-account@gmane.org; Mon, 18 Jun 2007 19:15:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1I0Kn7-000836-JC; Mon, 18 Jun 2007 12:13:25 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1I0Kn5-00082h-Px for ding@lists.math.uh.edu; Mon, 18 Jun 2007 12:13:23 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1I0KmL-0000xW-R4 for ding@lists.math.uh.edu; Mon, 18 Jun 2007 12:12:40 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1I0Kls-0001Y4-00 for ; Mon, 18 Jun 2007 19:12:08 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I0KWe-00068q-Jb for ding@gnus.org; Mon, 18 Jun 2007 18:56:25 +0200 Original-Received: from 59.92.192.109 ([59.92.192.109]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jun 2007 18:56:24 +0200 Original-Received: from nsivaram.net by 59.92.192.109 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Jun 2007 18:56:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 59.92.192.109 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (windows-nt) Cancel-Lock: sha1:bR8oTD3twLhqA450OVmEL63nGWs= X-Spam-Score: -1.1 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64820 Archived-At: Katsumi Yamaoka writes: >>>>>> In Sivaram N wrote: > >> I have > >> (setq gnus-verbose 10) >> (setq gnus-verbose-backends 10) > >> in my .gnus.el file. Is there a way to get it timestamped as it >> writes all those messages to the *Messages* buffer? A configurable >> option would be nice. > >> Maybe get (current-time-string) to be called before writing? > > You want timestamps to be only in the *Messages* buffer, don't > you? There seems to be no way to add timestamps only to the > *Messages* buffer but the following workaround will work: > [...] Yes, Whatever chatter Gnus does and writes to the Messages buffer, I'd like it to be Timestamped. The functions you provided did that nicely after I eval'ed them. If this feature can be plugged in a future release, at least for some actions especially those involving downloading, refreshing the NG, sending emails.... regards, sivaram