From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "MarkS." Newsgroups: gmane.emacs.help Subject: Re: Ido only shows one file in directory Date: Sat, 12 Mar 2011 13:41:58 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299969650 13620 80.91.229.12 (12 Mar 2011 22:40:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2011 22:40:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 12 23:40:45 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PyXUL-0006Ez-0y for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Mar 2011 23:40:45 +0100 Original-Received: from localhost ([127.0.0.1]:50410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyXUJ-0007Wu-G9 for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Mar 2011 17:40:43 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!y36g2000pra.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: 174.66.136.230 Original-X-Trace: posting.google.com 1299966119 13455 127.0.0.1 (12 Mar 2011 21:41:59 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 12 Mar 2011 21:41:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y36g2000pra.googlegroups.com; posting-host=174.66.136.230; posting-account=161FygoAAACx9nISkuOX_xZXUjtrzJMJ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:185896 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80041 Archived-At: On Mar 12, 12:03=A0pm, "Drew Adams" wrote: Hi Drew When I turn off ido-mode, I can see all the files in the directory. The one file that ido shows me has the same extension (org) as 2 of the files in the same directory. So its not filtering by extension. I thought maybe I had set on a "one file only" filter ... if there was such a thing. Thanks, Mark > > I'm trying to see a listing of files in a directory using IDO where > > there are several .org and .txt files. But IDO only shows me ONE of > What happens when you turn off ido-mode and use regular file-name complet= ion > (`C-x C-f ... TAB')? =A0Do you see .org and .txt files as candidates? =A0= If so, then > yes, it is Ido-specific. > > If not, then perhaps something has changed `completion-ignored-extensions= ' so > that it includes ".org" and ".txt". =A0Check: `C-h v > completion-ignored-extensions'.