|--==> "NVP" == Nick V Pakoulin <npak(a)ispras.ru> writes:
NVP> intro: "SY" == Steve Youngs <youngs(a)xemacs.org> writes:
SY> |--==> "SJT" == Stephen J Turnbull <turnbull(a)sk.tsukuba.ac.jp>
writes:
>>>>>>>"SY" == Steve Youngs
<youngs(a)xemacs.org> writes:
SY> How can I make [find-function] show me
[...] the installed version?
SJT> (setq find-function-source-path nil) should work.
SY> Nope, tried that. It doesn't work, sorry. Any other ideas?
NVP> Replace in `load-history' filenames for dumped filee. Make an evil hack:
NVP> (dolist (entry load-history)
NVP> (when (string-match "/build/directory/" (car entry))
NVP> (setcar entry
NVP> (replace-match "/installation/directory/"
NVP> t t (car entry)))))
That works. Thanks. :-)
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|