Leo writes: > On Fri, 10/11/06, Lennart Borgman wrote: > > > > > Can you please tell what is happening when you type 'C-h t'? > > ,---- > | Debugger entered--Lisp error: (error "Autoloading failed to define > function help-with-tutorial") > `---- > > C-h f on help-with-tutorial shows: > > ,---- > | help-with-tutorial is an interactive autoloaded Lisp function in > `help-fns'. > `---- > > Where help-with-tutorial is actually in tutorial.el
You've not updated your autoloads. If you do "make bootstrap" it should work although it might be enough to copy ldefs-boot.el to loaddefs.el (or do "make autoloads") and rebuild Emacs (e.g by deleting your executable first). -- Nick http://www.inet.net.nz/~nickrob _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
