Gnus development mailing list
 help / color / mirror / Atom feed
* text/html rendering erroneously uses frame-width
@ 1998-11-12 15:59 Karl Kleinpaste
  1998-11-13 19:09 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Karl Kleinpaste @ 1998-11-12 15:59 UTC (permalink / raw)


I use a kinda complicated gnus-buffer-configuration (see bottom) which
gives me both horizontal and vertical window splits.  The rendering of
text/html segments appears to be determining line width on the basis
of (frame-width), which is large, rather than (window-width), which is
much smaller.  The result is a really horridly ugly line-wrapped
display of text/html.

I don't really know if this is a Gnus or W3 issue, but I thought I'd
mention it, since the relevant authors are both accessible here.

A quick look through the w3 sources only finds frame-width uses in
css.el, devices.el, and url.el.  Hm, odd.  Any ideas on fixing this?

Screenshots of mis-behavior can be found in
http://www.cs.cmu.edu/~karl/pgnus/html-too-wide.

--karl

(defun gnus-karl-x-config ()
  "*Definitions of window usage: X."
  (interactive)
  (gnus-add-configuration
   '(summary
     (horizontal 1.0
		 (vertical 1.0
			   (group 0.25) (summary 1.0 point)))))
  (gnus-add-configuration
   '(article
     (horizontal 1.0
		 (vertical 0.4 (group 0.25) (summary 1.0 point))
		 (vertical 1.0 (tree  0.25) (article 1.0)))))
  (gnus-add-configuration
   '(message
     (horizontal 1.0
		 (vertical 0.4 (group 0.25) (message 1.0 point))
		 (vertical 1.0 (tree  0.25) (article 1.0)))))
  (gnus-add-configuration
   '(reply
     (horizontal 1.0
		 (vertical 0.4 (group 0.25) (message 1.0 point))
		 (vertical 1.0 (tree  0.25) (article 1.0)))))
  (gnus-add-configuration
   '(post
     (horizontal 1.0
		 (vertical 0.4 (group 0.25) (post 1.0 point))
		 (vertical 1.0 (tree  0.25) (article 1.0)))))
  (gnus-add-configuration
   '(edit-score
     (horizontal 1.0
		 (vertical 0.4 (group 0.25) (summary 1.0))
		 (vertical 1.0 (tree  0.25) (edit-score 1.0 point)))))
  (gnus-add-configuration
   '(mail-forward
     (horizontal 1.0
		 (vertical 0.4 (group 0.25) (summary 1.0))
		 (vertical 1.0 (tree  0.25) (mail 1.0 point))))))


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

end of thread, other threads:[~1998-11-13 21:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-12 15:59 text/html rendering erroneously uses frame-width Karl Kleinpaste
1998-11-13 19:09 ` Lars Magne Ingebrigtsen
1998-11-13 20:11   ` William M. Perry
1998-11-13 21:29     ` Lars Magne Ingebrigtsen
1998-11-13 20:45   ` Karl Kleinpaste

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