From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#11755: 24.1.50; regression: invalid function - file name completion Date: Thu, 21 Jun 2012 12:29:34 -0400 Message-ID: References: <1267982D0B60427EB6DE9471F8F7D81A@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340296243 21352 80.91.229.3 (21 Jun 2012 16:30:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2012 16:30:43 +0000 (UTC) Cc: 11755@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 21 18:30:42 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ShkHI-0003xl-SE for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Jun 2012 18:30:40 +0200 Original-Received: from localhost ([::1]:36068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShkHI-0004dL-Om for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Jun 2012 12:30:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShkH9-0004Jk-Fh for bug-gnu-emacs@gnu.org; Thu, 21 Jun 2012 12:30:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShkH7-00046A-4B for bug-gnu-emacs@gnu.org; Thu, 21 Jun 2012 12:30:31 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShkH7-00045t-1L for bug-gnu-emacs@gnu.org; Thu, 21 Jun 2012 12:30:29 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1ShkKY-0008Jm-1L for bug-gnu-emacs@gnu.org; Thu, 21 Jun 2012 12:34:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 21 Jun 2012 16:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11755 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11755-submit@debbugs.gnu.org id=B11755.134029639131920 (code B ref 11755); Thu, 21 Jun 2012 16:34:01 +0000 Original-Received: (at 11755) by debbugs.gnu.org; 21 Jun 2012 16:33:11 +0000 Original-Received: from localhost ([127.0.0.1]:51814 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ShkJi-0008Im-Bc for submit@debbugs.gnu.org; Thu, 21 Jun 2012 12:33:10 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:46780) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ShkJg-0008If-Ml for 11755@debbugs.gnu.org; Thu, 21 Jun 2012 12:33:09 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q5LGTYkT019232; Thu, 21 Jun 2012 12:29:34 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 41D23B422C; Thu, 21 Jun 2012 12:29:34 -0400 (EDT) In-Reply-To: <1267982D0B60427EB6DE9471F8F7D81A@us.oracle.com> (Drew Adams's message of "Wed, 20 Jun 2012 13:44:27 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4257=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4257> : streams <771575> : uri <1145505> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org 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 Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:61172 Archived-At: > (try-completion "c:/foo" 'read-file-name-internal "c:/foobar/") > (file-name-completion "foo" "c:/" "c:/foobar/") ; signals an error Because the third argument to those functions should be a PREDicate, not a string. Emacs-23 and Emacs-24.1 still accepted the old hack of passing the PWD in this predicate argument, but not 24.2. Please fix Icicles accordingly. Stefan