I use Emacs on Ubuntu at work. One persistent annoyance has been that function documentation does not include a link to the function's source code. For example, on my Ubuntu system the documentation for find-file begins:

find-file is an interactive compiled Lisp function.

On my home machine, the same function is documented like this:

find-file is an interactive compiled Lisp function in `files'.

Clicking on "files" will take me to the function's definition.

How can I get the standard, useful behavior on Ubuntu?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Ubuntu doesn't install the source by default, so there's nothing for it to point to. You need to install the emacs23-el package.

link|improve this answer
Thanks for the pointer! – Sean Jul 8 '11 at 19:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.