From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Eure Newsgroups: gmane.emacs.help Subject: Blacklisting files/directories in find-file Date: Mon, 29 Sep 2008 11:32:55 -0700 Message-ID: <14D00B24-7A1F-4CD4-8EAD-2870DB5C8836@digg.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222713228 12448 80.91.229.12 (29 Sep 2008 18:33:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2008 18:33:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 29 20:34:47 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 1KkNa1-0002mA-Rm for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Sep 2008 20:34:46 +0200 Original-Received: from localhost ([127.0.0.1]:56308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkNYy-00007E-SR for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Sep 2008 14:33:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkNYI-0008OX-4o for help-gnu-emacs@gnu.org; Mon, 29 Sep 2008 14:32:58 -0400 Original-Received: from [199.232.76.173] (port=37478 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkNYH-0008O3-Id for help-gnu-emacs@gnu.org; Mon, 29 Sep 2008 14:32:57 -0400 Original-Received: from mail.digg.com ([64.191.203.36]:33161) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkNYH-00027F-99 for help-gnu-emacs@gnu.org; Mon, 29 Sep 2008 14:32:57 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.digg.com (Postfix) with ESMTP id D9109A8555F for ; Mon, 29 Sep 2008 11:32:55 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Score: -4.351 Original-Received: from mail.digg.com ([127.0.0.1]) by localhost (mail.digg.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AgZGJzuFqUyQ for ; Mon, 29 Sep 2008 11:32:55 -0700 (PDT) Original-Received: from [192.168.244.234] (unknown [192.168.244.234]) by mail.digg.com (Postfix) with ESMTP id 695EDA8550E for ; Mon, 29 Sep 2008 11:32:55 -0700 (PDT) X-Mailer: Apple Mail (2.929.2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:58206 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. - Ian