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 17:05:58 +0200 Message-ID: <4E57B656.5000708@dogan.se> References: <4E56700B.9010108@dogan.se> <4E578827.4080205@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 1314371177 808 80.91.229.12 (26 Aug 2011 15:06:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Aug 2011 15:06:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 26 17:06:13 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 1Qwxz3-0006Sg-2A for ged-emacs-devel@m.gmane.org; Fri, 26 Aug 2011 17:06:13 +0200 Original-Received: from localhost ([::1]:46884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qwxz1-0001xy-OG for ged-emacs-devel@m.gmane.org; Fri, 26 Aug 2011 11:06:11 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qwxyz-0001xb-0D for emacs-devel@gnu.org; Fri, 26 Aug 2011 11:06:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qwxyu-0003wV-3E for emacs-devel@gnu.org; Fri, 26 Aug 2011 11:06:08 -0400 Original-Received: from mailout.ownit.se ([94.137.101.210]:59092 helo=spamgw1.ownit.se) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qwxyt-0003w9-Hz for emacs-devel@gnu.org; Fri, 26 Aug 2011 11:06:04 -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=2vD31BBiJKuKK8SXrgFH9KQPkJC/1Svl/viwZ/WBsB0=; b=S1jTzsNvGl+eu4DfmOtTEFp7xQTYzudC51giAAkil4iLvXcdvzOCsHc6lMUvby7X6QpH+SRZD4/tU wAc0DBMCihwQon5wXZhGyoccMiavHptp6QRKKYBrnEYyomRJokEbPdCOdWgVYznA9xvygh7m/3fzaj nv7xXIpOT6MUKgwE= 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 17:05:58 +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 AF698FD11A for ; Fri, 26 Aug 2011 17:05:58 +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:143593 Archived-At: On 08/26/2011 02:41 PM, Leo wrote: > On 2011-08-26 19:48 +0800, Deniz Dogan wrote: >> When I do vc-dir with ido-mode, I don't get ido-read-file-name, just >> the plain old read-file-name. > You probably don't have ido-everywhere. > See example: http://i.imgur.com/xyCOf.png You are right, I did not know about this functionality.