> 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.




_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to