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:49:04 +0200 Message-ID: <54C10DE0.1050203@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> <54C107EB.3040408@yandex.ru> <87zj9aq3g0.fsf@violet.siamics.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1421938939 22023 80.91.229.3 (22 Jan 2015 15:02:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 15:02:19 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 16:02:18 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 1YEJGy-0007NF-FP for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 16:02:16 +0100 Original-Received: from localhost ([::1]:53846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEJGx-0005Eu-Mt for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 10:02:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEJ4J-000842-4L for emacs-devel@gnu.org; Thu, 22 Jan 2015 09:49:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEJ4F-0002gN-QZ for emacs-devel@gnu.org; Thu, 22 Jan 2015 09:49:11 -0500 Original-Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:41696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEJ4F-0002gD-J6 for emacs-devel@gnu.org; Thu, 22 Jan 2015 09:49:07 -0500 Original-Received: by mail-we0-f182.google.com with SMTP id l61so2156388wev.13 for ; Thu, 22 Jan 2015 06:49:07 -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=uk2zungYbzssz3pbLQxSPzfWB9dN0Ppi/3aPbPGex2g=; b=PKloz7s2ZA3ickZQEwHa4LXrz53R9sPDjG3NmeHbNmhA3po1WOZcOOJ6kDthmg76UJ ul2f0Ix+RNcyOtVTaFZIStNaOGDZTOd/zmHmdOMlv3GLjQwLH1CK0Dz2S3oZGs8QHe3C chN15Pymhhzt4+8sNLDGjFfbbLKDY6u5fGoj+dBTRcW/EblO5k3PMR6tGu7bfVUbGagL obbcIxwQuMdN9oGxxfgpse+GzlZ47J/H+l+VvH9JWaVAkXyJHxue8fnygWLbGmR7+GV4 x0GWgctuQn046FwCcGk8PypDQ22WAX/BLUindEAYHUEw0QmXWug9A/XPUYxyV5aB8PEp wfug== X-Received: by 10.194.95.10 with SMTP id dg10mr3884551wjb.82.1421938146984; Thu, 22 Jan 2015 06:49:06 -0800 (PST) Original-Received: from [192.168.1.3] ([82.102.93.54]) by mx.google.com with ESMTPSA id d7sm4289547wjs.2.2015.01.22.06.49.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Jan 2015 06:49:06 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 In-Reply-To: <87zj9aq3g0.fsf@violet.siamics.net> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::236 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:181610 Archived-At: On 01/22/2015 04:45 PM, Ivan Shmakov wrote: > > And ido-find-file binds `M-n' to a totally different command. > > … Yet it still leaves ‘down’ 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.