From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Directory name completion blocks when it shouldn't Date: Sun, 17 Dec 2006 20:12:25 -0500 Message-ID: References: <871wng3yyw.fsf@leeloo.anubex.internal> Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1166404399 10257 80.91.229.10 (18 Dec 2006 01:13:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Dec 2006 01:13:19 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 18 02:13:18 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gw747-00006Z-S5 for ged-emacs-devel@m.gmane.org; Mon, 18 Dec 2006 02:13:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gw747-00050N-5d for ged-emacs-devel@m.gmane.org; Sun, 17 Dec 2006 20:13:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gw73L-0004VA-4s for emacs-devel@gnu.org; Sun, 17 Dec 2006 20:12:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gw73K-0004UL-IM for emacs-devel@gnu.org; Sun, 17 Dec 2006 20:12:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gw73K-0004U5-9y; Sun, 17 Dec 2006 20:12:26 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gw73K-0001NL-9j; Sun, 17 Dec 2006 20:12:26 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1Gw73J-00053Y-In; Sun, 17 Dec 2006 20:12:25 -0500 Original-to: emacs-devel@gnu.org, dooglus@gmail.com, emacs-pretest-bug@gnu.org, ihs_4664@yahoo.com In-reply-to: (message from Richard Stallman on Sun, 17 Dec 2006 00:37:41 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:63912 gmane.emacs.pretest.bugs:15868 Archived-At: Is it feasible to fix read-file-name to obey the predicate in the completion case? It could be that the reason it doesn't do so was the difficulty of implementing that case efficiently. Since no one else seemed interested in this, I did it.