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 16:23:39 +0200 Message-ID: <54C107EB.3040408@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 1421936649 13030 80.91.229.3 (22 Jan 2015 14:24:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 14:24:09 +0000 (UTC) Cc: Dan Nicolaescu , Daniel Colascione , Emacs developers To: Stefan Monnier , Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 15:24:08 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 1YEIg3-0003tx-Ih for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 15:24:07 +0100 Original-Received: from localhost ([::1]:53496 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEIg2-00023V-Tf for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 09:24:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEIfl-00022u-60 for emacs-devel@gnu.org; Thu, 22 Jan 2015 09:23:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEIff-0000LW-P3 for emacs-devel@gnu.org; Thu, 22 Jan 2015 09:23:49 -0500 Original-Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:42750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEIff-0000L6-Hu; Thu, 22 Jan 2015 09:23:43 -0500 Original-Received: by mail-wg0-f45.google.com with SMTP id x12so2022510wgg.4; Thu, 22 Jan 2015 06:23:43 -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=Un1s5ZsF8HssnbNApKGLiS0Aq52QX2LJmgRC6yDaNRE=; b=cQI0fXJVVUyg93ZxcwZJGdQd4IJeG4vNbXUOcs4FgpYzf67BjidmElaQ6T8kIiWOrw copS9Q8AnZiGB2BMKqJX/5z33jNaemVkeGKrQVnz3MNg2aQQHNNJKI4k3XA1p1IIzfh5 9VTdfdI1zO4C1Ve8+OyvN7f5NUq0TiNHsFqT8giVSSgY/FTM+TFs80ukyR0319OdIQI/ QenXzMUTzS4DB8mFx5H1kuJrdsGg8SQoQdAOjyqY8micGbGrgFHn0tFHFb1d3EjXxRtc AqUfoeU6cjVFaJrYIm385RWmPz/dJyoghYNokl2smpC6QbgjU5UKBdRaxg4QVT0Eo8AP +xxw== X-Received: by 10.194.248.201 with SMTP id yo9mr3309132wjc.75.1421936622963; Thu, 22 Jan 2015 06:23:42 -0800 (PST) Original-Received: from [192.168.1.3] ([82.102.93.54]) by mx.google.com with ESMTPSA id ei5sm3255676wid.2.2015.01.22.06.23.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Jan 2015 06:23:42 -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:c00::22d 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:181600 Archived-At: On 01/22/2015 04:18 PM, Stefan Monnier 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. > > Agreed. Okay, what "other directory"? And ido-find-file binds `M-n' to a totally different command. Whatever you may think of this mode, it means that a lot of users are unfamiliar with that use of `M-n'.