Gnus development mailing list
 help / color / mirror / Atom feed
From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: paragraph separator in message mode
Date: Sat, 22 Feb 2003 22:21:05 +0100	[thread overview]
Message-ID: <84bs14hv0e.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: <u8z3cmh8kwv.fsf@blackbird-2k.MITRE.ORG>

David S Goldberg <david.goldberg6@verizon.net> writes:

> 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\\)"))

Good idea.  I've committed it.  I'm not sure if I did it right,
though.  Hm.  Semantically, it seems it should be in mml-mode?

And the concat thing is potentially dangerous.  Can it lead to a
non-working value?  Is there a regexp that will break if \\|foo is
appended to it?
-- 
A preposition is not a good thing to end a sentence with.



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

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-21 19:59 David S Goldberg
2003-02-22 21:21 ` Kai Großjohann [this message]
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=84bs14hv0e.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@uni-duisburg.de \
    /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).