From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74130 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: `W D W' should now work again Date: Wed, 17 Nov 2010 08:48:10 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1289951408 4390 80.91.229.12 (16 Nov 2010 23:50:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2010 23:50:08 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22495@lists.math.uh.edu Wed Nov 17 00:50:04 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PIVHn-0008Lk-Go for ding-account@gmane.org; Wed, 17 Nov 2010 00:50:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PIVGg-00048f-Dz; Tue, 16 Nov 2010 17:48:54 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PIVGd-00048Q-Nb for ding@lists.math.uh.edu; Tue, 16 Nov 2010 17:48:51 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PIVGb-0006UX-RD for ding@lists.math.uh.edu; Tue, 16 Nov 2010 17:48:51 -0600 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PIVGa-0005D9-00 for ; Wed, 17 Nov 2010 00:48:49 +0100 Original-Received: from localhost ([127.0.0.1]:45039) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1PIVG2-0000We-9L for ding@gnus.org; Tue, 16 Nov 2010 17:48:14 -0600 X-Hashcash: 1:20:101116:ding@gnus.org::pgcRkTjQXkEqDpm3:00008NIR X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:iNtEM88nxg19y5aK7jQpAZeTESU= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74130 Archived-At: Lars Magne Ingebrigtsen wrote: > Katsumi Yamaoka writes: >> I hope cid images are also controlled by *-blocked-images. It is >> because I often face html messages containing cid images, that are >> useless except for a few cases. >> >> As for shr.el, I tried putting it into practice. A patch is below. >> With setting shr-blocked-images to "", `W D W' becomes very useful. >> In that case, `g' is the command for turning images off again. > Hm... I'm not sure, actually. The main reason for *-blocked-images is > for privacy reasons. cid: images have no privacy impact, so they fall > slightly outside the use case for *-blocked-images. You're right. *-blocked-images is indeed an option not for switching displaying images. > So there needs to be a way to say "no external images, but cid: is > fine", too. But I sometimes face indecent images unexpectedly, so I always have to mind someone is not behind me. ;-p How about making `shr-inhibit-images' a user option (and also introducing the `gnus-html-inhibit-images' user option)? In that case, shr.el and gnus-html.el need to be modified so that `W D W' may show cid images as well.