From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60657 Path: news.gmane.org!not-for-mail From: david.goldberg6@verizon.net (David S. Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: insert-buffer vs insert-buffer-substring Date: Mon, 01 Aug 2005 12:01:48 -0400 Organization: I Yam What I Yam Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1122912986 25006 80.91.229.2 (1 Aug 2005 16:16:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Aug 2005 16:16:26 +0000 (UTC) Original-X-From: ding-owner+M9185@lists.math.uh.edu Mon Aug 01 18:16:24 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dzcx7-0007Iw-HN for ding-account@gmane.org; Mon, 01 Aug 2005 18:15:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Dzck3-0000W2-00; Mon, 01 Aug 2005 11:02:15 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Dzcjy-0000Vx-00 for ding@lists.math.uh.edu; Mon, 01 Aug 2005 11:02:10 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Dzcjs-00051k-Co for ding@lists.math.uh.edu; Mon, 01 Aug 2005 11:02:04 -0500 Original-Received: from smtpproxy2.mitre.org ([192.160.51.65] helo=smtp-bedford-dr.mitre.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Dzcjr-0004wl-00 for ; Mon, 01 Aug 2005 18:02:03 +0200 Original-Received: from smtp-bedford-dr.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-bedford-dr.mitre.org (8.11.6/8.11.6) with SMTP id j71G1xH26182 for ; Mon, 1 Aug 2005 12:01:59 -0400 Original-Received: from smtp-bedford-dr.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-bedford-dr.mitre.org (Postfix) with ESMTP id 332794F8E1 for ; Mon, 1 Aug 2005 12:01:59 -0400 (EDT) Original-Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) by smtp-bedford-dr.mitre.org (8.11.6/8.11.6) with ESMTP id j71G1uR25979 for ; Mon, 1 Aug 2005 12:01:56 -0400 Original-Received: from blackbird.mitre.org (129.83.50.102) by mailhub1.mitre.org with SMTP id 19263317; Mon, 01 Aug 2005 12:01:50 -0400 (EDT) Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.17 (cygwin32) X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60657 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60657 After doing a cvs update this morning, I've been unable to use message-yank-original. I get the following backtrace: Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) message-cite-original-without-signature() message-yank-original() gnus-inews-yank-articles((29067)) gnus-post-news([...elided...]) gnus-summary-followup((29067) nil) gnus-summary-followup-with-original(nil) call-interactively(gnus-summary-followup-with-original) The problem appears to a bad combination of my use of supercite (mail-citation-hook is set to sc-cite-original) and the change from insert-buffer to insert-buffer-substring. Not sure if it's an XEmacs issue or not, but in case, (emacs-version)^J XEmacs 21.4 (patch 17) "Jumbo Shrimp" [Lucid] (i686-pc-cygwin, Mule) of Wed Jun 1 2005 on mm117419-pc Reverting to insert-buffer works, as does setting mail-citation-hook to nil, but I'd rather not do that. I often generate replies to one message but cut/paste text from others and find that sc is the best tool I can find for getting the citations right as I do so. Thanks, -- Dave Goldberg david.goldberg6@verizon.net