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: Drew Adams
Subject: RE: how to not show images?
Date: Thu, 19 May 2005 11:13:28 -0700

     > I'm looking for a more generic user option that toggles
    display of all
     > images in an Emacs session,

    How about: (setq image-types nil)
    Or:

    (defadvice display-images-p (around disable activate)
       "Return nil."
       nil)

     > or at least in a given Emacs buffer.

    (set (make-local-variable 'image-types) nil)

Those don't seem to work, for me. I'm on Windows, if that makes any
difference.

Do they work for you? If so, then that answers my question about the feature
existing, and I'll just have to figure out why they don't work for me.






reply via email to

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