From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Albert Veli Newsgroups: gmane.emacs.devel Subject: Re: boostrap failed because of flyspell-mode-map Date: Tue, 07 Jun 2005 11:52:50 +0200 Message-ID: <1118137970.7814.29.camel@localhost.localdomain> References: <22797389.1118136061181.JavaMail.www@wwinf1521> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118138967 3723 80.91.229.2 (7 Jun 2005 10:09:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Jun 2005 10:09:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 07 12:09:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dfb0A-0001Ah-9W for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 12:08:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dfb6e-0007JH-O7 for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 06:14:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DfazO-0005vK-5J for emacs-devel@gnu.org; Tue, 07 Jun 2005 06:07:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DfazI-0005tb-O1 for emacs-devel@gnu.org; Tue, 07 Jun 2005 06:07:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfazH-0005mP-CU for emacs-devel@gnu.org; Tue, 07 Jun 2005 06:07:11 -0400 Original-Received: from [80.252.161.130] (helo=biosensor01.BIOSENS.LOCAL) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dfaoj-0002xB-CN for emacs-devel@gnu.org; Tue, 07 Jun 2005 05:56:17 -0400 Original-Received: from 192.168.60.1 ([192.168.60.1]) by biosensor01.BIOSENS.LOCAL ([192.168.60.2]) with Microsoft Exchange Server HTTP-DAV ; Tue, 7 Jun 2005 09:52:45 +0000 Original-Received: from ubuntu01 by webmail.biosensor.se; 07 Jun 2005 11:52:50 +0200 Original-To: david.ponce@wanadoo.fr In-Reply-To: <22797389.1118136061181.JavaMail.www@wwinf1521> X-Mailer: Evolution 2.2.1.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38237 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38237 > The following patch fixed the problem for me. > > Hope it helps. > Sincerely, > David > Yes, it works (on Ubuntu) after applying the patch and doing: $ cd lisp $ make autoloads EMACS=../src/emacs-22.0.50 $ cd .. $ make bootstrap (I'm lucky to have a fast computer :-) /Albert