From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: completion-ignored-extensions: needed the vet to shoot emacs Date: Wed, 12 May 2004 09:07:19 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87sme6cv20.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084392570 10552 80.91.224.253 (12 May 2004 20:09:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 May 2004 20:09:30 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed May 12 22:09:22 2004 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 1BO02b-0001PU-00 for ; Wed, 12 May 2004 22:09:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BO01K-0005KP-1r for geb-bug-gnu-emacs@m.gmane.org; Wed, 12 May 2004 16:08:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BO00e-00053F-Ap for bug-gnu-emacs@gnu.org; Wed, 12 May 2004 16:07:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BNzyp-0004MY-Cc for bug-gnu-emacs@gnu.org; Wed, 12 May 2004 16:06:08 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BNzZy-0005xR-9p for bug-gnu-emacs@gnu.org; Wed, 12 May 2004 15:39:46 -0400 Original-Received: from tc218-187-83-8.2-7.dynamic.apol.com.tw ([218.187.83.8]:32807 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.34 #0) id 1BNzZu-000Ovj-Gl by authid with plain for ; Thu, 13 May 2004 01:09:43 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.32) id 1BNiDP-0004zL-Kp for bug-gnu-emacs@gnu.org; Wed, 12 May 2004 09:07:19 +0800 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7911 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7911 Gentlemen, I wanted to turn completion-ignored-extensions off, but ;(setq completion-ignored-extensions nil); cause any dired to loop, emacs must be killed ;(setq completion-ignored-extensions '()); same ;(setq completion-ignored-extensions '("")); same, must use: (setq completion-ignored-extensions '(".bogus_junk_or_else_emacs_loops")) (and we had to call in the veterinarian to put emacs out of its misery). emacs-version "21.3.1". Do say in the docstring the proper way of turning it off.