emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eww


From: Lars Magne Ingebrigtsen
Subject: Re: eww
Date: Wed, 19 Jun 2013 22:13:50 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> Can `display' have both an image and a `space' spec?
>
> I don't see why not.

I tried altering `insert-image' to the the following, and I got nothing
but blankness:

    (add-text-properties start (point)
                         `(display
                           (list
                            (space :align-to 40)
                            ,(if slice
                                 (list (cons 'slice slice) image)
                               image))
                           rear-nonsticky (display)))))


-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]