Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tsdh@gnu.org>
To: Sharon Kimble <boudiccas@skimble.plus.com>
Cc: ding@gnus.org
Subject: Re: how to line-wrap?
Date: Tue, 22 Jul 2014 22:22:57 +0100	[thread overview]
Message-ID: <87wqb584we.fsf@gnu.org> (raw)
In-Reply-To: <87ha29q5kt.fsf@skimble.plus.com> (Sharon Kimble's message of "Tue, 22 Jul 2014 07:18:42 +0100")

[-- Attachment #1: Type: text/plain, Size: 1212 bytes --]

Sharon Kimble <boudiccas@skimble.plus.com> writes:

Hi Sharon,

> I have this in my .gnus file
>
> (add-hook 'message-mode-hook
> (lambda ()
>   (setq fill-column 68)
>   (turn-on-auto-fill)))

message-mode is the mode to write emails/newsgroup postings in, so it
has nothing to do with how articles are formatted that you're receiving.

> What else should I do please to regain sensible line-wrapping?

You can wrap the current viewed article by typing `W w' in either the
summary or the article buffer.

,----[ W w ]
| W w runs the command gnus-article-fill-cited-article (found in
| gnus-summary-mode-map), which is an interactive autoloaded compiled Lisp
| function in `gnus-cite.el'.
| 
| It is bound to W w, <menu-bar> <Article> <Washing> <Word wrap>.
| 
| (gnus-article-fill-cited-article &optional WIDTH LONG-LINES)
| 
| Do word wrapping in the current article.
| If WIDTH (the numerical prefix), use that text width when
| filling.  If LONG-LINES, only fill sections that have lines
| longer than the frame width.
`----

However, that wrapping was performed automatically before swapping your
.newsrc-dribble and now isn't anymore is really strange.

Bye,
Tassilo

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 212 bytes --]

  parent reply	other threads:[~2014-07-22 21:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-22  6:18 Sharon Kimble
2014-07-22  7:09 ` Alberto Luaces
2014-07-22  7:14 ` Eric Abrahamsen
2014-07-22 16:27   ` Sharon Kimble
2014-07-22 21:22 ` Tassilo Horn [this message]
2014-07-22 21:55   ` Sharon Kimble
2014-07-23  7:53     ` Tassilo Horn
2014-07-24 14:04       ` Sharon Kimble
2014-07-25  6:42         ` Tassilo Horn

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=87wqb584we.fsf@gnu.org \
    --to=tsdh@gnu.org \
    --cc=boudiccas@skimble.plus.com \
    --cc=ding@gnus.org \
    /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).