On Sat, 11/11/06, Nick Roberts wrote: > 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).
I did 'make bootstrap' once and then the rest of the build is following exactly what is described in INSTALL.CVS. I will try 'make bootstrap'. Thanks. -- Leo _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
