Gnus development mailing list
 help / color / mirror / Atom feed
* paragraph separator in message mode
@ 2003-02-21 19:59 David S Goldberg
  2003-02-22 21:21 ` Kai Großjohann
  0 siblings, 1 reply; 5+ messages in thread
From: David S Goldberg @ 2003-02-21 19:59 UTC (permalink / 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





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-02-23 11:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-21 19:59 paragraph separator in message mode David S Goldberg
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

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).