From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25727 Path: main.gmane.org!not-for-mail From: "Robin S. Socha" Newsgroups: gmane.emacs.gnus.general Subject: Re: Making w3 reasonable Date: 07 Oct 1999 19:30:02 +0200 Organization: Usenet Death Squad 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 1035163061 15545 80.91.224.250 (21 Oct 2002 01:17:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:17:41 +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 NAA04562 for ; Thu, 7 Oct 1999 13:33:41 -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 MAB29828; Thu, 7 Oct 1999 12:32:09 -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 12:33:11 -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 MAA08095 for ; Thu, 7 Oct 1999 12:32:57 -0500 (CDT) Original-Received: from kens.com (kens.com [129.250.30.40]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA04529 for ; Thu, 7 Oct 1999 13:30:58 -0400 (EDT) Original-Received: from socha.net (IDENT:root@next3.rhrz.uni-bonn.de [131.220.224.32]) by kens.com (8.9.3/8.9.3-mod-for-majordomo) with ESMTP id NAA29335; Thu, 7 Oct 1999 13:30:53 -0400 (EDT) Original-Received: (from robin@localhost) by socha.net (8.8.7/8.8.7) id TAA01901; Thu, 7 Oct 1999 19:30:09 +0200 Original-To: Hrvoje Niksic X-URL: X-Face: #Z}0zkbqU,m`+S)^0R[.23L-o>U{UQ|(DvIqu^Bjw:po_g9;4JnT9tbn;QX$ga/LYS In-Reply-To: Hrvoje Niksic's message of "07 Oct 1999 18:29:10 +0200" Original-Lines: 51 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/21.1 (Biscayne) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25727 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25727 * Hrvoje Niksic writes: > So, I'd like to configure w3 to (not) do the following things: >*[1] No fonts. >* No colors. >* No background images. >* No fancy table gimmicks. The following might do what you want: ;:* $Id: w3-rss.el,v 1.2 1999/10/07 17:15:23 robin Exp $ ;:*======================= ;:* This is for W3 to deal with fucked up HTML mails/postings ;; Mostly stolen from Per Abrahamsen (setq ;:* Whether to let a document define certain fonts. w3-user-fonts-take-precedence t ;:* Whether to let a document define certain colors about itself. ;; Like foreground and background colors and pixmaps, color of links ;; and visited links, etc. w3-user-colors-take-precedence t ;:* Whether to let a document specify a CSS stylesheet. w3-honor-stylesheets nil ;:* Use terminal graphics characters for drawing tables and rules if available. w3-use-terminal-characters nil ;:* Use terminal graphics characters for tables and rules even on a tty. w3-use-terminal-characters-on-tty nil ;:* The character to use to create a horizontal rule. ;; Must be the character's code, not a string. This character is ;; replicated across the screen to create a division. If nil W3 will ;; use a terminal graphic character if possible. w3-horizontal-rule-char 45 ;:* Fetch frames - can be: ;; nil no frame display whatsoever ;; 'as-links display frame hyperlinks, but do not fetch them ;; 'ask display frame hyperlinks and ask whether to fetch them ;; t display frame hyperlinks and fetch them. w3-display-frames nil ) >* Not making me end each paragraph with "though." (if (string-match "hniksic" user-login-name) (setq w3-suppress-though-at-end-of-line t) ) Footnotes: [1] Supercite didn't quote the "*". Feature? -- Robin S. Socha Big. Black. Beautified.