bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11755: 24.1.50; regression: invalid function - file name completion


From: Stefan Monnier
Subject: bug#11755: 24.1.50; regression: invalid function - file name completion
Date: Thu, 21 Jun 2012 12:29:34 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> (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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]