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: 23.0.60; pcvs cvs-query-directory changed behavior Date: Mon, 21 Apr 2008 12:02:34 -0400 Message-ID: References: <200804181357.m3IDvTFX009251@trauko.cv.nrao.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208794260 409 80.91.229.12 (21 Apr 2008 16:11:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Apr 2008 16:11:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Reiner Steib , bojohan+news@dd.chalmers.se (Johan =?iso-8859-1?Q?Bockg=1FFFFFFFrd?=), Rodrigo Amestica Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 21 18:11:31 2008 connect(): Connection refused 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.50) id 1Jnybq-0005Do-PJ for ged-emacs-devel@m.gmane.org; Mon, 21 Apr 2008 18:11:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jnyb2-0004ob-IE for ged-emacs-devel@m.gmane.org; Mon, 21 Apr 2008 12:10:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JnyVa-0002hd-Ff for emacs-devel@gnu.org; Mon, 21 Apr 2008 12:04:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JnyVT-0002eK-NE for emacs-devel@gnu.org; Mon, 21 Apr 2008 12:04:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnyVT-0002eB-FI for emacs-devel@gnu.org; Mon, 21 Apr 2008 12:04:39 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182] helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JnyVS-0005e7-Is for emacs-devel@gnu.org; Mon, 21 Apr 2008 12:04:39 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsAFAJNXDEhMCpdU/2dsb2JhbACBUakJ X-IronPort-AV: E=Sophos;i="4.25,690,1199682000"; d="scan'208";a="18824235" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 21 Apr 2008 12:02:35 -0400 Original-Received: from pastel.home ([76.10.151.84]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id BUX31635; Mon, 21 Apr 2008 12:02:35 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 091CB8066; Mon, 21 Apr 2008 12:02:35 -0400 (EDT) In-Reply-To: ("Johan =?iso-8859-1?Q?Bockg=1FFFFFFFrd=22's?= message of "Mon, 21 Apr 2008 17:07:51 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:95642 Archived-At: >>> cvs-query-directory now requires a prefix command for not reusing the >>> current directory in a cvs buffer. Before it was always asking for a >>> directory, defaulting to the current one. I found that behavior >>> better than the new one. >> IIUC this behavior has been around since at least Emacs-21 (i.e. since >> before PCL-CVS was integrated in Emacs). > 2007-08-25 Reiner Steib > * pcvs.el (cvs-query-directory): Only prompt when prefix is given. > Don't behave differently when executed via M-x. Add doc string. Oh, so you mean that when you used M-x to run the command, it always prompted you (i.e. you could either use the C-u prefix or run the command via M-x in order to get a prompt), whereas now only C-u works. Yes, I'm not sure why Reiner made this change, Reiner? Stefan