From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PCL-CVS] Menu entry for `cvs-mode-mark' missing Date: Fri, 20 May 2005 16:38:27 -0400 Message-ID: <87r7g13a8n.fsf-monnier+emacs@gnu.org> References: <85u0kxbwg5.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1116621822 25015 80.91.229.2 (20 May 2005 20:43:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 May 2005 20:43:42 +0000 (UTC) Cc: Emacs development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 20 22:43:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZEJz-0003bW-Jo for ged-emacs-devel@m.gmane.org; Fri, 20 May 2005 22:42:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZEKe-00050i-RN for ged-emacs-devel@m.gmane.org; Fri, 20 May 2005 16:42:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZEK8-0004p1-Sx for emacs-devel@gnu.org; Fri, 20 May 2005 16:42:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZEK0-0004mM-G8 for emacs-devel@gnu.org; Fri, 20 May 2005 16:42:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZEK0-0004l2-D3 for emacs-devel@gnu.org; Fri, 20 May 2005 16:42:16 -0400 Original-Received: from [209.226.175.184] (helo=tomts22-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DZEP0-0005kD-Cy; Fri, 20 May 2005 16:47:26 -0400 Original-Received: from alfajor ([70.49.81.51]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050520203832.FTIV21470.tomts22-srv.bellnexxia.net@alfajor>; Fri, 20 May 2005 16:38:32 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id ED725D731F; Fri, 20 May 2005 16:38:27 -0400 (EDT) Original-To: David Kastrup In-Reply-To: (Reiner Steib's message of "Fri, 20 May 2005 20:54:22 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:37407 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37407 > --8<---------------cut here---------------start------------->8--- > --- pcvs-defs.el 17 Dec 2004 16:17:35 +0100 1.30 > +++ pcvs-defs.el 20 May 2005 20:49:45 +0200 > @@ -421,6 +421,8 @@ > ["Ignore" cvs-mode-ignore (cvs-enabledp 'ignore)] > ["Add ChangeLog" cvs-mode-add-change-log-entry-other-window t] > "----" > + ["Mark" cvs-mode-mark t] > + ["Unmark" cvs-mode-unmark t] > ["Mark all" cvs-mode-mark-all-files t] > ["Mark by regexp..." cvs-mode-mark-matching-files t] > ["Mark by state..." cvs-mode-mark-on-state t] > --8<---------------cut here---------------end--------------->8--- I have no opinion on such matters, so if people like it, they should install it. I personally find the menu completely unusable anyway, so its only value is in listing key-bindings. Stefan