[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
exact variable to see unsafe images always
- From: jidanni@xxxxxxxxxxx
- Date: Wed, 23 Feb 2011 10:51:15 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 11529
We see "This image is considered to be unsafe; use the prefix arg to
force display"
So we look up
t runs the command w3m-toggle-inline-image, which is an interactive
compiled Lisp function in `w3m.el'.
It is bound to t.
(w3m-toggle-inline-image &optional FORCE NO-CACHE)
Toggle the visibility of an image under point or images in the region.
If FORCE is non-nil, displaying an image is forced. If NO-CACHE is
non-nil, cached data will not be used.
But we still don't know how to stop it asking each time.
So we trace further and find
w3m-safe-url-regexp is a variable defined in `w3m.el'.
Upon which things just get too complicated.
Yes Info mentions something but ...
Cc me because Gmane is broke.