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

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

bug#2304: 23.0.90; bootstrapping fails


From: Alan Mackenzie
Subject: bug#2304: 23.0.90; bootstrapping fails
Date: Thu, 12 Feb 2009 12:57:59 +0000
User-agent: Mutt/1.5.9i

Hi, Sven and Juanma,

On Thu, Feb 12, 2009 at 11:09:33AM +0100, Juanma Barranquero wrote:
> On Thu, Feb 12, 2009 at 10:32, Sven Joachim <svenjoac@gmx.de> wrote:
> > After fixing the recent trivial problem in movemail.c, I still cannot
> > bootstrap emacs:

> > | progmodes/antlr-mode.el:183:13:Error: Wrong type argument: 
> > number-or-marker-p, nil
> > | make[1]: *** [/usr/local/src/emacs/lisp/progmodes/antlr-mode.elc] Error 1
> > | make[1]: Leaving directory `/usr/local/src/emacs/lisp'
> > | make: *** [lisp] Error 2
> > `----

> > The offending line in antlr-mode.el looks like this:

> > (eval-when-compile
> >  (require 'cc-mode))

> The bootstrap failure is caused by this change:

> 2009-02-05  Alan Mackenzie  <acm@muc.de>
> 
>         * progmodes/cc-defs.el (c-emacs-features): Check the working of
>         beginning/end-of-defun-function more rigorously before setting
>         argumentative-bod-function.

It was indeed:  I'd used (= foo 3) instead of (eq foo 3).

It should be fixed now.

>     Juanma

-- 
Alan Mackenzie (Nuremberg, Germany).






reply via email to

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