On Tue, Jun 27, 2006 at 20:20 +0200, Frank Küster wrote: > Ralf Stubner <[EMAIL PROTECTED]> wrote: > > > > ,----[ *Messages* ] > > | Loading info...done > > | if: Autoloading failed to define function Info-find-file > > `---- > > ,----[ C-h f Info-find-file RET ] > | Info-find-file is a compiled Lisp function in `info.el'. > | (Info-find-file filename &optional noerror) > | > | Return expanded filename, or t, if filename is "dir". > | Optional second argument noerror, if t, means if file is not found > | just return nil (no error). > | > | [back] > `---- > > info.elc is in emacs21-common. Hm. Does it help when you load the info > mode first (C-h i), then go to your TeX file and try again?
Unfortunately this changes nothing. Here I get the following: ,----[ C-h f Info-find-file RET ] | Info-find-file is an autoloaded Lisp function in `info'. | [Arg list not available until function definition is loaded.] | not documented `---- If I run that command normally and then middle-click on `info', I get the following error message: ,----[ *Messages* ] | find-function-search-for-symbol: Cannot find definition of | `Info-find-file' in library `info' `---- Which seems reasonable since: $ egrep Info-find-file /usr/share/emacs/21.4/lisp/info.el* $ ls -1 /usr/share/emacs/21.4/lisp/info.el* /usr/share/emacs/21.4/lisp/info.el /usr/share/emacs/21.4/lisp/info.elc $ dpkg -l emacs21-common emacs21-el Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-======================-======================-============================= ii emacs21-common 21.4a-1 The GNU Emacs editor's shared ii emacs21-el 21.4a-1 GNU Emacs LISP (.el) files Any ideas? cheerio ralf