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: bug#1336: after-string not displayed when overlay has a before-string and image display property Date: Thu, 24 Jun 2010 20:31:48 -0400 Message-ID: <87iq58t0jv.fsf@stupidchicken.com> References: <200811131308.mADD8rle011616@orca.ele.uri.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277428330 17522 80.91.229.12 (25 Jun 2010 01:12:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Jun 2010 01:12:10 +0000 (UTC) Cc: 1336-done@debbugs.gnu.org To: "Tim Toolan" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 25 03:12:09 2010 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.69) (envelope-from ) id 1ORxSh-00084f-Mp for geb-bug-gnu-emacs@m.gmane.org; Fri, 25 Jun 2010 03:12:08 +0200 Original-Received: from localhost ([127.0.0.1]:53054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORxSg-0002Qa-DS for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Jun 2010 21:12:06 -0400 Original-Received: from [140.186.70.92] (port=49172 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORxSY-0002A0-QM for bug-gnu-emacs@gnu.org; Thu, 24 Jun 2010 21:11:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORxGG-0008I9-A1 for bug-gnu-emacs@gnu.org; Thu, 24 Jun 2010 20:59:17 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50892) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORxGG-0008I4-6K for bug-gnu-emacs@gnu.org; Thu, 24 Jun 2010 20:59:16 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1ORwpu-0002M8-3P for bug-gnu-emacs@gnu.org; Thu, 24 Jun 2010 20:32:02 -0400 In-Reply-To: <200811131308.mADD8rle011616@orca.ele.uri.edu> Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 25 Jun 2010 00:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 1336 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 1336@debbugs.gnu.org, cyd@stupidchicken.com Original-Received: via spool by 1336-done@debbugs.gnu.org id=D1336.12774259149049 (code D ref 1336); Fri, 25 Jun 2010 00:32:01 +0000 Original-Received: (at 1336-done) by debbugs.gnu.org; 25 Jun 2010 00:31:54 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORwpl-0002Lu-Uh for submit@debbugs.gnu.org; Thu, 24 Jun 2010 20:31:54 -0400 Original-Received: from pantheon-po16.its.yale.edu ([130.132.50.72]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORwpj-0002Lp-Oj for 1336-done@debbugs.gnu.org; Thu, 24 Jun 2010 20:31:52 -0400 Original-Received: from furry (dhcp128036014221.central.yale.edu [128.36.14.221]) (authenticated bits=0) by pantheon-po16.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o5P0VlWU009469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 24 Jun 2010 20:31:48 -0400 Original-Received: by furry (Postfix, from userid 1000) id 19E5C16D416; Fri, 25 Jun 2010 02:31:48 +0200 (CEST) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 24 Jun 2010 20:32:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org 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:37998 Archived-At: > When an overlay has both a before-string and an after-string, and it > has a display property which is an image, the after-string will not be > displayed. Thanks for the bug report. I finally tracked the problem down, and have committed a fix.