From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: Change default behavior of completion-ignored-extensions Date: Tue, 02 Dec 2003 19:38:10 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1438-Tue02Dec2003193809+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070389777 15130 80.91.224.253 (2 Dec 2003 18:29:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2003 18:29:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 02 19:29:35 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 1ARFHC-0005gu-00 for ; Tue, 02 Dec 2003 19:29:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARGBt-0001DB-5N for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Dec 2003 14:28:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ARFSR-0002GQ-Ew for help-gnu-emacs@gnu.org; Tue, 02 Dec 2003 13:41:11 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ARFRo-0001zo-To for help-gnu-emacs@gnu.org; Tue, 02 Dec 2003 13:41:04 -0500 Original-Received: from [192.114.186.22] (helo=gollum.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARFRn-0001z9-Ob for help-gnu-emacs@gnu.org; Tue, 02 Dec 2003 13:40:32 -0500 Original-Received: from zaretski ([80.230.143.229]) by gollum.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id BZB13892; Tue, 2 Dec 2003 19:39:03 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Andrew Korty on Tue, 02 Dec 2003 09:43:44 -0500) 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:14856 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14856 > From: Andrew Korty > Date: Tue, 02 Dec 2003 09:43:44 -0500 > > Right you are -- I oversimplified the example. I should have mentioned > ~/foo/ also has a CVS/ subdirectory. So I get a "Completion List" > containing ./, ../, CVS/, and bar/. I want CVS/ to be ignored like > ./ and ../ normally are. You still didn't tell what is your Emacs version :-( I'm guessing it's 21.2 or some such, since that version (and all older versions) had a bug in handling entries like "foo/" (meaning ignore the directory `foo') in completion-ignored-extensions: they wouldn't ignore these directories. You will see that "CVS/" is already in completion-ignored-extensions. This bug is fixed in the CVS, so a future version will be free of it.