From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75985 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.gnus.general Subject: Re: Proposed default change: Show the lapsed time instead of the date Date: Wed, 26 Jan 2011 08:52:41 +0100 Message-ID: References: <87mxmpkdu2.fsf@gnus.org> <871v41jh9f.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296028393 25084 80.91.229.12 (26 Jan 2011 07:53:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2011 07:53:13 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24337@lists.math.uh.edu Wed Jan 26 08:53:10 2011 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.69) (envelope-from ) id 1Pi0Bh-0002b6-I3 for ding-account@gmane.org; Wed, 26 Jan 2011 08:53:09 +0100 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 1Pi0BV-0001Yj-Tx; Wed, 26 Jan 2011 01:52:57 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Pi0BU-0001YV-6u for ding@lists.math.uh.edu; Wed, 26 Jan 2011 01:52:56 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pi0BS-0000Pg-Ps for ding@lists.math.uh.edu; Wed, 26 Jan 2011 01:52:55 -0600 Original-Received: from mail-wy0-f172.google.com ([74.125.82.172]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pi0BR-0004dP-Mt for ding@gnus.org; Wed, 26 Jan 2011 08:52:53 +0100 Original-Received: by wyf23 with SMTP id 23so637720wyf.17 for ; Tue, 25 Jan 2011 23:52:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:references:mail-followup-to :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=cz9xQ6nwAM+EIHLDesmaTc+9/2sSAAwdjy+3utk4x5s=; b=ZVOCgdk12orRua84gILM51qDcdH7oa9wFeKRlA24izUWCIlyEgOLCwnHLm0l1TZuUM vxsMFNszEBj8amXjhzOD3jUbyKjlWpOLxb5c5G870A74dK8nAaxV9BzmMrq1gFl0qJc0 TeMxquH+cuoOe6eqgoVtZwUiVq151fX7H3fmQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:mail-followup-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=ihQ2brmHvZSsTPtbeT6IK/dRAnHimJqr/ma09Wt/xBdvrEVlb4d4x51WfaUijBhYQI xswha/ZnkJxPsh5GQZrcA2lMkzXBXfavpS0QRQFYpbqwBKvjgZtSlPQp5+nzYGMdlpF+ McP0e2Gq2vLAXu/QkTI/QTAOT51rZnRQljFTk= Original-Received: by 10.216.169.202 with SMTP id n52mr98190wel.15.1296028367908; Tue, 25 Jan 2011 23:52:47 -0800 (PST) Original-Received: from localhost (au213-1-82-235-205-153.fbx.proxad.net [82.235.205.153]) by mx.google.com with ESMTPS id m50sm7612797wek.32.2011.01.25.23.52.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 25 Jan 2011 23:52:45 -0800 (PST) Mail-Followup-To: ding@gnus.org In-Reply-To: <871v41jh9f.fsf@keller.adm.naquadah.org> (Julien Danjou's message of "Tue, 25 Jan 2011 13:32:28 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75985 Archived-At: Julien Danjou writes: > On Tue, Jan 25 2011, Francis Moreau wrote: > >> BTW are there any ways to make such change in the group buffer ? > > I use this, FWIW: > > (setq gnus-user-date-format-alist > '(((gnus-seconds-today) . "Today, %H:%M") > ((+ 86400 (gnus-seconds-today)) . "Yesterday, %H:%M") > (604800 . "%A %H:%M") ; That's one week > ((gnus-seconds-month) . "%A %d") > ((gnus-seconds-year) . "%B %d") > (t . "%B %d %Y"))) ; This one is used when no other does match Thanks, I'll try to cook up something similar with my incredibly limited elisp skills. -- Francis