Gnus development mailing list
 help / color / mirror / Atom feed
From: David S Goldberg <david.goldberg6@verizon.net>
Subject: paragraph separator in message mode
Date: Fri, 21 Feb 2003 14:59:28 -0500	[thread overview]
Message-ID: <u8z3cmh8kwv.fsf@blackbird-2k.MITRE.ORG> (raw)

I've had these lines in my message-mode-hook for some time now but
since I just noticed that I needed to make a fix to the regexp I
wonder if it shouldn't somehow be the default behavior for
message-mode.

(make-local-variable 'paragraph-separate)
(setq paragraph-separate
      (concat paragraph-separate
              "\\|<#!*/?\\(multipart\\|part\\|external\\|mml\\|secure\\)"))

This allows me to insert mml via the usual means and not have to worry
about a M-q moving the paragraph onto the same line as the mml tag is
on, which I found annoying.  I got that expression from
mml-quote-region, by the way, which is missing the secure tag.

Thanks,
-- 
Dave Goldberg
david.goldberg6@verizon.net





             reply	other threads:[~2003-02-21 19:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-21 19:59 David S Goldberg [this message]
2003-02-22 21:21 ` Kai Großjohann
2003-02-22 22:22   ` Lars Magne Ingebrigtsen
2003-02-23 10:37     ` Kai Großjohann
2003-02-23 11:32       ` 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=u8z3cmh8kwv.fsf@blackbird-2k.MITRE.ORG \
    --to=david.goldberg6@verizon.net \
    /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).