From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Blacklisting files/directories in find-file Date: Mon, 29 Sep 2008 13:05:40 -0700 Message-ID: <000701c9226e$bf725d60$0200a8c0@us.oracle.com> References: <14D00B24-7A1F-4CD4-8EAD-2870DB5C8836@digg.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222718812 31693 80.91.229.12 (29 Sep 2008 20:06:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2008 20:06:52 +0000 (UTC) To: "'Ian Eure'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 29 22:07:50 2008 connect(): Connection refused 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.50) id 1KkP1T-0003J5-HT for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Sep 2008 22:07:11 +0200 Original-Received: from localhost ([127.0.0.1]:51844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkP0Q-0004eP-Tf for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Sep 2008 16:06:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkP08-0004e8-LJ for help-gnu-emacs@gnu.org; Mon, 29 Sep 2008 16:05:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkP07-0004dw-P6 for help-gnu-emacs@gnu.org; Mon, 29 Sep 2008 16:05:48 -0400 Original-Received: from [199.232.76.173] (port=40226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkP07-0004dt-Dy for help-gnu-emacs@gnu.org; Mon, 29 Sep 2008 16:05:47 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]:58052) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KkP06-00060L-VF for help-gnu-emacs@gnu.org; Mon, 29 Sep 2008 16:05:47 -0400 Original-Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m8TK5aNd005088; Mon, 29 Sep 2008 14:05:36 -0600 Original-Received: from acsmt705.oracle.com (acsmt705.oracle.com [141.146.40.83]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m8TK5VGt007378; Mon, 29 Sep 2008 14:05:35 -0600 Original-Received: from dradamslap1 (/24.23.165.218) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 29 Sep 2008 20:05:31 +0000 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <14D00B24-7A1F-4CD4-8EAD-2870DB5C8836@digg.com> Thread-Index: AckiYf7fksmbsS+/QlaP5rQ76M3E2QADJ3KA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:58211 Archived-At: > Is there some way to suppress completion of stuff in find-file? I > don't find the ., .., or .svn directories useful at all, and > I'd like to remove them. See option `completion-ignored-extensions. That's just what it's for.