Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Balker Rasmussen <lbr@mjolner.dk>
Subject: paragraph-{start,separate}
Date: 08 Oct 1997 18:07:21 +0200	[thread overview]
Message-ID: <0fg1qc8chy.fsf@heimdal.mjolner.dk> (raw)

In gnus-5.4.67:

  (setq paragraph-start (concat (regexp-quote mail-header-separator)
				"$\\|[ \t]*[-_][-_][-_]+$\\|"
				"-- $\\|"
				paragraph-start))
  (setq paragraph-separate (concat (regexp-quote mail-header-separator)
				   "$\\|[ \t]*[-_][-_][-_]+$\\|"
				   "-- $\\|"
				   paragraph-separate))

In qgnus-0.12:

  (setq paragraph-start
	(concat (regexp-quote mail-header-separator)
		"$\\|[ \t]*[-_][-_][-_]+$\\|"
		"-- $\\|"
		;;!!! Uhm... shurely this can't be right.
		"[> " (regexp-quote message-yank-prefix) "]+$\\|"
		paragraph-start))
  (setq paragraph-separate
	(concat (regexp-quote mail-header-separator)
		"$\\|[ \t]*[-_][-_][-_]+$\\|"
		"-- $\\|"
		"[> " (regexp-quote message-yank-prefix) "]+$\\|"
		paragraph-separate))

Why oh why?  I've gotten SO used to jump back between start of quoted
text and end of same using forward-paragraph and backward-paragraph it's
not even funny.  Why would I want to consider all the paragraphs in
quoted text?
-- 
Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS
lbr@mjolner.dk


             reply	other threads:[~1997-10-08 16:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-08 16:07 Lars Balker Rasmussen [this message]
1997-10-12 21:59 ` paragraph-{start,separate} Lars Magne Ingebrigtsen
1997-10-13  8:22   ` paragraph-{start,separate} Lars Balker Rasmussen
1997-10-20 21:10     ` paragraph-{start,separate} Lars Magne Ingebrigtsen
1997-10-21  8:15       ` paragraph-{start,separate} Lars Balker Rasmussen
1997-10-24 22:48         ` paragraph-{start,separate} 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=0fg1qc8chy.fsf@heimdal.mjolner.dk \
    --to=lbr@mjolner.dk \
    /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).