From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7216 Path: main.gmane.org!not-for-mail From: Mark Eichin Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus v5.2.35 is released Date: 16 Jul 1996 14:15:27 -0400 Sender: eichin@cygnus.com Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147556 6303 80.91.224.250 (20 Oct 2002 20:59:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:59:16 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id LAA01030 for ; Tue, 16 Jul 1996 11:44:40 -0700 Original-Received: from cygnus.com (cygnus.com [140.174.1.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Tue, 16 Jul 1996 20:16:03 +0200 Original-Received: from tweedledumb.cygnus.com (tweedledumb.cygnus.com [192.80.44.1]) by cygnus.com (8.6.12/8.6.9) with SMTP id LAA03695; Tue, 16 Jul 1996 11:15:36 -0700 Original-Received: from maneki-neko.cygnus.com by tweedledumb.cygnus.com (4.1/4.7) id AA24780; Tue, 16 Jul 96 14:15:27 EDT Original-Received: (from eichin@localhost) by maneki-neko.cygnus.com (8.7.5/8.7.3) id OAA16480; Tue, 16 Jul 1996 14:15:27 -0400 Original-To: Lars Magne Ingebrigtsen In-Reply-To: Lars Magne Ingebrigtsen's message of 14 Jul 1996 20:01:48 +0200 Original-Lines: 11 X-Mailer: Gnus v5.2.34/Emacs 19.31 Xref: main.gmane.org gmane.emacs.gnus.general:7216 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7216 just a quick note: the change from 5.2.34 to 5.2.35 seems to have broken something. If I ^c^f to forward a message, it fails with a stack trace (which I don't have handy - I had to revert and see if it fixed the problem in order to get some work done :-) from calling buffer-string with three arguments (nil nil buffername, I think) when the emacs 19.31 version takes *no* arguments... in particular: message.el:1323: (insert (format "%s" (buffer-string nil nil mailbuf))) message.el:1440: (insert (format "%s" (buffer-string nil nil messbuf))) Not sure what you intended - buffer-substring only takes two...