Dieter Deyke wrote:
Symptoms:
Starting emacs -Q and typing M-x load-library generic-x results in error eval-buffer: Symbol's value as variable is void: default-generic-mode
You probably have a leftover byte-compiled version of a month-old
generic.el and a recent version of generic-x.el. 10 days ago, generic.el was
moved from lisp/ to lisp/emacs-lisp/. If you did a cvs update, then it moved
generic.el for you. But since .elc files aren't in CVS, you have to keep on
top of them yourself. emacs is likely finding and loading the old generic.elc,
ignoring the new generic.el source entirely.
Make sure that lisp/emacs-lisp/generic.el is a recent version. Delete
lisp/generic.elc.
If you find more problems, you should `make bootstrap'. This deletes all .elc
files and avoids these problems.
-Dave
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug