From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12552 Path: main.gmane.org!not-for-mail From: Lars Balker Rasmussen Newsgroups: gmane.emacs.gnus.general Subject: paragraph-{start,separate} Date: 08 Oct 1997 18:07:21 +0200 Message-ID: <0fg1qc8chy.fsf@heimdal.mjolner.dk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035152068 4390 80.91.224.250 (20 Oct 2002 22:14:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:14:28 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id KAA16837 for ; Wed, 8 Oct 1997 10:16:14 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id MAA00937 for ; Wed, 8 Oct 1997 12:08:40 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Wed, 8 Oct 1997 18:07:38 +0200 Original-Received: (qmail 18232 invoked by uid 504); 8 Oct 1997 16:07:37 -0000 Original-Received: (qmail 18229 invoked from network); 8 Oct 1997 16:07:35 -0000 Original-Received: from heimdal.mjolner.dk (130.225.8.65) by claymore.vcinet.com with SMTP; 8 Oct 1997 16:07:34 -0000 Original-Received: (from lbr@localhost) by heimdal.mjolner.dk (8.7.6/8.7.3) id SAA03961; Wed, 8 Oct 1997 18:07:21 +0200 (MET DST) Original-To: ding@gnus.org Original-Lines: 34 X-Mailer: Gnus v5.5/Emacs 20.2 Xref: main.gmane.org gmane.emacs.gnus.general:12552 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12552 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