help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does anyone run Emacs/w3 ?


From: Harry Putnam
Subject: Re: Does anyone run Emacs/w3 ?
Date: Fri, 28 Nov 2003 13:46:07 -0600
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

> I'm running Emacs/w3.  My Emacs was set as black background, this make
> most pages look ugly.  Has any made a decent configuration for w3
> running in this situation?
>
> And, I found in w3, most pages do not wrap its long lines properly.  Is
> this a bug? How do I resolv it?

I run emacs/gnus in black background too:

Some code I snagged on gnus `ding' a few years ago when w3 was the
preferred html rendering engine for gnus.  Not sure if it might be
helpfull.  I no longer use w3 for that.

;; tame w3 displays
 (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
  url-be-asynchronous t
  w3-do-incremental-display t
  url-honor-refresh-requests nil
  w3-delay-image-loads t)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]