From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: vc-dir default directory: repository root? Date: Thu, 22 Jan 2015 13:04:45 +0100 Message-ID: <54C0E75D.5080100@swipnet.se> 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> <54C0DBA3.5030304@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 1421928321 30047 80.91.229.3 (22 Jan 2015 12:05:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 12:05:21 +0000 (UTC) Cc: Dan Nicolaescu , Daniel Colascione , Stefan Monnier , Emacs developers To: Dmitry Gutov , Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 13:05:16 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 1YEGVf-0001l9-Up for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 13:05:16 +0100 Original-Received: from localhost ([::1]:52762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEGVf-0003WL-3g for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 07:05:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEGVQ-0003W4-Gk for emacs-devel@gnu.org; Thu, 22 Jan 2015 07:05:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEGVP-0002jj-EW for emacs-devel@gnu.org; Thu, 22 Jan 2015 07:05:00 -0500 Original-Received: from mailfe02.swip.net ([212.247.154.33]:40712 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEGVK-0002ht-TE; Thu, 22 Jan 2015 07:04:55 -0500 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 567852760; Thu, 22 Jan 2015 13:04:50 +0100 Original-Received: from jdvpro.hq.ismobile.com (unknown [176.57.193.190]) (Authenticated sender: jhd) by hosdjarv.se (Postfix) with ESMTPSA id BD5B11A01CE; Thu, 22 Jan 2015 12:04:49 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: <54C0DBA3.5030304@yandex.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.33 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:181588 Archived-At: Dmitry Gutov skrev den 2015-01-22 12:14: > 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. It is used for C-x C-f. The current filename is put there. I think it would be a good solution. Jan D.