From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: vc-dir default directory: repository root? Date: Thu, 22 Jan 2015 03:44:47 +0200 Message-ID: <54C0560F.7020609@yandex.ru> References: <54B0CC33.2050100@dancol.org> <54BC60A8.6040401@yandex.ru> <54BD9071.5070802@yandex.ru> <85sif3zzwp.fsf@iznogoud.viz> <54C0013C.7070601@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1421891111 13324 80.91.229.3 (22 Jan 2015 01:45:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 01:45:11 +0000 (UTC) To: Daniel Colascione , Stefan Monnier , Dan Nicolaescu , Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 02:45:10 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YE6pZ-0004qg-5T for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 02:45:09 +0100 Original-Received: from localhost ([::1]:50801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE6pY-0002kF-8O for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2015 20:45:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE6pL-0002jx-AA for emacs-devel@gnu.org; Wed, 21 Jan 2015 20:44:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YE6pG-0004Uu-8b for emacs-devel@gnu.org; Wed, 21 Jan 2015 20:44:55 -0500 Original-Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:58164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE6pG-0004Ui-1t; Wed, 21 Jan 2015 20:44:50 -0500 Original-Received: by mail-we0-f180.google.com with SMTP id m14so21127953wev.11; Wed, 21 Jan 2015 17:44:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=yubs66AKTjf351IO7mmrc3NR6rk1jkNa0cRh7eT3XPY=; b=fH+yFy73PDO7FLL/ZNoqq7lJku3uv5fjv5Xam21bQ/UP6iQm112Eobyrhdr16UOM3F XhwIU7pGZvu2ZmCwSaJflPUDN7tV4PM7UhIarENPGKTeDuQNiquPknlYFN6A9iEyZdYK rHpXzaWoWxFwireT9lZHI8dUfzPZIdHhy5OWaOlTZ/khuaqMRe1M4FE1EcJWCYGsy3Sf ZrPvzOaO7WwgRpgg7MpoZzsdx9MyxzKwEZnHb3F6TIVsVFcd5QtiXDIbi83AkA3tVAhr zcGqsLnlRxWE6lj0oZ3mg+l+T7cpHGjyDztE5BUz50bNxXgzrEARBOcGJKC46WiPSFnQ 6wkQ== X-Received: by 10.180.206.47 with SMTP id ll15mr220452wic.34.1421891089409; Wed, 21 Jan 2015 17:44:49 -0800 (PST) Original-Received: from [192.168.1.3] ([82.102.93.54]) by mx.google.com with ESMTPSA id 7sm1945864wjq.29.2015.01.21.17.44.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Jan 2015 17:44:48 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 In-Reply-To: <54C0013C.7070601@dancol.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::234 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181546 Archived-At: On 01/21/2015 09:42 PM, Daniel Colascione wrote: > Does anyone actually use the existing ability to > force a particular backend? Probably not, but the ability makes sense: how else to open vc-dir using a specific backend in a multi-VCS directory? Those are possible. I'd relegate it to C-u C-u, though. So if the numeric argument is 4, just ask for the directory (defaulting to default-directory, I'd say). If it's 16, then ask for the backend and the directory.