From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4276 Path: main.gmane.org!not-for-mail From: nc0273@office4.corp.netcom.com (Sean Lynch) Newsgroups: gmane.emacs.gnus.general Subject: September 0.18: gnus-summary-reply-with-original Date: 05 Dec 1995 10:42:44 -0800 Organization: Netcom Online Communication Services, Inc. Sender: nc0273@office4.corp.netcom.com Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145045 29073 80.91.224.250 (20 Oct 2002 20:17:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:17:25 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id LAA00846 for ; Tue, 5 Dec 1995 11:32:13 -0800 Original-Received: from office4.netcom.com (office4.corp.netcom.com [199.35.110.148]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 5 Dec 1995 19:43:19 +0100 Original-Received: by office4.netcom.com (8.6.12/Netcom) id KAA27157; Tue, 5 Dec 1995 10:42:44 -0800 Original-To: ding@ifi.uio.no Original-Lines: 15 Xref: main.gmane.org gmane.emacs.gnus.general:4276 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4276 I'm getting the following error when I attempt to reply when I already have a *mail* buffer: Signalling: (wrong-type-argument integer-or-marker-p nil) gnus-mail-reply((14)) gnus-summary-reply(t (14)) gnus-summary-reply-with-original(nil) call-interactively(gnus-summary-reply-with-original) I'm running XEmacs 19.13. If I knew what I was doing, I'd fix it myself, but I don't. It looks to me like gnus-mail-reply is expecting an integer. Should gnus-mail-reply be changed to take a list, or should gnus-summary-reply be passing it an integer? --Sean