Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@jprc.com>
Subject: text/html rendering erroneously uses frame-width
Date: 12 Nov 1998 10:59:22 -0500	[thread overview]
Message-ID: <vxkaf1w297p.fsf@pocari-sweat.jprc.com> (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))))))


             reply	other threads:[~1998-11-12 15:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-12 15:59 Karl Kleinpaste [this message]
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

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=vxkaf1w297p.fsf@pocari-sweat.jprc.com \
    --to=karl@jprc.com \
    /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).