From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23521 Path: main.gmane.org!not-for-mail From: Michael Cook Newsgroups: gmane.emacs.gnus.general Subject: Re: forward-paragraph Date: 24 Jun 1999 11:15:28 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <809099iq9b.fsf@lucy.sightpath.com> References: <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 1035161239 2473 80.91.224.250 (21 Oct 2002 00:47:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:47:19 +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 LAA06949 for ; Thu, 24 Jun 1999 11:16:43 -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 KAB29250; Thu, 24 Jun 1999 10:16:02 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 24 Jun 1999 10:16:50 -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 KAA16093 for ; Thu, 24 Jun 1999 10:16:40 -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 LAA06931 for ; Thu, 24 Jun 1999 11:15:37 -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 LAA15690 for ; Thu, 24 Jun 1999 11:15:31 -0400 (EDT) Original-Received: (from cook@localhost) by lucy.sightpath.com (8.8.7/8.8.7) id LAA07828; Thu, 24 Jun 1999 11:15:30 -0400 Original-To: ding@gnus.org In-Reply-To: Michael Cook's message of "16 Jun 1999 12:13:46 -0400" Original-Lines: 19 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:23521 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23521 > 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? More data... When this odd behavior starts happening, if I exit from gnus (don't need to exit from emacs), and restart gnus, the problem goes away. I'm running GNU Emacs 20.3.1. M.