From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33299 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: someone broke message-newline-and-reformat Date: 10 Nov 2000 14:46:49 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169433 24419 80.91.224.250 (21 Oct 2002 03:03:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:03:53 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 8FE6FD049A for ; Fri, 10 Nov 2000 06:47:03 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB27846; Fri, 10 Nov 2000 05:46:54 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 10 Nov 2000 05:46:20 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA21915 for ; Fri, 10 Nov 2000 05:46:11 -0600 (CST) Original-Received: from vsu.ru (info.vsu.ru [62.76.169.9]) by mailhost.sclp.com (Postfix) with ESMTP id DEDA3D049A for ; Fri, 10 Nov 2000 06:46:32 -0500 (EST) Original-Received: from video.uic.vsu.ru ([62.76.169.38] verified) by vsu.ru (CommuniGate Pro SMTP 3.3.1) with ESMTP id 2020119 for ding@gnus.org; Fri, 10 Nov 2000 14:46:39 +0300 Original-To: ding@gnus.org User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Original-Lines: 36 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33299 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33299 Hi! > recently, the message-newline-and-reformat (M-RET) function became > broken. it used to work fine with SuperCite, but it no longer works. the bug was introduced by the following patch: 2000-09-29 David Edmondson One-line patch. * message.el (message-newline-and-reformat): Typo. $ cvs diff -u -r6.5 -r6.6 message.el Index: message.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v retrieving revision 6.5 retrieving revision 6.6 diff -u -r6.5 -r6.6 --- message.el 2000/11/04 13:35:32 6.5 +++ message.el 2000/11/04 14:21:04 6.6 @@ -1716,7 +1716,7 @@ (unless (bolp) (save-excursion (beginning-of-line) - (when (looking-at (concat prefix + (when (looking-at (concat prefix "\\|" supercite-thing)) (setq quoted (match-string 0)))) (insert "\n")) Could you please revert the buggy patch? Best, v.