Reuben Thomas <[email protected]> writes: > > Without the source directory in load-path, help-follow doesn't work > either, which is irritating even for users not trying to debug > python-mode.
In emacs23 a .el must be in the same directory as the .elc to be recognised as its source code (so as not to go to the wrong place if there's multiple .el or .elc in the load-path). The easiest way to do that is for the install script /usr/lib/emacsen-common/packages/install/python-mode to symlink the .el files to the flavour directory when byte compiling and then leave them there for the help system to use (removing both .el links and .elc files in the remove script). -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

