"Drew Adams" <[EMAIL PROTECTED]> 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
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to