Gnus development mailing list
 help / color / mirror / Atom feed
* [off-topic] Change font used by W3
@ 2000-07-10 19:11 Kai Großjohann
  2000-07-10 19:25 ` William M. Perry
  2000-07-15  1:38 ` Harry Putnam
  0 siblings, 2 replies; 5+ messages in thread
From: Kai Großjohann @ 2000-07-10 19:11 UTC (permalink / raw)


Feel free to tell me to piss off because of this message being
off-topic.  But where should I pee?  (I don't dare post this to the
Emacs developers, nor gnu.emacs.help...)

I'm a happy user of Emacs 21, but the default text font used by W3 is
awful.  Here's what I get when doing M-x list-text-properties-at RET
on an inconspicuous piece of text in a simple HTML page:

/----
| Text properties at 5:
| 
| duplicable           t
| rear-nonsticky       nil
| front-sticky         t
| end-open             nil
| start-open           nil
| html-stack           ((p) (bodytext) (body) (html) (*document))
| face                 (w3-style-face-00000 w3-style-face-00000 w3-style-face-00000 w3-style-face-00000)
\----

And this is what describe-face has to say on w3-style-face-00000:

/----
|          Family: *
|           Width: unspecified
|          Height: unspecified
|          Weight: normal
|           Slant: unspecified
|      Foreground: unspecified
|      Background: unspecified
|       Underline: nil
|        Overline: unspecified
|  Strike-through: unspecified
|             Box: unspecified
|         Inverse: unspecified
|         Stipple: unspecified
| Font or fontset: nil
| 
| Documentation:
| 
| not documented as a face.
| 
| You can customize this face.
\----

I have the following X ressources for Emacs fonts:

/----
| $ ( xrdb -query ; appres Emacs ; appres emacs ) | grep -i 'emacs.*font'
| Emacs*font:     -etl-fixed-medium-r-normal--16-160-72-72-c-80-iso8859-1
| Emacs.default.attributeFont:    -etl-fixed-medium-r-normal--16-160-72-72-c-80-iso8859-1
| Emacs.pane.menubar.font:        -b&h-lucidatypewriter-medium-r-normal-sans-10-100-72-72-m-60-iso8859-1
| Emacs.menu*.font:       -b&h-lucidatypewriter-medium-r-normal-sans-10-100-72-72-m-60-iso8859-1
| Emacs.menu*font:        -b&h-lucidatypewriter-medium-r-normal-sans-10-100-72-72-m-60-iso8859-1
| Emacs.pane.menubar.font:        -b&h-lucidatypewriter-medium-r-normal-sans-10-100-72-72-m-60-iso8859-1
| Emacs.default.attributeFont:    -etl-fixed-medium-r-normal--16-160-72-72-c-80-iso8859-1
| Emacs*font:     -etl-fixed-medium-r-normal--16-160-72-72-c-80-iso8859-1
\----

Any other information that I could provide?

kai
-- 
I like BOTH kinds of music.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [off-topic] Change font used by W3
  2000-07-10 19:11 [off-topic] Change font used by W3 Kai Großjohann
@ 2000-07-10 19:25 ` William M. Perry
  2000-07-10 19:40   ` Kai Großjohann
  2000-07-15  1:38 ` Harry Putnam
  1 sibling, 1 reply; 5+ messages in thread
From: William M. Perry @ 2000-07-10 19:25 UTC (permalink / raw)
  Cc: ding

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> Feel free to tell me to piss off because of this message being off-topic.
> But where should I pee?  (I don't dare post this to the Emacs developers,
> nor gnu.emacs.help...)

Heh, I can't even get the current source code for Emacs 21 to work at all.
It barfs immediately with a wrong-type-argument listp "font-name" and
aborts.  *sigh*

> I'm a happy user of Emacs 21, but the default text font used by W3 is
> awful.  Here's what I get when doing M-x list-text-properties-at RET on
> an inconspicuous piece of text in a simple HTML page:

Are you using the CVS versions of Emacs/W3?  That has better support for
Emacs 21 than 4.0.3[46].

-Bill P.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [off-topic] Change font used by W3
  2000-07-10 19:25 ` William M. Perry
@ 2000-07-10 19:40   ` Kai Großjohann
  0 siblings, 0 replies; 5+ messages in thread
From: Kai Großjohann @ 2000-07-10 19:40 UTC (permalink / raw)
  Cc: ding

wmperry@aventail.com (William M. Perry) writes:

> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:
> 
> > Feel free to tell me to piss off because of this message being off-topic.
> > But where should I pee?  (I don't dare post this to the Emacs developers,
> > nor gnu.emacs.help...)
> 
> Heh, I can't even get the current source code for Emacs 21 to work at all.
> It barfs immediately with a wrong-type-argument listp "font-name" and
> aborts.  *sigh*

I've got an end-of-June snapshot -- don't have an account on the GNU
machines yet.

> > I'm a happy user of Emacs 21, but the default text font used by W3 is
> > awful.  Here's what I get when doing M-x list-text-properties-at RET on
> > an inconspicuous piece of text in a simple HTML page:
> 
> Are you using the CVS versions of Emacs/W3?  That has better support for
> Emacs 21 than 4.0.3[46].

Okay, I will get the CVS version.  Thanks for the hint.

kai
-- 
I like BOTH kinds of music.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [off-topic] Change font used by W3
  2000-07-10 19:11 [off-topic] Change font used by W3 Kai Großjohann
  2000-07-10 19:25 ` William M. Perry
@ 2000-07-15  1:38 ` Harry Putnam
  2000-07-15 11:52   ` Kai Großjohann
  1 sibling, 1 reply; 5+ messages in thread
From: Harry Putnam @ 2000-07-15  1:38 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> Feel free to tell me to piss off because of this message being
> off-topic.  But where should I pee?  (I don't dare post this to the
> Emacs developers, nor gnu.emacs.help...)


The lines below in .gnus  used to cure w3 ugliness trauma. 
 (setq w3-user-fonts-take-precedence t)
 (setq w3-user-colors-take-precedence t)

Is this no longer true in emacs-21?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [off-topic] Change font used by W3
  2000-07-15  1:38 ` Harry Putnam
@ 2000-07-15 11:52   ` Kai Großjohann
  0 siblings, 0 replies; 5+ messages in thread
From: Kai Großjohann @ 2000-07-15 11:52 UTC (permalink / raw)
  Cc: ding

On 14 Jul 2000, Harry Putnam wrote:

> The lines below in .gnus  used to cure w3 ugliness trauma. 
> Is this no longer true in emacs-21?

Apparently not.  Or I tried the wrong thing.  W3 even uses a strange
font for HTML files which don't specify a font at all.

The author has advised me to try a newer version.  Must get some round
tuits. 

kai
-- 
I like BOTH kinds of music.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-07-15 11:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-10 19:11 [off-topic] Change font used by W3 Kai Großjohann
2000-07-10 19:25 ` William M. Perry
2000-07-10 19:40   ` Kai Großjohann
2000-07-15  1:38 ` Harry Putnam
2000-07-15 11:52   ` Kai Großjohann

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).