Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: Fixed! (was: mail-abbrev?)
Date: 22 May 1996 12:42:07 -0700	[thread overview]
Message-ID: <m2d93wcx68.fsf@deanna.miranova.com> (raw)
In-Reply-To: Ketil Z Malde's message of 22 May 1996 08:18:40 -0700

>>>>> "Ketil" == Ketil Z Malde <ketil@ii.uib.no> writes:

Ketil> I wrote:

Ketil> Possibly a new name from Xemacs-19.14 (I use a beta version -- but so
Ketil> does a lot of other people on the list, don't they?  Steve?)

Gnus is well-represented in the group of XEmacs beta testers,
including our fearless leader.

Ketil> Ah, one more thing - when citing an article that already contain cited
Ketil> text, I often get something like this (the prepended tab not included):

>> >blah blah

>> gobble gobble

Ketil> ..but C-c C-q mangles the first one, due to, I think the spaces
Ketil> used.  Perhaps message-fill-yanked-message could be made more
Ketil> intelligent -- maybe using some heuristics used in the
Ketil> highlighting code?  Or is there something I can do about it?

Try using filladapt-mode.  Most of this code has been subsumed into
the normal text formatting code in Emacs 19.30 so you probably only
need it with XEmacs.

Here are the relevant settings I have in my initialization:
.emacs:
(require 'filladapt)
(setq filladapt-mode-line-string " FA")

.gnus:
(setq sc-auto-fill-region-p nil)
(add-hook 'message-mode-hook 'turn-on-filladapt-mode)
(add-hook 'message-mode-hook 'turn-on-auto-fill)


It does strange things when numbers begin a line though.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.
Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone
except you in November.


      parent reply	other threads:[~1996-05-22 19:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-05-22 13:45 mail-abbrev? Ketil Z Malde
1996-05-22 14:53 ` mail-abbrev? Jack Vinson
1996-05-22 15:22   ` mail-abbrev? Paul D. Smith
1996-05-22 16:40     ` mail-abbrev? Mark Borges
1996-05-22 17:49       ` mail-abbrev? Per Abrahamsen
1996-05-22 15:18 ` Fixed! (was: mail-abbrev?) Ketil Z Malde
1996-05-22 18:51   ` Lars Magne Ingebrigtsen
1996-05-22 19:42   ` Steven L Baur [this message]

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=m2d93wcx68.fsf@deanna.miranova.com \
    --to=steve@miranova.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).