From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dryice Liu Newsgroups: gmane.emacs.help Subject: Re: ignore CVS directories with tab complete Date: Tue, 19 Aug 2003 18:00:26 +0800 Organization: Lucent Technologies Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <8465kwxlhk.fsf@slowfox.is.informatik.uni-duisburg.de> <84ekzjf8lw.fsf@slowfox.is.informatik.uni-duisburg.de> <84zni7cdjx.fsf@slowfox.is.informatik.uni-duisburg.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1061288273 17827 80.91.224.253 (19 Aug 2003 10:17:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Aug 2003 10:17:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 19 12:17:52 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19p3Yl-0005N4-00 for ; Tue, 19 Aug 2003 12:17:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19p3YP-0001rn-3u for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Aug 2003 06:17:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!cyclone.bc.net!in.100proofnews.com!in.100proofnews.com!hermes.visi.com!news-out.visi.com!petbe.visi.com!uunet!ash.uu.net!netnews.proxy.lucent.com!news Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: gdc5e36.gdc.lucent.com User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (usg-unix-v) Cancel-Lock: sha1:pODhHA3dGCTwt+gEgpnTpipMaC8= Original-Xref: shelby.stanford.edu gnu.emacs.help:116003 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11919 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11919 kai.grossjohann@gmx.net (Kai Großjohann) wrote: > Ah. I just looked, it's not in 21.3, either. So it's just in the > CVS version of Emacs. > > Oh, well. Not sure what to do now. Looks like ido-mode obey this and do what Phillip what. ,----[ ido mode from http://www.cua.dk/ ] | (defcustom ido-ignore-extensions t | "*Non-nil means ignore files in completion-ignored-extensions list." | :type 'boolean | :group 'ido) `---- -- Dryice Liu