From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Shmakov Newsgroups: gmane.emacs.devel Subject: Re: vc-dir default directory: repository root? Date: Thu, 22 Jan 2015 15:50:57 +0000 Message-ID: <87vbjyq0f2.fsf@violet.siamics.net> 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> <54C107EB.3040408@yandex.ru> <87zj9aq3g0.fsf@violet.siamics.net> <54C10DE0.1050203@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1421941886 10192 80.91.229.3 (22 Jan 2015 15:51:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 15:51:26 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 16:51:19 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 1YEK2O-0002Y4-Lf for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 16:51:16 +0100 Original-Received: from localhost ([::1]:54484 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEK2O-0000Xr-7d for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 10:51:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEK2K-0000Xe-Rz for emacs-devel@gnu.org; Thu, 22 Jan 2015 10:51:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEK2F-0004Ly-8R for emacs-devel@gnu.org; Thu, 22 Jan 2015 10:51:12 -0500 Original-Received: from fely.am-1.org ([2a01:4f8:d15:1b86::2]:56713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEK2E-0004La-VE for emacs-devel@gnu.org; Thu, 22 Jan 2015 10:51:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:Sender:References:Subject:To:From; bh=azXRsT0fLwOj4FzvOHZy0hPKV9ce+4amPfCB8GNdWf0=; b=Jnua0FkzoMa/rXspLoRLdqyTlQfPEfWFZIKs/kH8WfrTba0ACcWRiuAvbaU7f9kyHvOV5mMnfLCddFinegPIhIAN2SLyLNjJXp9Ray7ErgZps4Dju1wynz9kIvpXBjshFDquhWspdrimGsR5LiKpYqr9FBnbBAlfVKR83K/Kvg0=; Original-Received: from [2a02:2560:6d4:26ca::1:1d] (helo=violet.siamics.net) by fely.am-1.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YEK2D-00051W-E2 for emacs-devel@gnu.org; Thu, 22 Jan 2015 15:51:05 +0000 Original-Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YEK26-0008Te-90 for emacs-devel@gnu.org; Thu, 22 Jan 2015 22:50:58 +0700 Mail-Followup-To: Emacs developers In-Reply-To: <54C10DE0.1050203@yandex.ru> (Dmitry Gutov's message of "Thu, 22 Jan 2015 16:49:04 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:4f8:d15:1b86::2 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:181615 Archived-At: >>>>> Dmitry Gutov writes: >>>>> On 01/22/2015 04:45 PM, Ivan Shmakov wrote: >>> And ido-find-file binds `M-n' to a totally different command. >> =E2=80=A6 Yet it still leaves =E2=80=98down=E2=80=99 bound to just the = same good old >> next-line-or-history-element. > Does it? > ... runs the command ido-next-match-dir... > Check out the definition of ido-file-dir-completion-map. I=E2=80=99m unfamiliar with ido.el, so I=E2=80=99ve indeed missed the (ido-mode 'file) part. Now, do I understand it correctly that no minibuffer history is available with ido? Anyway, given that vc-dir (AIUI) has never been altered by ido-mode, and given that there=E2=80=99re a fair share of commands never touched by that (M-x and M-: come to mind), I still expect for the users to be generally familiar with the usual history navigation commands and bindings. --=20 FSF associate member #7257 http://boycottsystemd.org/ =E2=80=A6 3013 B6A0= 230E 334A