[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error in python-mode (Emacs HEAD)
From: |
Stefan Monnier |
Subject: |
Re: Error in python-mode (Emacs HEAD) |
Date: |
Wed, 15 Sep 2010 16:55:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
>>> In am empty buffer, I type "M-x python-mode", I get the following
>>> error. I am using Emacs HEAD on GNU/Linux.
>> Have you "make bootstrap"?
> No, it has been a while since I did a 'make bootstrap'. Could there
> be a special file in the source tree to trigger a 'make bootstrap'?
> Someone aware of a change that needs a 'make bootstrap' can update
> that (or ideally have a dependency mechanism for bootstrap target).
That would be good, indeed. Patches welcome.
Note also that we should probably get rid of "cvs-update", since "make"
should now work at least as well if not better (e.g. in this particular
case, I think "make" would have gotten it right, whereas "cd lisp; make
cvs-update" would indeed end up with the problem you encountered).
Stefan