Gnus development mailing list
 help / color / mirror / Atom feed
* paragraph-{start,separate}
@ 1997-10-08 16:07 Lars Balker Rasmussen
  1997-10-12 21:59 ` paragraph-{start,separate} Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Balker Rasmussen @ 1997-10-08 16:07 UTC (permalink / 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


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

end of thread, other threads:[~1997-10-24 22:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-08 16:07 paragraph-{start,separate} Lars Balker Rasmussen
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

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