Gnus development mailing list
 help / color / mirror / Atom feed
From: "Robin S. Socha" <robin@socha.net>
Cc: ding@gnus.org
Subject: Re: Making w3 reasonable
Date: 07 Oct 1999 19:30:02 +0200	[thread overview]
Message-ID: <deathsquad.m3iu4jyt7p.fsf@socha.net> (raw)
In-Reply-To: Hrvoje Niksic's message of "07 Oct 1999 18:29:10 +0200"

* Hrvoje Niksic <hniksic@srce.hr> 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. <http://socha.net/XEmacs/>


  parent reply	other threads:[~1999-10-07 17:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-07 16:29 Hrvoje Niksic
1999-10-07 17:10 ` Thomas Lofgren
1999-10-07 17:30 ` Robin S. Socha [this message]
1999-10-07 17:45   ` Jan Vroonhof
1999-10-07 18:38     ` David S. Goldberg
1999-10-07 21:49       ` Kai Großjohann
1999-10-08 12:45         ` David S. Goldberg
1999-10-08 15:44           ` Kai Großjohann
1999-10-09  1:14           ` Glenn Shiffer
1999-10-08 12:56         ` Eye Candy vs. Angry Fruit Salad (was:: Re: Making w3 reasonable) Per Abrahamsen
1999-10-07 18:46     ` Making w3 reasonable Colin Rafferty
1999-10-07 19:33       ` Jan Vroonhof
1999-10-07 20:48         ` Colin Rafferty
1999-10-07 23:48   ` Hrvoje Niksic
1999-10-08  0:05     ` Hrvoje Niksic
1999-10-08 14:26       ` Robert Bihlmeyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=deathsquad.m3iu4jyt7p.fsf@socha.net \
    --to=robin@socha.net \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).