From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66582 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.gnus.general Subject: Small fix for "Score" menu Date: Fri, 28 Mar 2008 13:12:30 +0100 Message-ID: <87od8zcaj5.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206706523 562 80.91.229.12 (28 Mar 2008 12:15:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2008 12:15:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15068@lists.math.uh.edu Fri Mar 28 13:15:54 2008 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 1JfDUb-0008GT-DX for ding-account@gmane.org; Fri, 28 Mar 2008 13:15:33 +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 1JfDT8-0006hg-DI; Fri, 28 Mar 2008 07:14:02 -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 1JfDT6-0006hS-9V for ding@lists.math.uh.edu; Fri, 28 Mar 2008 07:14:00 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JfDT0-0000TW-3E for ding@lists.math.uh.edu; Fri, 28 Mar 2008 07:14:00 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by quimby.gnus.org with smtp (Exim 3.35 #1 (Debian)) id 1JfDT8-0001ZH-00 for ; Fri, 28 Mar 2008 13:14:02 +0100 Original-Received: (qmail invoked by alias); 28 Mar 2008 12:13:22 -0000 Original-Received: from p548648FC.dip.t-dialin.net (EHLO debian) [84.134.72.252] by mail.gmx.net (mp001) with SMTP; 28 Mar 2008 13:13:22 +0100 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1//QMlSqR//REjJJBMma5L/2tqm97Cf5OqrvVw6M+ inDjY7/2T0CGFh User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.2.50 (gnu/linux) Mail-Followup-To: ding@gnus.org X-Y-GMX-Trusted: 0 X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66582 Archived-At: The command `gnus-score-edit-file' asks for a file name, which should be indicated by trailing dots in the corresponding menu entry: --8<---------------cut here---------------start------------->8--- --- gnus-sum.el 24 Mar 2008 21:30:49 +0100 7.218 +++ gnus-sum.el 28 Mar 2008 12:57:07 +0100 @@ -2268,7 +2268,7 @@ ["Set mark below..." gnus-score-set-mark-below t] ["Set expunge below..." gnus-score-set-expunge-below t] ["Edit current score file" gnus-score-edit-current-scores t] - ["Edit score file" gnus-score-edit-file t] + ["Edit score file..." gnus-score-edit-file t] ["Trace score" gnus-score-find-trace t] ["Find words" gnus-score-find-favourite-words t] ["Rescore buffer" gnus-summary-rescore t] --8<---------------cut here---------------end--------------->8--- Changelog entry: 2008-03-28 Sven Joachim * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots. Cheers, Sven