[Bug 2059] Re: find-function broken: wrong path for some .el files, others are missing completely

Ralf W. daphcnual at reallysoft.de
Mon May 11 00:28:25 UTC 2009


As a work-around I added the following lines to find-function-search-
for-symbol:

    (if (string-match "\/\\([^\/]+\\)$" library)
        (setq library (substring library (match-beginning 1)))
        )

directly behind

    (if (string-match "\\.el\\(c\\)\\'" library)
	(setq library (substring library 0 (match-beginning 1))))

Works only with unix paths, but that's enough for me. 
Maybe it's useful for somebody

RAlf

-- 
find-function broken: wrong path for some .el files, others are missing completely
https://bugs.launchpad.net/bugs/2059
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list