From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25730 Path: main.gmane.org!not-for-mail From: dsg@mitre.org (David S. Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: Making w3 reasonable Date: 07 Oct 1999 14:38:19 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87ogebuobt.fsf@pc-hrvoje.srce.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163064 15565 80.91.224.250 (21 Oct 2002 01:17:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:17:44 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA05049 for ; Thu, 7 Oct 1999 14:44:59 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB00202; Thu, 7 Oct 1999 13:40:03 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Oct 1999 13:40:32 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA08707 for ; Thu, 7 Oct 1999 13:40:21 -0500 (CDT) Original-Received: from linus.mitre.org (linus.mitre.org [129.83.10.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA04998 for ; Thu, 7 Oct 1999 14:38:25 -0400 (EDT) Original-Received: from blackbird.mitre.org (blackbird [129.83.65.14]) by linus.mitre.org (8.8.7/8.8.7) with ESMTP id OAA26927; Thu, 7 Oct 1999 14:38:20 -0400 (EDT) Original-Received: (from dsg@localhost) by blackbird.mitre.org (8.8.7/8.8.7) id OAA04223; Thu, 7 Oct 1999 14:38:19 -0400 (EDT) Original-To: Jan Vroonhof X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 In-Reply-To: Jan Vroonhof's message of "07 Oct 1999 19:45:29 +0200" Original-Lines: 30 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25730 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25730 I just did the following, but haven't found any text/html parts to test it with. I did: (make-variable-buffer-local 'w3-user-fonts-take-precedence) (make-variable-buffer-local 'w3-user-colors-take-precedence) (make-variable-buffer-local 'w3-honor-stylesheets) (make-variable-buffer-local 'w3-use-terminal-characters) (make-variable-buffer-local 'w3-use-terminal-characters-on-tty) (make-variable-buffer-local 'w3-horizontal-rule-char) (make-variable-buffer-local 'w3-display-frames) (defun dsg-no-w3-eye-candy () (setq w3-user-fonts-take-precedence t w3-user-colors-take-precedence t w3-honor-stylesheets nil w3-use-terminal-characters nil w3-use-terminal-characters-on-tty nil w3-horizontal-rule-char 45 w3-display-frames nil)) (add-hook 'gnus-article-mode-hook 'dsg-no-w3-eye-candy) I'm not entirely convinced it will work since I'm not sure the w3 processing actually happens in the *Article* buffer. I tried looking at the source, but wasn't able to figure it out for certain. -- Dave Goldberg Post: The Mitre Corporation\MS B325\202 Burlington Rd.\Bedford, MA 01730 Phone: 781-271-3887 Email: dsg@mitre.org