From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67859 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: nnrss group doesn't wash multipart article correctly Date: Tue, 09 Dec 2008 17:27:17 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86ljupylnu.fsf@lifelogs.com> References: <86tz9dyq5i.fsf@lifelogs.com> <8763ltng00.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1228865320 29120 80.91.229.12 (9 Dec 2008 23:28:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2008 23:28:40 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16306@lists.math.uh.edu Wed Dec 10 00:29:43 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1LAC1O-0000NN-Cg for ding-account@gmane.org; Wed, 10 Dec 2008 00:29:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1LABzq-0000Zz-27; Tue, 09 Dec 2008 17:28:06 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LABzo-0000Zk-Nc for ding@lists.math.uh.edu; Tue, 09 Dec 2008 17:28:04 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LABzm-0002eI-CP for ding@lists.math.uh.edu; Tue, 09 Dec 2008 17:28:04 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LABzx-0006ql-00 for ; Wed, 10 Dec 2008 00:28:13 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LABze-0003y3-E2 for ding@gnus.org; Tue, 09 Dec 2008 23:27:54 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Dec 2008 23:27:54 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Dec 2008 23:27:54 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 43 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:uBC6MC+s58U9xlSlKcjdrefR19A= X-Spam-Score: -1.5 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67859 Archived-At: On Tue, 09 Dec 2008 23:25:03 +0100 asjo@koldfront.dk (Adam Sjøgren) wrote: AS> On Tue, 09 Dec 2008 15:50:17 -0600, Ted wrote: >> Can I configure this group in particular to apply HTML washing? I >> didn't see such an option in the manual or in the code. AS> I have set these group parameters (G p) on the nnrss groups I have that AS> contain HTML: AS> ((gnus-treat-wash-html t)) AS> ... seems to work alright for me. Ah. In the manual there's a link at the bottom and the top of Article Washing to Customizing Articles, which I followed but then didn't see a way to apply those to a specific group. The manual node says 'To have them called automatically, you should set the corresponding "treatment" variable. For instance, to have headers hidden, you'd set gnus-treat-hide-headers. ... You can, of course, write your own functions to be called from gnus-part-display-hook. The functions are called narrowed to the part, and you can do anything you like, pretty much. There is no information that you have to keep in the buffer--you can change everything.' This is not helpful to someone who doesn't know how to set gnus-treat-hide-headers in the group parameters; `G c' is not helpful because it has no way to specify those parameters. I couldn't figure it out and thought the above could only be done in a hook. Should I: a) implement something for `G c' that will let users add treatments to a group/topic, or b) add examples to the manual of how to do the above, or c) both (including a `G c' reference in the manual node)? Thanks Ted