From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: eww Date: Thu, 20 Jun 2013 00:12:44 +0200 Message-ID: <87mwqlwy03.fsf@gnu.org> References: <87d2rkb1pi.fsf@fleche.redhat.com> <87fvwfa3ev.fsf@fleche.redhat.com> <87vc5bthw1.fsf@kwarm.red-bean.com> <83vc5bqnlm.fsf@gnu.org> <834ncuqhf5.fsf@gnu.org> <83hagtq3cd.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371679980 32408 80.91.229.3 (19 Jun 2013 22:13:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 22:13:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 20 00:13:00 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UpQcc-0003Y4-6B for ged-emacs-devel@m.gmane.org; Thu, 20 Jun 2013 00:12:58 +0200 Original-Received: from localhost ([::1]:50064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpQcb-0001G7-8D for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 18:12:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpQcU-0001Fz-Rc for emacs-devel@gnu.org; Wed, 19 Jun 2013 18:12:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpQcR-00037j-5V for emacs-devel@gnu.org; Wed, 19 Jun 2013 18:12:50 -0400 Original-Received: from smtprelay-h21.telenor.se ([195.54.99.196]:34102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpQcQ-00037Z-Uu for emacs-devel@gnu.org; Wed, 19 Jun 2013 18:12:47 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id E2946E91D7 for ; Thu, 20 Jun 2013 00:12:45 +0200 (CEST) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.228.194.208] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq5TAMQrwlFV5MLQPGdsb2JhbABagwmDEyIBhQC3X38XAwEBAQE4NYIjAQEEAVYzCxQBDCUPAQQYAQwKLYgICrwIj0kWg0sDrBY6 X-IronPort-AV: E=Sophos;i="4.87,900,1363129200"; d="scan'208";a="569021068" Original-Received: from c-d0c2e455.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.228.194.208]) by ipb2.telenor.se with ESMTP; 20 Jun 2013 00:12:45 +0200 Original-Received: by muon.localdomain (Postfix, from userid 1000) id 0A2FC48442E; Thu, 20 Jun 2013 00:12:44 +0200 (CEST) Mail-Copies-To: never In-Reply-To: <83hagtq3cd.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 19 Jun 2013 22:59:14 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.196 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160711 Archived-At: Eli Zaretskii writes: >> From: Lars Magne Ingebrigtsen >> Cc: emacs-devel@gnu.org >> Date: Wed, 19 Jun 2013 21:46:37 +0200 >> >> (add-text-properties start (point) >> `(display ,(if slice >> (list (cons 'slice slice) image) >> image) rear-nonsticky (display))))) >> >> Can `display' have both an image and a `space' spec? > > I don't see why not. (info "(elisp) Replacing Specs") If a list of display specifications includes more than one replacing display specification, the first overrides the rest.