From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13324 Path: main.gmane.org!not-for-mail From: Michael R Cook Newsgroups: gmane.emacs.gnus.general Subject: message-newline-and-reformat and supercite Date: 20 Dec 1997 16:10:57 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035152712 8705 80.91.224.250 (20 Oct 2002 22:25:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:25:12 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id NAA17892 for ; Sat, 20 Dec 1997 13:50:38 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA05782 for ; Sat, 20 Dec 1997 15:52:19 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id PAN29069; Sat, 20 Dec 1997 15:51:21 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 20 Dec 1997 15:11:34 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id PAA01362 for ; Sat, 20 Dec 1997 15:11:28 -0600 (CST) Original-Received: (qmail 12931 invoked by uid 504); 20 Dec 1997 21:11:13 -0000 Original-Received: (qmail 12928 invoked from network); 20 Dec 1997 21:11:13 -0000 Original-Received: from cognex-bh.cognex.com (198.232.30.66) by claymore.vcinet.com with SMTP; 20 Dec 1997 21:11:13 -0000 Original-Received: (from uucp@localhost) by cognex-bh.cognex.com (8.6.12/8.6.11) id QAA10958 for ; Sat, 20 Dec 1997 16:11:12 -0500 Original-Received: from isys.com by cognex-bh.cognex.com via smap (3.2) id xma010948; Sat, 20 Dec 97 16:11:02 -0500 Original-Received: from erawan.cognex.com (erawan.cognex.com [10.10.1.80]) by cognex.cognex.com (8.8.7/8.8.7) with ESMTP id QAA12127 for ; Sat, 20 Dec 1997 16:11:00 -0500 (EST) Original-Received: by erawan.cognex.com (8.6.12/8.6.12) id QAA11101; Sat, 20 Dec 1997 16:10:59 -0500 Original-To: ding@gnus.org Original-Lines: 31 X-Mailer: Quassia Gnus v0.18/Emacs 19.34 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:13324 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:13324 If I do M-RET (message-newline-and-reformat) in a Supercite context, such as: +----- | FOO> hello_world +----- (the underscore `_' represents point), the result is +----- | FOO> hello | |_ | | world +----- I was expecting +----- | FOO> hello | |_ | | FOO> world +----- Is this a bug in message.el? Or is my supercite installation misconfigured? Michael.