From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42600 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: emacs-w3m Date: Fri, 25 Jan 2002 22:07:04 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2ny9il3j53.fsf@zsh.cs.rochester.edu> References: <87lmeo1mxw.fsf@inanna.rimspace.net> <01n0z2y2xq.fsf@ariel.daimi.au.dk> <87elke70w4.fsf@paradoxical.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035177822 12709 80.91.224.250 (21 Oct 2002 05:23:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:23:42 +0000 (UTC) Return-Path: Original-Received: (qmail 14894 invoked from network); 26 Jan 2002 03:07:43 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 26 Jan 2002 03:07:43 -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 16UJBh-00072v-00; Fri, 25 Jan 2002 21:07:29 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 25 Jan 2002 21:07:23 -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 VAA26074 for ; Fri, 25 Jan 2002 21:07:12 -0600 (CST) Original-Received: (qmail 14889 invoked by alias); 26 Jan 2002 03:07:12 -0000 Original-Received: (qmail 14884 invoked from network); 26 Jan 2002 03:07:12 -0000 Original-Received: from roc-24-58-72-167.rochester.rr.com (HELO zsh.2y.net) (@24.58.72.167) by gnus.org with SMTP; 26 Jan 2002 03:07:12 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id g0Q375R12984; Fri, 25 Jan 2002 22:07:05 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Josh Huber's message of "Fri, 25 Jan 2002 13:15:23 -0500") Original-Lines: 16 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42600 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42600 Josh Huber writes: > Niels Olof Bouvin writes: > >> Sweet, no more HTML delays. Thank you for adding this. Another >> possible candidate for rendering HTML is Links. > > Yes, this is nice :) > > Now, the question is -- can I make W h use w3m as well? There are > some cases where I'd like to run an article through w3m even if Gnus > doesn't automatically do it. I'd rather not use w3... (setq gnus-article-wash-function 'gnus-article-wash-html-with-w3m) ShengHuo