bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22646: help pages don't point to code


From: Glenn Morris
Subject: bug#22646: help pages don't point to code
Date: Fri, 12 Feb 2016 13:36:08 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

I didn't recall this ever working, but by experiment, seems it last
worked in 22.3.

Tested with foo.el in /tmp/source, foo.elc in /tmp/compile, PWD /tmp, and

(push (expand-file-name "source") load-path)
(push (expand-file-name "compile") load-path)
(load "foo")
C-h f foo-func





reply via email to

[Prev in Thread] Current Thread [Next in Thread]