From unknown Sat Jun 21 05:16:47 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#2711: [PATCH] CVS: time.el (display-time-default-load-average): Improve docstring Reply-To: Jari Aalto , 2711@debbugs.gnu.org Resent-From: Jari Aalto Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 18 Mar 2009 19:10:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 2711 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.123740289510193 (code B ref -1); Wed, 18 Mar 2009 19:10:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 18 Mar 2009 19:01:35 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.0 required=4.0 tests=IMPRONONCABLE_2, MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from emh02.mail.saunalahti.fi (emh02.mail.saunalahti.fi [62.142.5.108]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2IJ1UgT010187 for ; Wed, 18 Mar 2009 12:01:32 -0700 Received: from saunalahti-vams (vs3-10.mail.saunalahti.fi [62.142.5.94]) by emh02-2.mail.saunalahti.fi (Postfix) with SMTP id E9C8CEF81E for ; Wed, 18 Mar 2009 21:01:28 +0200 (EET) Received: from emh06.mail.saunalahti.fi ([62.142.5.116]) by vs3-10.mail.saunalahti.fi ([62.142.5.94]) with SMTP (gateway) id A01C8EE3921; Wed, 18 Mar 2009 21:01:28 +0200 Received: from picasso.cante.net (a91-155-187-216.elisa-laajakaista.fi [91.155.187.216]) by emh06.mail.saunalahti.fi (Postfix) with ESMTP id D806DE51AF for ; Wed, 18 Mar 2009 21:01:27 +0200 (EET) Received: from [192.168.1.7] (helo=jondo.cante.net) by picasso.cante.net with esmtp (Exim 4.69) (envelope-from ) id 1Lk113-0006or-9H for submit@emacsbugs.donarmstrong.com; Wed, 18 Mar 2009 21:01:25 +0200 Received: from jaalto by jondo.cante.net with local (Exim 4.69) (envelope-from ) id 1Lk114-0006o2-QV for submit@emacsbugs.donarmstrong.com; Wed, 18 Mar 2009 21:01:26 +0200 From: Jari Aalto To: Emacs bug BTS Date: Wed, 18 Mar 2009 21:01:26 +0200 Message-ID: <87r60uvent.fsf@jondo.cante.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-SA-Exim-Connect-IP: 192.168.1.7 X-SA-Exim-Mail-From: jari.aalto@cante.net X-SA-Exim-Scanned: No (on picasso.cante.net); SAEximRunCond expanded to false X-Antivirus: VAMS --=-=-= 2009-03-18 Jari Aalto * time.el (display-time-default-load-average): Improve docstring to include allowable value 0, 1, 2 (for C-h v). --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-lisp-time.el-display-time-default-load-average-I.patch >From f7caf2a28f6e06bfd8b3564a3cb453979e6493ee Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Wed, 18 Mar 2009 21:00:47 +0200 Subject: [PATCH] lisp/time.el: (display-time-default-load-average): Improve docstring Signed-off-by: Jari Aalto --- lisp/time.el | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/lisp/time.el b/lisp/time.el index 965024b..874b606 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -65,7 +65,12 @@ directory `display-time-mail-directory' contains nonempty files." (defcustom display-time-default-load-average 0 "Which load average value will be shown in the mode line. Almost every system can provide values of load for past 1 minute, past 5 or -past 15 minutes. The default is to display 1 minute load average." +past 15 minutes. The default is to display 1 minute load average. +The value can be one of: + + 0 => 1 minute load + 1 => 5 minutes load + 2 => 15 minutes load" :type '(choice (const :tag "1 minute load" 0) (const :tag "5 minutes load" 1) (const :tag "15 minutes load" 2) -- 1.6.1.3 --=-=-=-- From rgm@gnu.org Wed Mar 18 13:41:16 2009 Received: (at control) by emacsbugs.donarmstrong.com; 18 Mar 2009 20:41:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.0 required=4.0 tests=VALID_BTS_CONTROL, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2IKfEG0003504 for ; Wed, 18 Mar 2009 13:41:15 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Lk2Zd-0008Fj-R2; Wed, 18 Mar 2009 16:41:13 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18881.23657.750185.334601@fencepost.gnu.org> Date: Wed, 18 Mar 2009 16:41:13 -0400 From: Glenn Morris To: control Subject: control message X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: cyan X-Ran: 7T{yrbY[@=AUe$;sN"M%+)B)19bzH+u4Ho37\!%`Ogf\bqf}<%cj[?stxV@ny\foJQ1N(M X-Debbugs-No-Ack: yes reassign 2691 emacs,ns reassign 2695 emacs,ns reassign 2701 emacs,ns reassign 2708 spam tags 2709 moreinfo reassign 2710 spam severity 2711 minor reassign 2712 spam From jari.aalto@cante.net Fri Mar 20 10:21:59 2009 Received: (at control) by emacsbugs.donarmstrong.com; 20 Mar 2009 17:21:59 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.0 required=4.0 tests=MURPHY_DRUGS_REL8, VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from emh02.mail.saunalahti.fi (emh02.mail.saunalahti.fi [62.142.5.108]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2KHLtLY010478 for ; Fri, 20 Mar 2009 10:21:57 -0700 Received: from saunalahti-vams (vs3-11.mail.saunalahti.fi [62.142.5.95]) by emh02-2.mail.saunalahti.fi (Postfix) with SMTP id 89B4DEF488 for ; Fri, 20 Mar 2009 19:21:54 +0200 (EET) Received: from emh05.mail.saunalahti.fi ([62.142.5.111]) by vs3-11.mail.saunalahti.fi ([62.142.5.95]) with SMTP (gateway) id A020608AB76; Fri, 20 Mar 2009 19:21:54 +0200 Received: from picasso.cante.net (a91-155-187-216.elisa-laajakaista.fi [91.155.187.216]) by emh05.mail.saunalahti.fi (Postfix) with ESMTP id 824DE27D8B for ; Fri, 20 Mar 2009 19:21:53 +0200 (EET) Received: from [192.168.1.7] (helo=jondo.cante.net) by picasso.cante.net with esmtp (Exim 4.69) (envelope-from ) id 1LkiPn-0003P1-IL for control@emacsbugs.donarmstrong.com; Fri, 20 Mar 2009 19:21:51 +0200 Received: from jaalto by jondo.cante.net with local (Exim 4.69) (envelope-from ) id 1LkiPo-00088Q-Rk for control@emacsbugs.donarmstrong.com; Fri, 20 Mar 2009 19:21:52 +0200 From: Jari Aalto To: control@debbugs.gnu.org Subject: Bug#2711 change of tags / patch X-Bug-User-Agent: Emacs 23.0.91.2 and tinydebian.el 2009.0318.1913 Date: Fri, 20 Mar 2009 19:21:52 +0200 Message-ID: <87eiws6rf3.fsf@jondo.cante.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SA-Exim-Connect-IP: 192.168.1.7 X-SA-Exim-Mail-From: jari.aalto@cante.net X-SA-Exim-Scanned: No (on picasso.cante.net); SAEximRunCond expanded to false X-Antivirus: VAMS tags 2711 + patch thanks From unknown Sat Jun 21 05:16:47 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Jari Aalto Subject: bug#2711 closed by Glenn Morris (Re: bug#2711: [PATCH] CVS: time.el (display-time-default-load-average): Improve docstring) Message-ID: References: <4pwsaid7qy.fsf@fencepost.gnu.org> <87r60uvent.fsf@jondo.cante.net> X-Emacs-PR-Message: they-closed 2711 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: patch Reply-To: 2711@debbugs.gnu.org Date: Sat, 21 Mar 2009 19:05:08 +0000 Content-Type: multipart/mixed; boundary="----------=_1237662308-28952-1" This is a multi-part message in MIME format... ------------=_1237662308-28952-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #2711: [PATCH] CVS: time.el (display-time-default-load-average): Improve do= cstring It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 2711: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D2711 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1237662308-28952-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 2711-done) by emacsbugs.donarmstrong.com; 21 Mar 2009 18:57:12 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_BUG_NUMBER, MURPHY_DRUGS_REL8,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2LIv9AQ026564 for <2711-done@emacsbugs.donarmstrong.com>; Sat, 21 Mar 2009 11:57:11 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Ll6NZ-0007ck-Bq; Sat, 21 Mar 2009 14:57:09 -0400 From: Glenn Morris To: 2711-done@debbugs.gnu.org Subject: Re: bug#2711: [PATCH] CVS: time.el (display-time-default-load-average): Improve docstring References: <87r60uvent.fsf@jondo.cante.net> X-Spook: New World Order FBI Jyllandsposten Clinton Montenegro X-Ran: NhQx4BI*D2}uNiE;z;<4N~P-#&k_(y)@9Qp&<7-ac2aj;7zG3h]Drf~1144\dqJs2`Lj`@ X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sat, 21 Mar 2009 14:57:09 -0400 In-Reply-To: <87r60uvent.fsf@jondo.cante.net> (Jari Aalto's message of "Wed, 18 Mar 2009 21:01:26 +0200") Message-ID: <4pwsaid7qy.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-CrossAssassin-Score: 6 Thanks. ------------=_1237662308-28952-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 18 Mar 2009 19:01:35 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.0 required=4.0 tests=IMPRONONCABLE_2, MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from emh02.mail.saunalahti.fi (emh02.mail.saunalahti.fi [62.142.5.108]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2IJ1UgT010187 for ; Wed, 18 Mar 2009 12:01:32 -0700 Received: from saunalahti-vams (vs3-10.mail.saunalahti.fi [62.142.5.94]) by emh02-2.mail.saunalahti.fi (Postfix) with SMTP id E9C8CEF81E for ; Wed, 18 Mar 2009 21:01:28 +0200 (EET) Received: from emh06.mail.saunalahti.fi ([62.142.5.116]) by vs3-10.mail.saunalahti.fi ([62.142.5.94]) with SMTP (gateway) id A01C8EE3921; Wed, 18 Mar 2009 21:01:28 +0200 Received: from picasso.cante.net (a91-155-187-216.elisa-laajakaista.fi [91.155.187.216]) by emh06.mail.saunalahti.fi (Postfix) with ESMTP id D806DE51AF for ; Wed, 18 Mar 2009 21:01:27 +0200 (EET) Received: from [192.168.1.7] (helo=jondo.cante.net) by picasso.cante.net with esmtp (Exim 4.69) (envelope-from ) id 1Lk113-0006or-9H for submit@emacsbugs.donarmstrong.com; Wed, 18 Mar 2009 21:01:25 +0200 Received: from jaalto by jondo.cante.net with local (Exim 4.69) (envelope-from ) id 1Lk114-0006o2-QV for submit@emacsbugs.donarmstrong.com; Wed, 18 Mar 2009 21:01:26 +0200 From: Jari Aalto To: Emacs bug BTS Subject: [PATCH] CVS: time.el (display-time-default-load-average): Improve docstring Date: Wed, 18 Mar 2009 21:01:26 +0200 Message-ID: <87r60uvent.fsf@jondo.cante.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-SA-Exim-Connect-IP: 192.168.1.7 X-SA-Exim-Mail-From: jari.aalto@cante.net X-SA-Exim-Scanned: No (on picasso.cante.net); SAEximRunCond expanded to false X-Antivirus: VAMS --=-=-= 2009-03-18 Jari Aalto * time.el (display-time-default-load-average): Improve docstring to include allowable value 0, 1, 2 (for C-h v). --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-lisp-time.el-display-time-default-load-average-I.patch >From f7caf2a28f6e06bfd8b3564a3cb453979e6493ee Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Wed, 18 Mar 2009 21:00:47 +0200 Subject: [PATCH] lisp/time.el: (display-time-default-load-average): Improve docstring Signed-off-by: Jari Aalto --- lisp/time.el | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/lisp/time.el b/lisp/time.el index 965024b..874b606 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -65,7 +65,12 @@ directory `display-time-mail-directory' contains nonempty files." (defcustom display-time-default-load-average 0 "Which load average value will be shown in the mode line. Almost every system can provide values of load for past 1 minute, past 5 or -past 15 minutes. The default is to display 1 minute load average." +past 15 minutes. The default is to display 1 minute load average. +The value can be one of: + + 0 => 1 minute load + 1 => 5 minutes load + 2 => 15 minutes load" :type '(choice (const :tag "1 minute load" 0) (const :tag "5 minutes load" 1) (const :tag "15 minutes load" 2) -- 1.6.1.3 --=-=-=-- ------------=_1237662308-28952-1--