From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Du Jingwu Newsgroups: gmane.emacs.devel Subject: Re: bug of display-table & make-glyph-code Date: Wed, 5 Sep 2007 16:22:07 +0800 Message-ID: <200709051622.08455.zslevin@gmail.com> References: <200708271732.22306.zslevin@gmail.com> <200709051358.50997.zslevin@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="gb18030" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1188980627 23476 80.91.229.12 (5 Sep 2007 08:23:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2007 08:23:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 05 10:23:47 2007 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 1ISqAl-0006FT-5F for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 10:23:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISqAj-0003Gk-3W for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 04:23:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISqAf-0003GL-9W for emacs-devel@gnu.org; Wed, 05 Sep 2007 04:23:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISqAd-0003G9-F7 for emacs-devel@gnu.org; Wed, 05 Sep 2007 04:23:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISqAd-0003G6-Bk for emacs-devel@gnu.org; Wed, 05 Sep 2007 04:23:31 -0400 Original-Received: from rv-out-0910.google.com ([209.85.198.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISqAd-0000S3-1u for emacs-devel@gnu.org; Wed, 05 Sep 2007 04:23:31 -0400 Original-Received: by rv-out-0910.google.com with SMTP id c27so1301215rvf for ; Wed, 05 Sep 2007 01:23:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=GKmmkPKudKGrjvMPXNaeFkltD+TTc+5wnJ5FmEcazfaDe1XHWrpRnvnhfNp67ekLEtrfQGBvkviwtwbbH3fSrb+/opBR8YyQPp8nVROQxml7uRN60jpm/qcT8DXJIPeUvXWZ0beIbPOoRqVx3cZJAlU3IS2bYd153SD1c3srjVk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=bmBWgobVSMJKpWq/77BVmSx+pZ/dDxKpxjP3MJY7oEG6Kf/2ADK3+z2OycEQ+UEe/+XNndpF6vsXJyb5xhVZuk8nP0evKWnIRdURGGzCwyySg+RYKvk4VWHN9OhZmbJK9IW0Peg6U9bNaABbjGk2mcDWdL+QKn6CwU3AflK7eD4= Original-Received: by 10.141.79.12 with SMTP id g12mr526713rvl.1188980609716; Wed, 05 Sep 2007 01:23:29 -0700 (PDT) Original-Received: from levcom ( [61.234.125.31]) by mx.google.com with ESMTPS id k2sm9949819rvb.2007.09.05.01.23.27 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Sep 2007 01:23:28 -0700 (PDT) User-Agent: KMail/1.9.7 In-Reply-To: Content-Disposition: inline X-Detected-Kernel: 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:77837 Archived-At: Glenn Morris: > levin wrote: > > I use GNU Emacs 23 CVS. > > That does not mean very much I'm afraid. The relevant information is: > which branch of CVS, and when did you update. I did a cvs update of emacs-unicode-2 branch just now, bootstrapped it, and the bug still appeared. -- Levin