From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4276 Path: news.gmane.org!not-for-mail From: Jay Bromley Newsgroups: gmane.emacs.gnus.user Subject: Re: html rendering in gnus Date: Mon, 29 Nov 2004 11:41:35 -0800 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <877jo4zbm8.fsf@bluebottle.com> References: <87r7mduk5w.fsf@bluebottle.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670240 22592 80.91.229.2 (31 Jan 2006 01:17:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:17:20 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:30 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!uio.no!newsfeed.news2me.com!headwall.stanford.edu!newsfeed.stanford.edu!sn-xit-02!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:CD9fXgl3dr61lAaY6p3Y4HntAlE= Original-X-Complaints-To: abuse@supernews.com Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4417 Original-Lines: 19 X-Gnus-Article-Number: 4417 Tue Jan 17 17:33:30 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4276 Archived-At: Reiner Steib writes: > > Have a look at `mm-text-html-renderer-alist' and friends. I'd guess > you want something along this line: > > (require 'mm-view) > (add-to-list 'mm-text-html-renderer-alist > '(elinks mm-inline-render-with-stdin nil > "elinks" "-flag1" "-flag2")) > (setq mm-text-html-renderer 'elinks) Thank you, adding elinks to mm-text-html-renderer-alist occurred to me after looking at mm-view.el, but I forgot the (require 'mm-view), so it didn't work. This is exactly what I needed. Regards. ------------------------------------------------------------------------ J. Bromley jbromley@bluebottle.com