From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14051 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.user Subject: Re: How to automatically display HTML in gwene. groups? Date: Tue, 10 Aug 2010 16:04:50 +0200 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 1281449111 25266 80.91.229.12 (10 Aug 2010 14:05:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2010 14:05:11 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Aug 10 16:05:08 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OipRx-00082N-2b for gegu-info-gnus-english@m.gmane.org; Tue, 10 Aug 2010 16:05:05 +0200 Original-Received: from localhost ([127.0.0.1]:50514 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OipRw-0005Cz-IG for gegu-info-gnus-english@m.gmane.org; Tue, 10 Aug 2010 10:05:04 -0400 Original-Received: from [140.186.70.92] (port=53398 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OipRu-0005AP-9P for info-gnus-english@gnu.org; Tue, 10 Aug 2010 10:05:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OipRs-0005mr-Pu for info-gnus-english@gnu.org; Tue, 10 Aug 2010 10:05:02 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:45545) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OipRs-0005mY-FH for info-gnus-english@gnu.org; Tue, 10 Aug 2010 10:05:00 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OipRq-0007zC-Oi for info-gnus-english@gnu.org; Tue, 10 Aug 2010 16:04:58 +0200 Original-Received: from 134.76.4.238 ([134.76.4.238]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Aug 2010 16:04:58 +0200 Original-Received: from deng by 134.76.4.238 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Aug 2010 16:04:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: info-gnus-english@gnu.org Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 134.76.4.238 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (darwin) Mail-Copies-To: never Cancel-Lock: sha1:8B19Hi81VT1Njk0jC67JhLTKvZE= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14051 Archived-At: Dan Poirier writes: > On 2010-08-10 at 08:48, David Engster wrote: > >> Dan Poirier writes: >>> I love the new gwene groups on news.gmane.org that gateway RSS feeds, >>> but for me, every article displays as a [text/html]... button that I >>> have to click before I can read it. I'd like the html in those groups >>> to just display when I open the article. >> >> Try >> >> (mm-inline-text-html-with-images t) >> (mm-w3m-safe-url-regexp nil) >> >> in the group parameters. Note that this will need emacs-w3m, and it will >> retrieve every image whatsoever, so it might be used for tracking. See >> the doc-string of the latter variable. > > Those variables appear to be concerned with whether images are displayed > when an article's HTML is displayed, not whether the HTML is displayed > upon opening the article. Or am I missing some connection? Uhm, yes. Sorry, I should have read your posting more carefully. Do you have the same issue with pure HTML mails? Make sure that text/html is in mm-automatic-display (it is by default). What are you using for mm-text-html-renderer? I'm using w3m. I see in gwene groups that they have a malformed Content-Type of the form Content-Type: Content-Type: text/html; charset=utf8 but they still display correctly for me. -David