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: Thu, 14 Feb 2008 02:37:46 +0100 Message-ID: References: <47B31BB6.1070407@gmail.com> <47B3238D.7050405@gmail.com> <47B33423.5070909@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 1202953095 13904 80.91.229.12 (14 Feb 2008 01:38:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Feb 2008 01:38:15 +0000 (UTC) Cc: "Lennart Borgman \(gmail\)" , Emacs Devel To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 14 02:38:38 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 1JPT3Y-0006ZD-VR for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 02:38:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPT35-0000dG-4l for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 20:38:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPT2r-0000Wi-Jp for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:37:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPT2q-0000Ub-2P for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:37:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPT2p-0000UV-U4 for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:37:47 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPT2p-0004mq-It for emacs-devel@gnu.org; Wed, 13 Feb 2008 20:37:47 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so331953wah.10 for ; Wed, 13 Feb 2008 17:37:46 -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=eJ49xujzkePUYJFE7Ko7+2oVI8aCOgUA60brZ4s0iaw=; b=fb+8yKWkh51OiDGB5Wmx2PvzxQEv1GQ2mIKb+i0BFxmyXzLFoa/Gg7rlgpn4Jg0wflkhC0XKBDljhIaLKljMRLTO3dRj5xU8z9TwhfmhdK+NG8uDGFczKod6XootNku/eKLmRN3S/FvG3HDvel64ImmjANi/sTdKUigSJDCGi60= 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=W8rrRvNrQRAJzyLoe/59H2FapSXev0DZj7XsJVqhpqaa4f1NUkx4QDzUZ/RBJQeIi6tEXJ/6c4DLMlLciUY6aerzNVs5JhLgkQmds0jKwMQ7cHkiEZuv/a+PGcIhoqDwLil+uU10YxCctd8sNWxJQ2WJwvvreqiMAe2VQ6pKqEs= Original-Received: by 10.114.169.2 with SMTP id r2mr766228wae.76.1202953066346; Wed, 13 Feb 2008 17:37:46 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Wed, 13 Feb 2008 17:37:46 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:89024 Archived-At: On Feb 14, 2008 2:33 AM, Stefan Monnier wrote: > I believe I've fixed this mess up, I've removed a few ASLOTs in coding.h. It now bootstraps OK. Juanma