Gnus development mailing list
 help / color / mirror / Atom feed
From: Andrew Korty <ajk@iu.edu>
Subject: [PATCH] Fix fill-paragraph near mml tags
Date: Mon, 23 Feb 2004 19:22:04 -0500	[thread overview]
Message-ID: <m2hdxh2uoj.fsf@Andrew-Kortys-Computer.local> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The following patch seems necessary to keep fill-paragraph from
gobbling up mml tags in surrounding text.  For the time being I'm
fixing it in gnus-setup-message-hook.

- --8<---------------cut here---------------start------------->8---
- --- message.el~	Mon Feb 23 19:20:01 2004
+++ message.el	Mon Feb 23 19:20:01 2004
@@ -2445,6 +2445,11 @@
   (set (make-local-variable 'message-mime-part) 0)
   (message-setup-fill-variables)
   (set
+   (make-local-variable 'paragraph-start)
+   (format "\\(%s\\)\\|\\(%s\\)"
+	   paragraph-start
+	   "<#!*/?\\(multipart\\|part\\|external\\|mml\\|secure\\)"))
+  (set
    (make-local-variable 'paragraph-separate)
    (format "\\(%s\\)\\|\\(%s\\)"
 	   paragraph-separate
- --8<---------------cut here---------------end--------------->8---

- -- 
Andrew J. Korty, Principal Security Engineer, GCIA, GCFA
Office of the Vice President for Information Technology
Indiana University
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFAOpkw8gM8+Mr5peERApT7AKCUILyViVqylIxUs/oj8CMlUJ72cQCg4lc2
K2GM3AM0R024WqHKQBTeo/U=
=xO93
-----END PGP SIGNATURE-----



             reply	other threads:[~2004-02-24  0:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-24  0:22 Andrew Korty [this message]
2004-02-24  7:48 ` Katsumi Yamaoka

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=m2hdxh2uoj.fsf@Andrew-Kortys-Computer.local \
    --to=ajk@iu.edu \
    /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).