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: M-x cvs-update vs. key binding in *cvs* buffer Date: Tue, 21 Aug 2007 11:22:16 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187709820 6760 80.91.229.12 (21 Aug 2007 15:23:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Aug 2007 15:23:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 21 17:23:39 2007 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 1INVZy-0001kT-Tv for ged-emacs-devel@m.gmane.org; Tue, 21 Aug 2007 17:23:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INVZy-0006z5-42 for ged-emacs-devel@m.gmane.org; Tue, 21 Aug 2007 11:23:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INVZu-0006yj-El for emacs-devel@gnu.org; Tue, 21 Aug 2007 11:23:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INVZt-0006yK-HE for emacs-devel@gnu.org; Tue, 21 Aug 2007 11:23:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INVZt-0006yH-Dm for emacs-devel@gnu.org; Tue, 21 Aug 2007 11:23:33 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INVZt-0007iV-NH for emacs-devel@gnu.org; Tue, 21 Aug 2007 11:23:33 -0400 Original-Received: from ceviche.home (vpn-132-204-232-39.acd.umontreal.ca [132.204.232.39]) by chene.dit.umontreal.ca (8.13.7/8.13.7) with ESMTP id l7LFNV4Y006918 for ; Tue, 21 Aug 2007 11:23:31 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9CC0A70039; Tue, 21 Aug 2007 11:22:16 -0400 (EDT) In-Reply-To: (Reiner Steib's message of "Mon\, 20 Aug 2007 21\:22\:23 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-NAI-Spam-Level: X-NAI-Spam-Score: 0.1 X-NAI-Spam-Rules: 2 Rules triggered PHISH_ACC_002=0.1, HAS_X_HELO=0 X-Detected-Kernel: Linux 2.6 (newer, 3) 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:76893 Archived-At: > It seems that `cvs-query-directory' tries to figure out if it was > called via M-x. But I don't quite understand the purpose. I can't remember the original reason. It may have been to preserve the original behavior which was to always prompt for a directory. But since C-u does the job as well we don't need that kind of hack. Feel free to remove it, Stefan