GNU bug report logs -
#6431
24.0.50; read-file-name-predicate is never reset
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Tue, 15 Jun 2010 18:07:02 UTC
Severity: normal
Found in version 24.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
read-file-name-predicate is declared obsolete in 23.2. But it is still
available and still used.
However, it is no longer bound in `read-file-name', as it was. So if
3rd-party code ever sets it then it stays set instead of being
reinitialized by `read-file-name'.
The binding is missing here, in `read-file-name':
(let ((completion-ignore-case read-file-name-completion-ignore-case)
(minibuffer-completing-file-name t)
(read-file-name-predicate (or predicate 'file-exists-p)) ; MISSING
(add-to-history nil))
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
of 2010-06-14 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4) --no-opt --cflags -Ic:/xpm/include'
This bug report was last modified 11 years and 126 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.