From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: variable width space display property value has no effect in empty overlay Date: Sat, 14 Jun 2003 08:28:00 -0400 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <200306101557.h5AFvK4v025219@mail1.ihs.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1055593550 7456 80.91.224.249 (14 Jun 2003 12:25:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2003 12:25:50 +0000 (UTC) Cc: gnu-emacs-bug@prep.ai.mit.edu Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 14 14:25:47 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19RA6M-0001w5-00 for ; Sat, 14 Jun 2003 14:25:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19RA8q-00083t-HV for gnu-bug-gnu-emacs@m.gmane.org; Sat, 14 Jun 2003 08:28:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19RA8c-0007gC-SJ for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2003 08:28:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19RA8X-0007O7-KA for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2003 08:28:02 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19RA8X-0007Mu-8b for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2003 08:28:01 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19RA8W-0007rd-Sr; Sat, 14 Jun 2003 08:28:00 -0400 Original-To: David Kastrup In-reply-to: (message from David Kastrup on 12 Jun 2003 16:32:21 +0200) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5298 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5298 An overlay spanning 0 characters with a display property set to an image displays the image (when the move-on-insertion properties of the overlay ends are equal, it serves more or less as a visible marker). I wasn't aware of that. It does not seem consistent if other display properties intended to mask the underlying character range (even if empty) do not behave likewise. I agree, it seems inconsistent, and perhaps it ought to be changed. Finding someone who can change it and wants to change it is a harder issue. Do we have anyone who understands that code?