all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: emacs cannot recognize major version number 21.
       [not found] <39c1a77c.0411161105.3999b5bb@posting.google.com>
@ 2004-11-16 20:27 ` Kevin Rodgers
  0 siblings, 0 replies; only message in thread
From: Kevin Rodgers @ 2004-11-16 20:27 UTC (permalink / raw)


mike wrote:
 > Seems during a recent upgrade of emacs my .emacs file is now breaking
 > things...reporting "Cannot recognize major version number : 21"
 > whenever I open a file.  When I start emacs with --debug-init turned
 > on the following message is reported (see below).  The emacs version
 > is 21.2.2.  Any thoughts on this?
 >
 > .......
 >
 > Debugger entered--Lisp error: (error "Cannot recognize major version
 > number: 21")
 >   signal(error ("Cannot recognize major version number: 21"))
 >   error("Cannot recognize major version number: %s" 21)
 >   byte-code("??!?

That exact error message occurs in the lisp/progmodes/simula.el file, in
the (defconst simula-emacs-features ...) form.

Ordinarily, simula.el[c] wouldn't be loaded unless the simula-mode
function was called, which is usually only called when you visit a file
whose name ends in ".sim" (see auto-mode-alist).

Regardless, what do these key sequences display:

C-h v emacs-major-version RET
C-h v emacs-minor-version RET
C-h v emacs-version RET

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-16 20:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <39c1a77c.0411161105.3999b5bb@posting.google.com>
2004-11-16 20:27 ` emacs cannot recognize major version number 21 Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.