From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18722 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Pterodactyl Gnus v0.48 is released Date: 16 Nov 1998 02:33:24 -0500 Organization: Computer Dept of U Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2npvao5by3.fsf@zsh.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157197 7716 80.91.224.250 (20 Oct 2002 23:39:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:39:57 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA05482 for ; Mon, 16 Nov 1998 02:26:02 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAB08266; Mon, 16 Nov 1998 01:25:54 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 16 Nov 1998 01:25:52 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id BAA11422 for ; Mon, 16 Nov 1998 01:25:42 -0600 (CST) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id CAA05473 for ; Mon, 16 Nov 1998 02:25:33 -0500 (EST) Original-Received: from slate.cs.rochester.edu (slate.cs.rochester.edu [192.5.53.101]) by cayuga.cs.rochester.edu (8.6.9/O) with ESMTP id CAA04099 for ; Mon, 16 Nov 1998 02:25:30 -0500 Original-Received: from brain.cs.rochester.edu (heart.cs.rochester.edu [192.5.53.109]) by slate.cs.rochester.edu (8.6.9/O) with ESMTP id CAA29732 for ; Mon, 16 Nov 1998 02:25:27 -0500 Original-Received: (from zsh@localhost) by brain.cs.rochester.edu (8.9.0/8.8.5) id CAA01500; Mon, 16 Nov 1998 02:33:24 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Karl Kleinpaste's message of "15 Nov 1998 20:32:25 -0500" Original-Lines: 22 User-Agent: Gnus/5.070048 (Pterodactyl Gnus v0.48) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18722 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18722 >>>>> "KK" == Karl Kleinpaste writes: KK> I looked at it a bit w/edebug. message-encode-message-body has at KK> least 2 problems, when using `B m': KK> - (message-goto-body) leaves (point) at 1, considering what the KK> following narrow-to-region does, so the entire message is regarded KK> as body content, and KK> - when inserting the Content-Type line, it gets put in after the KK> (search-forward "\n\n"), which leaves point at the end of the KK> discovered string. Something like (forward-line -1) is in order, KK> before (insert line). KK> I'm not sufficiently confident of what's going on here to offer KK> patches directly, however. Do not patch message.el. See "Re: Problem with B m in 0.44" -- Shenghuo