From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: annoying gnus time updating Date: Mon, 31 Jan 2011 08:42:38 +0100 Message-ID: <8739o9a58x.fsf@member.fsf.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296459771 30372 80.91.229.12 (31 Jan 2011 07:42:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2011 07:42:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 31 08:42:46 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PjoPO-0003m9-Eb for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 08:42:46 +0100 Original-Received: from localhost ([127.0.0.1]:33981 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjoPN-0005Ym-Pu for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 02:42:45 -0500 Original-Received: from [140.186.70.92] (port=42517 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjoPJ-0005YX-Ek for emacs-devel@gnu.org; Mon, 31 Jan 2011 02:42:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjoPI-0008Pe-5S for emacs-devel@gnu.org; Mon, 31 Jan 2011 02:42:41 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:2698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjoPH-0008PY-Vm; Mon, 31 Jan 2011 02:42:40 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 672AE7801894; Mon, 31 Jan 2011 08:42:39 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11540-07; Mon, 31 Jan 2011 08:42:38 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id D08D6780186B; Mon, 31 Jan 2011 08:42:38 +0100 (CET) In-Reply-To: (Miles Bader's message of "Mon, 31 Jan 2011 15:58:55 +0900") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 141.26.64.15 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135273 Archived-At: Miles Bader writes: Hi Miles, > ... where the "(9 hours ... seconds ago)" bit is dynamically updated, > with the seconds counting down as I watch. > > While very cute, this is also annoying. ,----[ C-h v gnus-article-update-date-headers RET ] | gnus-article-update-date-headers is a variable defined in `gnus-art.el'. | Its value is 1 | | Documentation: | How often to update the date header. | If nil, don't update it at all. | | You can customize this variable. | | This variable was introduced, or its default value was changed, in | version 24.1 of Emacs. `---- Bye, Tassilo