unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
Subject: RE: how to not show images?
Date: Thu, 19 May 2005 11:13:28 -0700	[thread overview]
Message-ID: <DNEMKBNJBGPAOPIJOOICAEDOCIAA.drew.adams@oracle.com> (raw)
In-Reply-To: <d6ij2m$9s$1@sea.gmane.org>

     > 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	other threads:[~2005-05-19 18:13 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.124.1116365893.25862.help-gnu-emacs@gnu.org>
2005-05-17 22:13 ` how to not show images? David Kastrup
2005-05-18 16:59   ` Drew Adams
2005-05-19 17:41     ` Kevin Rodgers
2005-05-19 18:13       ` Drew Adams [this message]
2005-05-19 19:30         ` Kevin Rodgers
2005-05-20 18:41           ` Michael Mauger
2005-05-20 21:25             ` Drew Adams
2005-05-18  9:26 ` Mathias Dahl
2005-05-18 16:59   ` Drew Adams
2005-05-19 11:17 ` Lute Kamstra
2005-05-19 15:47   ` Drew Adams
2005-05-19 21:53     ` Joe Corneli
2005-05-19 21:14 ` None
     [not found] <mailman.1027.1116598638.25862.help-gnu-emacs@gnu.org>
2005-05-20 14:25 ` David Kastrup
2005-05-20 21:25   ` Drew Adams
2005-05-23  8:49 ` Lute Kamstra
     [not found] <mailman.863.1116519106.25862.help-gnu-emacs@gnu.org>
2005-05-19 16:36 ` Klaus Berndl
2005-05-19 17:01   ` Drew Adams
2005-05-20  0:05 ` Lute Kamstra
2005-05-20 14:01   ` Drew Adams
2005-05-20  2:49 ` Thien-Thi Nguyen
2005-05-20 14:01   ` Drew Adams
2005-05-17 16:29 Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DNEMKBNJBGPAOPIJOOICAEDOCIAA.drew.adams@oracle.com \
    --to=drew.adams@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).