From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: charprop.el and uni-*.el Date: Wed, 13 Feb 2008 17:41:55 +0100 Message-ID: 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=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202920938 29985 80.91.229.12 (13 Feb 2008 16:42:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Feb 2008 16:42:18 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 13 17:42:41 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 1JPKgt-0000re-HX for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 17:42:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPKgP-0004QE-RK for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 11:42:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPKgI-0004Kb-6B for emacs-devel@gnu.org; Wed, 13 Feb 2008 11:41:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPKgH-0004J7-9A for emacs-devel@gnu.org; Wed, 13 Feb 2008 11:41:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPKgG-0004Io-QP for emacs-devel@gnu.org; Wed, 13 Feb 2008 11:41:56 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPKgG-0005Xj-CB for emacs-devel@gnu.org; Wed, 13 Feb 2008 11:41:56 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 58so113709wri.10 for ; Wed, 13 Feb 2008 08:41:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=L9Yl7Ncy9KPhfC18ti1wr5Z1bm/zt73iIvWKmYNAhxg=; b=qb+VDniDAsYj24+ogCr26m/6v8MWM0pBNJ/fBgI5tnSvveS/LA3KHSMUIQhyTj2sZ3n8rIfiPMgWgNZ90pDbrC+EibUzFY5eYEXCHakISJWH11xHO3mTxmFuy5Cx/tyqeC5pRmw3njEwOR8svdixiGBgW6mjV/CnSWVl/ic+fss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UdyipG/l6RhGpZYAxla6OcEkueJOhRDrzLMYqdSECUZrEiLfcsAkVsQc4DOVQICfijUJpS+RWNa/L+cpo0Nj03tUBmGig5NJaGIM6pccs/YBTgakMasytzLQW8wOs44Gi9cU/JnCeTmwScihIy24t+f5apsCEC+fyqp3pXWyNEc= Original-Received: by 10.115.55.1 with SMTP id h1mr118968wak.69.1202920915096; Wed, 13 Feb 2008 08:41:55 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Wed, 13 Feb 2008 08:41:55 -0800 (PST) In-Reply-To: <47B31BB6.1070407@gmail.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:88957 Archived-At: 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. Juanma