[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs cannot recognize major version number 21.
From: |
Kevin Rodgers |
Subject: |
Re: emacs cannot recognize major version number 21. |
Date: |
Tue, 16 Nov 2004 13:27:04 -0700 |
User-agent: |
Mozilla Thunderbird 0.9 (X11/20041105) |
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