help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: how to not show images?


From: Mathias Dahl
Subject: Re: how to not show images?
Date: Wed, 18 May 2005 11:26:05 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

"Drew Adams" <drew.adams@oracle.com> writes:

> Is there some way to _not_ show the images in a buffer or in all
> displayed buffers - that is, not to remove them, but to simply not
> display them (perhaps temporarily)?

If ther is no nice way to do this, maybe you could write a hack that
mess with the text properties at the places where an image is
displayed:

  display              (image :type jpeg :file "~/my-image.jpg" :relief 2 
:margin 2)
  fontified            t
  rear-nonsticky       (display)

/Mathias


reply via email to

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