From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: charprop.el and uni-*.el Date: Wed, 13 Feb 2008 18:06:21 +0100 Message-ID: <47B3238D.7050405@gmail.com> References: <47B01DFB.5050905@gnu.org> <47B163B7.6030601@gnu.org> <47B165F5.2050801@gmail.com> <47B31BB6.1070407@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202922592 4420 80.91.229.12 (13 Feb 2008 17:09:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Feb 2008 17:09:52 +0000 (UTC) Cc: Emacs Devel To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 13 18:10:14 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JPL7P-0004Sa-Nl for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 18:10:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPL6w-0008Je-0g for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 12:09:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPL43-0006Bt-Pi for emacs-devel@gnu.org; Wed, 13 Feb 2008 12:06:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPL41-00069j-0X for emacs-devel@gnu.org; Wed, 13 Feb 2008 12:06:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPL40-00069b-Of for emacs-devel@gnu.org; Wed, 13 Feb 2008 12:06:28 -0500 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JPL40-0003qN-7a for emacs-devel@gnu.org; Wed, 13 Feb 2008 12:06:28 -0500 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:64353 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JPL3y-0003pj-4l; Wed, 13 Feb 2008 18:06:26 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: X-Antivirus: avast! (VPS 080213-0, 2008-02-13), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-Scan-Result: No virus found in message 1JPL3y-0003pj-4l. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1JPL3y-0003pj-4l 8a7e43c5cf8a3f6c6d1f358a2e99085e X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:88958 Archived-At: Juanma Barranquero wrote: > On Feb 13, 2008 5:32 PM, Lennart Borgman (gmail) > wrote: > >> Is there something new I should do after the merge? I just use the same >> script to check out and bootstrap etc as I used before. > > Hmmm. Have you tried with a fresh checkout, i.e., not an update of > your existing one? Bootstrapping does not delete every generated file. Yes, I delete everything first. This is essentially what I do after that: cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs cd emacs\nt cvs update -kb Hm, I forgotten added this, maybe that is the trouble now?: cd emacs\leim\CXTERM-DIC cvs update -kb *.tit And then I bootstrap the normal way on w32: cd emacs\nt make --debug=b bootstrap