From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86189 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: [stoped working] (was: math, png: TeX for Gmail, not shown in GNU Emacs.) Date: Sun, 13 Sep 2015 11:05:28 +0200 Message-ID: <8737yihep3.fsf_-_@mat.ucm.es> References: <87vbbgawit.fsf@mat.ucm.es> <87lhcbc3qf.fsf@tullinup.koldfront.dk> <877fnvbybi.fsf@mat.ucm.es> <87613fbxxj.fsf@tullinup.koldfront.dk> <87r3m3ait1.fsf@mat.ucm.es> <87fv2j8vjb.fsf@tullinup.koldfront.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1442135181 5708 80.91.229.3 (13 Sep 2015 09:06:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Sep 2015 09:06:21 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34423@lists.math.uh.edu Sun Sep 13 11:06:09 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zb3Ee-0007ZU-N9 for ding-account@gmane.org; Sun, 13 Sep 2015 11:06:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1Zb3EI-0002XX-B1; Sun, 13 Sep 2015 04:05:46 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1Zb3EF-0002XF-Jf for ding@lists.math.uh.edu; Sun, 13 Sep 2015 04:05:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1Zb3EE-0006XR-DE for ding@lists.math.uh.edu; Sun, 13 Sep 2015 04:05:43 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1Zb3ED-0006Ia-1v for ding@gnus.org; Sun, 13 Sep 2015 11:05:41 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zb3EB-0006vy-St for ding@gnus.org; Sun, 13 Sep 2015 11:05:39 +0200 Original-Received: from 171.pool85-55-19.dynamic.orange.es ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Sep 2015 11:05:39 +0200 Original-Received: from oub by 171.pool85-55-19.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Sep 2015 11:05:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 31 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 171.pool85-55-19.dynamic.orange.es Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:BR7qjlg+jGyC/nSjXbzCq/WzkJ4= X-Spam-Score: -2.8 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86189 Archived-At: >>>>> "Adam" == Adam Sjøgren writes: > Uwe writes: >> Ok can I send you privately such an email and you tell me whether you >> see the images? > Now that I have an example, I can see that your email contains links to > external images that need to be fetched by http. I wonder what you have > gnus-blocked-images set to? You are not going to believe that but the feature stopped working. With the same setting as yesterday the images are not longer fetched. (setq gnus-inhibit-mime-unbuttonizing nil) (setq mm-discouraged-alternatives nil gnus-buttonized-mime-types '("multipart/signed" "multipart/encrypted") ; mm-automatic-display (remove "text/html" mm-automatic-display) ;; Render HTML with w3m ;;mm-text-html-renderer 'gnus-w3m ;;mm-text-html-renderer 'shr mm-text-html-renderer 'gnus-article-html mm-url-use-external t) (setq w3m-safe-url-regexp nil) (setq gnus-blocked-images nil) (setq mm-inline-text-html-with-images t) In xemacs they are fetched but not displayed.