jde-xref-get-db-directory normalizes the path by just passing the value of the db directory. This gives the incorrect result when there are multiple prj.el files and the one defining the variable is not the deepest. The implementation should be
(concat (jde-normalize-path 'jde-xref-db-base-directory) "/xrefdb"))
instead of
(concat (jde-normalize-path jde-xref-db-base-directory) "/xrefdb"))
(Note that jde-xref-db-base-directory is quoted in the correct implementation.
Nobody/Anonymous
Lisp (general)
None
Public
|
Date: 2011-06-09 19:04:17 PDT Fix applied in SVN. |
|
Date: 2011-01-10 13:58:41 PST There is a similar issue with with-all-class-files. About 20 lines in, it |