GNU bug report logs -
#14680
24.3.50; `locate-file-completion' gives wrong candidates - *.elc.elc and no *.el
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Thu, 20 Jun 2013 21:16:01 UTC
Severity: normal
Tags: moreinfo, unreproducible
Found in version 24.3.50
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
emacs -Q
Add files named isearch+.el, isearch+.el~, and isearch+.elc to the
current directory, then (add-to-list 'load-path ".") Then eval this:
(completing-read "Library name: "
'locate-file-completion
(cons load-path (find-library-suffixes))
nil nil nil (thing-at-point 'symbol))
Then type `isearch+ TAB TAB'. The candidates shown are these:
isearch+ isearch+.elc
isearch+.elc.elc isearch+.el~
There should be no *.elc.elc here, and there should be *.el (missing).
The problem seems to arise when `locate-file-completion-table' invokes:
(file-name-all-completions "isearch+" "."). That returns this:
("isearch+.el~" "isearch+.elc.elc" "isearch+.elc" "isearch+.el")
Then, since "isearch+.el" is matched by "\\(\\.el\\(?:\\.gz\\)?\\)\\'",
it is not included as a candidate.
In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
of 2013-06-18 on LEG570
Bzr revision: 113050 handa <at> gnu.org-20130618145521-fvpc5viqtc85j4j4
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --prefix=/c/usr --enable-checking CFLAGS='-O0 -g3'
CPPFLAGS='-DGLYPH_DEBUG=1 -I/c/usr/include''
This bug report was last modified 8 years and 328 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.