From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: display_mode_element change Date: Wed, 27 Feb 2008 23:37:43 -0500 Message-ID: References: <878x16fakk.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204173492 27573 80.91.229.12 (28 Feb 2008 04:38:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2008 04:38:12 +0000 (UTC) Cc: Romain Francoise , emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 28 05: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 1JUaXT-0002Jl-Ih for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2008 05:38:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUaWx-0007vP-4z for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 23:38:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUaWt-0007vK-Kc for emacs-devel@gnu.org; Wed, 27 Feb 2008 23:37:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUaWr-0007v8-8B for emacs-devel@gnu.org; Wed, 27 Feb 2008 23:37:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUaWr-0007v5-2n for emacs-devel@gnu.org; Wed, 27 Feb 2008 23:37:57 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUaWq-0005KR-Rz for emacs-devel@gnu.org; Wed, 27 Feb 2008 23:37:56 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAPDJxUdMCpz5Wmdsb2JhbACQXgEgnWuBAg X-IronPort-AV: E=Sophos;i="4.25,417,1199682000"; d="scan'208";a="15331659" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 27 Feb 2008 23:37:43 -0500 Original-Received: from pastel.home ([76.10.156.249]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id IGN53543; Wed, 27 Feb 2008 23:37:43 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 2F8017F25; Wed, 27 Feb 2008 23:37:43 -0500 (EST) In-Reply-To: (Kenichi Handa's message of "Thu, 28 Feb 2008 11:57:46 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:90693 Archived-At: > This change was to display, for instance, Indic buffer name > correctly, but, I found that display_string doesn't use a > face in mode-line-format when LISP_STRING is given. As I > don't have a good idea to make display_string use that face > for LISP_STRING at the moment, I cancelled that change. I guess we need to merge the text-properties from `elt' into the string before passing it to display_string. Stefan