From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60741 Path: news.gmane.org!not-for-mail From: Russ Allbery Newsgroups: gmane.emacs.gnus.general Subject: Re: Quoted material manipulation commands Date: Tue, 09 Aug 2005 19:45:12 -0700 Organization: The Eyrie Message-ID: <87d5omy0g7.fsf@windlord.stanford.edu> References: <87ek9cw6gu.fsf@windlord.stanford.edu> <87irymkbjx.fsf@Jesper-Harders-Computer.local> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123641952 23706 80.91.229.2 (10 Aug 2005 02:45:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Aug 2005 02:45:52 +0000 (UTC) Original-X-From: ding-owner+M9273=ding+2Daccount=gmane.org@lists.math.uh.edu Wed Aug 10 04:45:50 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E2gaq-00033L-4y for ding-account@gmane.org; Wed, 10 Aug 2005 04:45:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1E2gap-0005ti-04 for ding-account@gmane.org; Tue, 09 Aug 2005 21:45:23 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1E2gak-0005ta-00 for ding@lists.math.uh.edu; Tue, 09 Aug 2005 21:45:18 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1E2gaj-0005pU-15 for ding@lists.math.uh.edu; Tue, 09 Aug 2005 21:45:17 -0500 Original-Received: from smtp2.stanford.edu ([171.67.16.125]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1E2fed-00027z-00 for ; Wed, 10 Aug 2005 03:45:15 +0200 Original-Received: from windlord.stanford.edu (windlord.Stanford.EDU [171.64.19.147]) by smtp2.Stanford.EDU (8.12.11/8.12.11) with ESMTP id j7A2jC2x027903 for ; Tue, 9 Aug 2005 19:45:13 -0700 Original-Received: by windlord.stanford.edu (Postfix, from userid 1000) id 46B2CE792D; Tue, 9 Aug 2005 19:45:12 -0700 (PDT) Original-To: ding@gnus.org In-Reply-To: <87irymkbjx.fsf@Jesper-Harders-Computer.local> (Jesper Harder's message of "Wed, 03 Aug 2005 22:30:58 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.17 (linux) X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60741 Jesper Harder writes: > Russ Allbery writes: >> M-RET doesn't appear to reformat the new paragraph any more. Did I >> break something, or was that feature removed? > It's also broken for me. > This patch seems to fix it, although I didn't really look into which > change caused it. Can someone tell? I'm not sure what change caused the problem, but I can confirm that this fix also solves all of my problems, including handling the indentation style of my correspondant. Thank you! > diff -c /Users/harder/gnus/lisp/message.el /Users/harder/cvsgnus/lisp/message.el > *** /Users/harder/gnus/lisp/message.el Sun Jul 24 20:31:17 2005 > --- /Users/harder/cvsgnus/lisp/message.el Wed Aug 3 22:25:04 2005 > *************** > *** 2894,2900 **** > "Insert four newlines, and then reformat if inside quoted text. > Prefix arg means justify as well." > (interactive (list (if current-prefix-arg 'full))) > ! (let (quoted point beg end leading-space bolp) > (setq point (point)) > (beginning-of-line) > (setq beg (point)) > --- 2894,2900 ---- > "Insert four newlines, and then reformat if inside quoted text. > Prefix arg means justify as well." > (interactive (list (if current-prefix-arg 'full))) > ! (let (quoted point beg end leading-space bolp fill-paragraph-function) > (setq point (point)) > (beginning-of-line) > (setq beg (point)) -- Russ Allbery (rra@stanford.edu)