From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42834 Path: main.gmane.org!not-for-mail From: Dirk Meyer Newsgroups: gmane.emacs.gnus.general Subject: Re: emacs-w3m Date: Thu, 31 Jan 2002 16:48:17 +0100 Organization: Universitaet Bremen, Germany Sender: owner-ding@hpc.uh.edu Message-ID: References: <87665re6if.fsf@deneb.enyo.de> <87k7u43fkv.fsf@bang.priv.no> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178024 14329 80.91.224.250 (21 Oct 2002 05:27:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:27:04 +0000 (UTC) Cc: ding@gnus.org, emacs-w3m@namazu.org Return-Path: Original-Received: (qmail 27992 invoked from network); 31 Jan 2002 15:49:38 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 31 Jan 2002 15:49:38 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16WJSh-0006Z9-00; Thu, 31 Jan 2002 09:49:19 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 31 Jan 2002 09:49:07 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA00578 for ; Thu, 31 Jan 2002 09:48:26 -0600 (CST) Original-Received: (qmail 27973 invoked by alias); 31 Jan 2002 15:48:24 -0000 Original-Received: (qmail 27968 invoked from network); 31 Jan 2002 15:48:23 -0000 Original-Received: from nmh.informatik.uni-bremen.de (root@134.102.224.3) by gnus.org with SMTP; 31 Jan 2002 15:48:23 -0000 Original-Received: from riemen.informatik.uni-bremen.de (IDENT:root@riemen.informatik.uni-bremen.de [134.102.218.42]) by nmh.informatik.uni-bremen.de (8.10.1/8.10.1) with ESMTP id g0VFmH404430; Thu, 31 Jan 2002 16:48:17 +0100 (MET) Original-Received: (from dmeyer@localhost) by riemen.informatik.uni-bremen.de (8.11.6/8.8.7) id g0VFmHT17463; Thu, 31 Jan 2002 16:48:17 +0100 Original-To: Katsumi Yamaoka In-Reply-To: (Katsumi Yamaoka's message of "Mon, 28 Jan 2002 20:32:31 +0900") Original-Lines: 29 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42834 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42834 Katsumi Yamaoka wrote: > Hi, > > I've added the new user option. Here is the info item: > > `mm-inline-text-html-with-images' > Some HTML mails might have the trick of spammers using `' > tags. It is likely to be intended to verify whether you have read > the mail. You can prevent your personal informations from leaking > by setting this option to `nil' (which is the default). It is > currently ignored by Emacs/w3. For emacs-w3m, you may use the > command `t' on the image anchor to show an image even if it is > `nil'. Hi, that doesn't work. I've (setq mm-inline-text-html-with-images t) but the images aren't displayed. If I press i or enter at the image link (toggle-display-xxx I think) still nothing happens. A second i or enter displays the image. My guess is that some funktion thinks the image is displayed, so the toggle function needs to be invoked twice. I'm using todays gnus CVS, Emacs 21.1 and emacs-w3m 1.2.4 Dischi -- My software never has bugs. It just develops random features.