From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: bug of display-table & make-glyph-code Date: Tue, 04 Sep 2007 20:09:05 +0200 Message-ID: <46DD9F41.8090700@gmx.at> References: <200708271732.22306.zslevin@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1188929296 17841 80.91.229.12 (4 Sep 2007 18:08:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Sep 2007 18:08:16 +0000 (UTC) Cc: levin , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 04 20:08:15 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 1IScox-0001id-AT for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 20:08:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IScov-0007VJ-BU for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 14:08:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IScos-0007V3-FH for emacs-devel@gnu.org; Tue, 04 Sep 2007 14:08:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IScor-0007Ui-0B for emacs-devel@gnu.org; Tue, 04 Sep 2007 14:08:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IScoq-0007Uc-Ry for emacs-devel@gnu.org; Tue, 04 Sep 2007 14:08:08 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IScoq-0002iL-Kk for emacs-devel@gnu.org; Tue, 04 Sep 2007 14:08:08 -0400 Original-Received: (qmail invoked by alias); 04 Sep 2007 18:08:06 -0000 Original-Received: from N830P029.adsl.highway.telekom.at (EHLO [62.47.47.189]) [62.47.47.189] by mail.gmx.net (mp026) with SMTP; 04 Sep 2007 20:08:06 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19r3EB3Hf9rKG6vrBhPu7PIBlcODUD1qLUiwYrHvO ssAkZhwq1nX8sg User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:77758 Archived-At: > To reinvent this bug, please follow: [...] > 4. eval the lisp code in the second headline, this CANNOT change "..." > display. Here it displays them with org-warning face as expected. [...] > (face-id 'org-warning) # mine is 77 here Evaluates to 142 here. [...] > My environment: > In GNU Emacs 23.0.0.2 (i686-pc-linux-gnu) > of 2007-08-27 on MagicLinux > configured using `configure '--with-x-toolkit=no'' Can someone reproduce the OP's behavior with Emacs 22 ?