From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: Re: two display bugs involving interactions between after-string and display properties of adjacent overlays Date: Thu, 28 Feb 2008 22:12:58 -0500 Message-ID: <878x14ihfp.fsf@stupidchicken.com> References: <86k5pi9wrg.fsf@macs.hw.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204254905 9822 80.91.229.12 (29 Feb 2008 03:15:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Feb 2008 03:15:05 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 29 04:15:31 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JUvia-0005a9-A4 for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Feb 2008 04:15:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUvi3-0000Fu-Tt for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Feb 2008 22:14:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUvhz-0000Eo-RE for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 22:14:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUvhy-0000Bt-9y for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 22:14:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUvhy-0000Bk-7P for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 22:14:50 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JUvhx-0000CB-MW for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 22:14:50 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JUvhv-0002t7-Uv for bug-gnu-emacs@gnu.org; Fri, 29 Feb 2008 03:14:47 +0000 Original-Received: from cyd.mit.edu ([18.115.2.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Feb 2008 03:14:47 +0000 Original-Received: from cyd by cyd.mit.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Feb 2008 03:14:47 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cyd.mit.edu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.91 (gnu/linux) Cancel-Lock: sha1:Kj6qJ1B2nlM2RWbna1KzNmaQg2w= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17617 Archived-At: Joe Wells writes: > BUG #1: An overlay's after-string property that would appear at the > end of the buffer is not displayed, if the same overlay also has a > display property and an immediately preceding overlay also has an > after-string property. (Putting extra characters at the end of the > buffer works around this bug.) I've checked in a fix into the trunk. Thanks for the report. I'm still working on the other.