From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; display property and continuation arrows Date: Sun, 06 Jan 2008 11:46:30 +0100 Message-ID: <4780B186.8090506@swipnet.se> References: <87y7bsez73.fsf@escher.local.home> <87d4sifzwd.fsf@escher.local.home> <477FC0B3.3050009@swipnet.se> <477FC11B.7040405@swipnet.se> <87zlvkqgqs.fsf@escher.local.home> <47800BBB.80000@swipnet.se> <87prwfrgmq.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1199616896 17154 80.91.229.12 (6 Jan 2008 10:54:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 10:54:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 11:55:18 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 1JBT9v-0005DM-Jx for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 11:55:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBT9X-0005Pl-49 for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 05:54:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBT2A-00039P-NI for emacs-devel@gnu.org; Sun, 06 Jan 2008 05:47:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBT23-00035F-Pz for emacs-devel@gnu.org; Sun, 06 Jan 2008 05:47:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBT23-00034z-G3 for emacs-devel@gnu.org; Sun, 06 Jan 2008 05:47:07 -0500 Original-Received: from av6-2-sn3.vrr.skanova.net ([81.228.9.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBT22-00073F-Jj for emacs-devel@gnu.org; Sun, 06 Jan 2008 05:47:07 -0500 Original-Received: by av6-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 2D88538070; Sun, 6 Jan 2008 11:47:03 +0100 (CET) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av6-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 1DE1537E95; Sun, 6 Jan 2008 11:47:03 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 0B67437E45; Sun, 6 Jan 2008 11:47:02 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) In-Reply-To: <87prwfrgmq.fsf@escher.local.home> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:86313 Archived-At: Stephen Berman skrev: > On Sat, 05 Jan 2008 23:59:07 +0100 Jan Dj=C3=A4rv = wrote: >=20 >> Stephen Berman skrev: >>> On Sat, 05 Jan 2008 18:40:43 +0100 Jan Dj=C3=A4rv wrote: > [...] >>>> A futher observation. If the character in the second column is a sp= ace, the >>>> bug does not appear. >>> I'm not sure what you mean: do you mean the position occupied by "e" = in >>> the last occurrence of "testing" in my screen first shot? If I make >>> this a space, I see no different behavior. Also, what do you mean by >>> the "bug"? >> The bug =3D=3D the appearance of an "empty" line. Yes, the e in your = screen shot. >=20 > Ok, but in this case there is no "empty" line only if you apply the > display property with the cursor over the "s" following the space, > i.e. the cursor is on the third column. But that's also so if you leav= e > the "e", so the presence of the space is irrelevant. That is not what I did. I had the cursor over the space, in the second=20 column. Maybe word breaks and/or column width has something to do with t= his also. Jan D.