From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10186 Path: news.gmane.org!not-for-mail From: Pete Axon Newsgroups: gmane.emacs.gnus.user Subject: Re: Washing html Date: 23 Jan 2008 21:19:14 +1100 Message-ID: <87myqwalp9.fsf@system390.hermit.cave> References: <87sl14ah76.fsf@system390.hermit.cave> <87bq7fh2dl.fsf@kulchitsky.org> <874pd6v054.fsf@system390.hermit.cave> <87ve5l7ily.fsf@kulchitsky.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201084893 29215 80.91.229.12 (23 Jan 2008 10:41:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2008 10:41:33 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Jan 23 11:41:53 2008 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.50) id 1JHd3I-0006za-VM for gegu-info-gnus-english@m.gmane.org; Wed, 23 Jan 2008 11:41:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHd2s-0006ZZ-TL for gegu-info-gnus-english@m.gmane.org; Wed, 23 Jan 2008 05:41:26 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!nx01.iad01.newshosting.com!newshosting.com!216.196.98.140.MISMATCH!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.iinet.net.au!newsfeed.iinet.net.au!per-qv1-newsstorage1.iinet.net.au!per-qv1-newsstorage1.iinet.net.au!per-qv1-newsreader-01.iinet.net.au!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Lines: 47 Original-NNTP-Posting-Host: 203.214.134.129 Original-X-Trace: 1201083656 per-qv1-newsreader-01.iinet.net.au 17214 203.214.134.129 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80400 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:10186 Archived-At: Anton Kulchitsky writes: > Pete Axon writes: > > > Anton Kulchitsky writes: > > > >> Pete Axon writes: > >> > >> > When I try to wash html in Gnus I get a ``Cannot open load file: w3'' > >> > error. Does anyone have any idea whats going on here? > >> > > >> > I have Gnus 21 and w3m emacs installed. > >> > >> Try > >> > >> (setq mm-text-html-renderer 'w3m) > > I already had that set. > > > >> in your .gnus file. If you have no w3m-emacs and you have only w3m in > >> your system, then you may try just 'w3m-standalone instead. Some might > >> dislike w3m-emacs. If you have more questions then try > >> > >> C-h v mm-text-html-renderer > > This gives me a ``not documented as a variable'' message > Did you try it in gnus? This variable is not defined in lisp mode > where you possibly tried it editing .gnus. Try C-h v in gnus for this > variable. It should help. Yes I did try it while in the gnus *Group* buffer. Maybe, as Katsumi says, I need to upgrade gnus. Here is what I have in my .emacs file ;; w3m (require 'w3m-load) ; Use w3m to browse urls (setq browse-url-browser-function 'w3m) and this is in my .gnus file ;; Use w3m to display html (setq gnus-button-url 'browse-url-generic) (setq mm-text-html-renderer 'w3m) (setq mm-inline-text-html-with-images t) (setq mm-inline-large-images t) > > Sorry that it did not help though. It should not use w3 if you did not > set this somehow. Did you try w3m-standalone? I did try that as suggested, no good though.