emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot load generic-x


From: David Hunter
Subject: Re: Cannot load generic-x
Date: Sun, 24 Apr 2005 02:20:38 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]