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 13:14:43 +0200 Message-ID: <54C0DBA3.5030304@yandex.ru> References: <54B0CC33.2050100@dancol.org> <54BC60A8.6040401@yandex.ru> <54BD9071.5070802@yandex.ru> <85sif3zzwp.fsf@iznogoud.viz> <54C0013C.7070601@dancol.org> <54C0560F.7020609@yandex.ru> 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 1421925301 13082 80.91.229.3 (22 Jan 2015 11:15:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 11:15:01 +0000 (UTC) Cc: Dan Nicolaescu , Daniel Colascione , Stefan Monnier , Emacs developers To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 12:14:56 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 1YEFix-0007v8-SS for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 12:14:56 +0100 Original-Received: from localhost ([::1]:52395 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEFiw-0002Bh-M0 for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 06:14:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEFit-0002Bc-63 for emacs-devel@gnu.org; Thu, 22 Jan 2015 06:14:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEFip-0006b8-UC for emacs-devel@gnu.org; Thu, 22 Jan 2015 06:14:51 -0500 Original-Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:51254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEFip-0006at-Ng; Thu, 22 Jan 2015 06:14:47 -0500 Original-Received: by mail-wi0-f175.google.com with SMTP id fb4so34692497wid.2; Thu, 22 Jan 2015 03:14:46 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=geYczJgEjbb2sFjmvKaH9wzil4rxfUXbKSdeR3tVbAE=; b=IoPfejbcWruX3My6k4Ev9eG48v/C3aXQY/y5KswAPyUBxHxSW2Zy6irr1aVdcVS+wg xeUzaodwpVFawicjfcCOz79o4zy5kaCQYrKRA2Zlz5wKWIzIu3x9hnPGNz8eKWD8K0+4 DvqBZSmCGt5ZQxpzQobY9N3C0LflV7zra3xUd1t+rmgHbHm3MvN2rFAJFCSe3kuL/ef3 yVrBvkaR+YTbDcepDsduAbFyc9TlwWMAl56y6x/3J8b0bJ5clvZbp5niaM/SCG0BP06t aM87DZnTY4Tov0pNTYkCOiPpSQSlD6e+m/k4Kfuh4wE+Cufp3XeoESFpW+vlqr5V4BLG 4h4Q== X-Received: by 10.180.73.47 with SMTP id i15mr47044032wiv.0.1421925286511; Thu, 22 Jan 2015 03:14:46 -0800 (PST) Original-Received: from [192.168.1.3] ([82.102.93.54]) by mx.google.com with ESMTPSA id dt10sm2542651wib.23.2015.01.22.03.14.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Jan 2015 03:14:45 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22f 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:181586 Archived-At: On 01/22/2015 11:17 AM, Andreas Schwab wrote: > What's wrong with putting the other directory in the history, for > retrieval by M-n? That way you have the best of both worlds without > having to remember before starting the command. IME, `M-n' used like this is a pretty obscure feature. Anyway, vc-dir with Daniel's latest patch should be easy to advice to effectively reverse the change, if you don't like it.