From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71068 Path: news.gmane.org!not-for-mail From: Knut Anders Hatlen Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Pass proper format string to gnus-message Date: Sun, 19 Sep 2010 13:12:01 +0200 Message-ID: References: <87tylmzpqk.fsf@mid.gehheimdienst.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284894752 19311 80.91.229.12 (19 Sep 2010 11:12:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2010 11:12:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19441@lists.math.uh.edu Sun Sep 19 13:12:31 2010 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 1OxHot-0008Uz-1d for ding-account@gmane.org; Sun, 19 Sep 2010 13:12:31 +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 1OxHoe-0006rA-KA; Sun, 19 Sep 2010 06:12:16 -0500 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 1OxHod-0006qx-57 for ding@lists.math.uh.edu; Sun, 19 Sep 2010 06:12:15 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OxHoc-0006iJ-Gh for ding@lists.math.uh.edu; Sun, 19 Sep 2010 06:12:15 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OxHob-0008U8-00 for ; Sun, 19 Sep 2010 13:12:13 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OxHoZ-0008Jb-7j for ding@gnus.org; Sun, 19 Sep 2010 13:12:11 +0200 Original-Received: from gw2.mysql.com ([213.136.52.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Sep 2010 13:12:11 +0200 Original-Received: from kahatlen by gw2.mysql.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Sep 2010 13:12:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: gw2.mysql.com User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (usg-unix-v) Cancel-Lock: sha1:lRYqYHGKSFdmbzAVfGJWNFKMkt0= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71068 Archived-At: Andreas Schwab writes: > diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el > index bfdb9bd..f533fcd 100644 > --- a/lisp/gnus-art.el > +++ b/lisp/gnus-art.el > @@ -6405,8 +6405,8 @@ not have a face in `gnus-article-boring-faces'." > > (defun gnus-article-describe-briefly () > "Describe article mode commands briefly." > - (interactive) > - (gnus-message 6 (substitute-command-keys "\\\\[gnus-article-goto-next-page]:Next page \\[gnus-article-goto-prev-page]:Prev page \\[gnus-article-show-summary]:Show summary \\[gnus-info-find-node]:Run Info \\[gnus-article-describe-briefly]:This help"))) > + (interactive)5 ^ I suppose the number 5 on this line was unintended? -- Knut Anders