From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21958 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: I wanna write an RFC Date: 17 Mar 1999 19:30:14 +0100 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: <1471-Tue16Mar1999172535-0800-ndw@nwalsh.com> <87r9qo3wrh.fsf@pc-hrvoje.srce.hr> <86ww0gjav3.fsf@kramer.bp.aventail.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159967 25644 80.91.224.250 (21 Oct 2002 00:26:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:26:07 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA09761 for ; Wed, 17 Mar 1999 13:31:26 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB01011; Wed, 17 Mar 1999 12:30:39 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 17 Mar 1999 12:31:07 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA13884 for ; Wed, 17 Mar 1999 12:30:58 -0600 (CST) Original-Received: from sheridan.dina.kvl.dk (root@sheridan.dina.kvl.dk [130.225.40.227]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA09745 for ; Wed, 17 Mar 1999 13:30:49 -0500 (EST) Original-Received: from my.dina.kvl.dk (my.dina.kvl.dk [130.225.40.137]) by sheridan.dina.kvl.dk (8.9.0.Beta5/8.9.0.Beta5) with SMTP id TAA05909; Wed, 17 Mar 1999 19:30:43 +0100 Original-Received: by my.dina.kvl.dk (SMI-8.6/SMI-SVR4) id TAA23287; Wed, 17 Mar 1999 19:30:14 +0100 Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Original-Lines: 15 User-Agent: Gnus/5.070076 (Pterodactyl Gnus v0.76) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21958 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21958 Harry Putnam writes: > But Per, how do you shut off that horrbile blockyness. I run gnus > in a dark color (grey20). I'd rather not spend days slogging thru > the style sheet, learning new syntax etc. But would like to see web > stuff in the same bg and fg as gnus. Here are the settings needed to make Emacs/W3 useful: (setq w3-user-fonts-take-precedence t) ; Use _my_ font. (setq w3-user-colors-take-precedence t) ; Use _my_ colors. (setq w3-honor-stylesheets nil) ; No, just do it.. (setq w3-use-terminal-characters nil) ; No weird characters. (setq w3-horizontal-rule-char 45) ; I said: no weird characters.