* finder-compile-keywords misses some packages
@ 2011-11-10 22:00 Jonas Bernoulli
0 siblings, 0 replies; only message in thread
From: Jonas Bernoulli @ 2011-11-10 22:00 UTC (permalink / raw)
To: bug-gnu-emacs
`finder-compile-keywords' keeps track of processed libraries by adding their base-name to a list and subsequently ignoring any file whose base-name is already there. However multiple files with the same base-name exist so this does not work properly resulting in some files being ignored when they should not be. E.g.:
$ find -name debug.el
./cedet/semantic/bovine/debug.el
./cedet/semantic/debug.el
./cedet/semantic/analyze/debug.el
./emacs-lisp/debug.el
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-10 22:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 22:00 finder-compile-keywords misses some packages Jonas Bernoulli
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).