From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23367 Path: main.gmane.org!not-for-mail From: Michael Cook Newsgroups: gmane.emacs.gnus.general Subject: forward-paragraph Date: 16 Jun 1999 12:13:46 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <80674ounr9.fsf@lucy.sightpath.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161113 1607 80.91.224.250 (21 Oct 2002 00:45:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:45:13 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA26503 for ; Wed, 16 Jun 1999 12:14:53 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB28030; Wed, 16 Jun 1999 11:14:18 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 16 Jun 1999 11:15:05 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA14750 for ; Wed, 16 Jun 1999 11:14:51 -0500 (CDT) Original-Received: from tma-1.sightpath.com (tma-1.sightpath.com [208.246.45.91]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA26488 for ; Wed, 16 Jun 1999 12:13:54 -0400 (EDT) Original-Received: from lucy.sightpath.com (IDENT:cook@lucy.sightpath.com [208.246.45.93]) by tma-1.sightpath.com (8.9.1a/8.9.1) with ESMTP id MAA11113 for ; Wed, 16 Jun 1999 12:13:51 -0400 (EDT) Original-Received: (from cook@localhost) by lucy.sightpath.com (8.8.7/8.8.7) id MAA13068; Wed, 16 Jun 1999 12:13:49 -0400 Original-To: ding@gnus.org Original-Lines: 13 User-Agent: Gnus/5.070088 (Pterodactyl Gnus v0.88) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23367 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23367 In pgnus-0.88, forward-paragraph in *Article* buffers seems to behave more like forward-line (except around blank lines, where it tends to move forward multiple lines). The paragraph-start and paragraph-separate settings seem to be the same as the have always been. paragraph-start's value is "[ \n\f]" paragraph-separate's value is "[ \f]*$" Anyone understand this new odd behavior?