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: auto-composition-mode and display properties Date: Thu, 21 Feb 2008 11:23:45 -0500 Message-ID: References: <878x1ee1ai.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203611128 2035 80.91.229.12 (21 Feb 2008 16:25:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2008 16:25:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 21 17:25:53 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 1JSEEj-0002HH-P5 for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 17:25:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSEEE-0002cv-KU for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 11:24:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSEE5-0002Zc-8W for emacs-devel@gnu.org; Thu, 21 Feb 2008 11:24:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSEE4-0002ZD-6f for emacs-devel@gnu.org; Thu, 21 Feb 2008 11:24:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSEE4-0002Z6-0v for emacs-devel@gnu.org; Thu, 21 Feb 2008 11:24:48 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSEE3-00012K-Nm for emacs-devel@gnu.org; Thu, 21 Feb 2008 11:24:47 -0500 Original-Received: from ceviche.home (vpn-132-204-232-204.acd.umontreal.ca [132.204.232.204]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m1LGOrEN005541 for ; Thu, 21 Feb 2008 11:24:54 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5E4E6B41A8; Thu, 21 Feb 2008 11:23:45 -0500 (EST) In-Reply-To: <878x1ee1ai.fsf@escher.local.home> (Stephen Berman's message of "Thu, 21 Feb 2008 17:12:37 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered HAS_X_HELO=0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:89837 Archived-At: > merge). So I would like to know, again, if auto-composition-mode is > really supposed to add the auto-composed property to the display string. Yes. As a matter of fact, it goes through a fair bit of extra trouble to be able to do that. > And does anyone have any suggestions for how I can debug isearch? When Edebug is uncooperative, `message' is your friend, Stefan