From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: multiple images in an overlay before-string? Date: Thu, 11 May 2006 13:28:56 -0400 Organization: Bell Sympatico Message-ID: <87bqu4wjxo.fsf-monnier+gnu.emacs.help@gnu.org> References: <2cd46e7f0605090859i2599a74eq9577f6b641b0976e@mail.gmail.com> <2cd46e7f0605090915g22fef356t18277471e46e2b6f@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147372827 845 80.91.229.2 (11 May 2006 18:40:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 May 2006 18:40:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 11 20:40:25 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FeG5I-00037Y-9E for geh-help-gnu-emacs@m.gmane.org; Thu, 11 May 2006 20:40:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeG5H-0006b9-PH for geh-help-gnu-emacs@m.gmane.org; Thu, 11 May 2006 14:40:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!wn13feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:maLL8BurdNzGG0zvG97I9XJWfgQ= Original-Lines: 9 Original-NNTP-Posting-Host: 70.55.147.184 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1147368535 70.55.147.184 (Thu, 11 May 2006 13:28:55 EDT) Original-NNTP-Posting-Date: Thu, 11 May 2006 13:28:55 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:139357 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34980 Archived-At: > Say, you need three images, use a 3-char before string and put > an display/image property on each of those chars. Note that if the 3 images are the same, you have that the value of the `display' property is not `eq'ual for all 3 chars, otherwise Emacs will think it's a single image that covers 3 chars. Stefan