Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@charcoal.com>
Subject: Re: `gnus-article-fill-cited-article' (W w) - Did behavior change?
Date: 28 Apr 2000 23:03:28 -0400	[thread overview]
Message-ID: <vxkzoqdsj5r.fsf@mesquite.charcoal.com> (raw)
In-Reply-To: Steve Harris's message of "28 Apr 2000 14:50:08 -0700"

You will probably find that, at some point along the way, you viewed a
text/html message.  w3 will have expanded the fill-column out to the
full frame width, and that value then sticks.

My dreadful workaround:

(defun karl-correct-width (&optional useless)
  "Fix braindead HTML max-width setting."
  (interactive)
  (gnus-summary-show-article)
  (gnus-summary-select-article-buffer)
  (set-fill-column 70)
  (gnus-article-show-summary)
  (gnus-article-fill-cited-article))
(define-key gnus-summary-mode-map "\e\C-q" 'karl-correct-width)



  reply	other threads:[~2000-04-29  3:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-28 21:43 Steve Harris
2000-04-28 21:50 ` Steve Harris
2000-04-29  3:03   ` Karl Kleinpaste [this message]
2000-05-01 19:05     ` Reid Rivenburgh
2000-08-10 20:41     ` Lars Magne Ingebrigtsen

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=vxkzoqdsj5r.fsf@mesquite.charcoal.com \
    --to=karl@charcoal.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).