From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: ido-vc-dir anyone? Date: Fri, 26 Aug 2011 13:48:55 +0200 Message-ID: <4E578827.4080205@dogan.se> References: <4E56700B.9010108@dogan.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1314359355 13319 80.91.229.12 (26 Aug 2011 11:49:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Aug 2011 11:49:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 26 13:49:11 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QwuuM-0005Wk-Fd for ged-emacs-devel@m.gmane.org; Fri, 26 Aug 2011 13:49:10 +0200 Original-Received: from localhost ([::1]:43306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwuuL-0001hC-KU for ged-emacs-devel@m.gmane.org; Fri, 26 Aug 2011 07:49:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwuuI-0001h5-Fd for emacs-devel@gnu.org; Fri, 26 Aug 2011 07:49:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwuuH-0002m1-GE for emacs-devel@gnu.org; Fri, 26 Aug 2011 07:49:06 -0400 Original-Received: from mailout.ownit.se ([94.137.101.210]:56877 helo=spamgw1.ownit.se) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwuuH-0002li-0K for emacs-devel@gnu.org; Fri, 26 Aug 2011 07:49:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ownit.se; s=2010.dkim; h=received:received:message-id:date:from:user-agent:mime-version:to:subject: references:in-reply-to:content-type:content-transfer-encoding; bh=e1yrNFs8yaflzR7iJQ2Dx+8hf//KkBSs9B9dnT8HV2Q=; b=sWTj4awtSv9Ds9lVD9YBIvwKo7JGnoeIOJEiYD7A0I6tJqb+euqBTkZ39gW3/bBTIvn08tv+ZRfZh BFNqQdBlDWSe6byPKvbC9ICo0gsheXxhtJSa3PAJgbMDPDXkJ0aj6tAzCzw2ygIm1LBrKTkvUIZNnr 9Z7PezUeRysSrq5s= Original-Received: from mail.ownit.se (unknown [109.104.0.111]) by mailout.ownit.se (Halon Mail Gateway) with ESMTPS for ; Fri, 26 Aug 2011 13:49:00 +0200 (CEST) Original-Received: from [10.10.6.141] (92-244-16-130.customers.ownit.se [92.244.16.130]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.ownit.se (Postfix) with ESMTPS id 000D4FD20B for ; Fri, 26 Aug 2011 13:48:59 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 94.137.101.210 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:143588 Archived-At: On 08/26/2011 12:19 PM, Leo wrote: > On 2011-08-25 23:53 +0800, Deniz Dogan wrote: >> Attached is a patch suggestion which implements `ido-vc-dir' which is >> an ido replacement for `vc-dir'. There is some code duplication >> (copied straight from the definition of `vc-dir'), which we probably >> don't want. >> >> What do you think? > Why do we need this? I just tried vc-dir and when ido-mode is used, it > is already very convenient to use. When I do vc-dir with ido-mode, I don't get ido-read-file-name, just the plain old read-file-name.