From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41845 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: quoting only the region in reply -> wrong-type-argument Date: Fri, 11 Jan 2002 15:52:53 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2nzo3ka9ui.fsf@zsh.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035177177 8220 80.91.224.250 (21 Oct 2002 05:12:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:12:57 +0000 (UTC) Return-Path: Original-Received: (qmail 14537 invoked from network); 11 Jan 2002 20:54:05 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 11 Jan 2002 20:54:05 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16P8g0-0006ID-00; Fri, 11 Jan 2002 14:53:24 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 11 Jan 2002 14:53:16 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA00340 for ; Fri, 11 Jan 2002 14:53:03 -0600 (CST) Original-Received: (qmail 14485 invoked by alias); 11 Jan 2002 20:53:05 -0000 Original-Received: (qmail 14473 invoked from network); 11 Jan 2002 20:53:04 -0000 Original-Received: from h0050da30dc41.ne.mediaone.net (HELO zsh.2y.net) (?AbwYXegISunZdh7X9slEUjPKFvZ1XPUg?@66.31.119.4) by gnus.org with SMTP; 11 Jan 2002 20:53:04 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id g0BKqrc11769; Fri, 11 Jan 2002 15:52:53 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C writes: > Hi, > > when I tried to reply to a mail, using the new feature to quote only > the text in the region [1,2] and not the whole article, I got the > following error [3]: > > --8<------------------------schnipp------------------------->8--- > Debugger entered--Lisp error: (wrong-type-argument numberp (95 > "{Stochastic Model\\footnote {\\label {cha:stochastic_model} ")) > number-to-string((95 "{Stochastic Model\\footnote {\\label > {cha:stochastic_model}\n")) > gnus-inews-insert-draft-meta-information("nnfolder+current:XXXXXXX.YYYYYYYYYY" > ((95 "{Stochastic Model\\footnote {\\label > {cha:stochastic_model}\n"))) byte-code("[REMOVED BYTE-CODE]" > [gnus-setup-message-winconf gnus-setup-message-buffer > gnus-setup-message-article yank gnus-setup-message-group > gnus-message-buffer gnus-inews-add-send-actions reply-yank reply > gnus-inews-insert-draft-meta-information make-local-variable > gnus-message-group-art gnus-newsgroup-name gnus-run-hooks > gnus-message-setup-hook message-mode mml-buffer-list make-local-hook > kill-buffer-hook change-major-mode-hook add-hook mml-destroy-buffers > nil t major-mode mbl1 mbl] 5) ad-Orig-gnus-summary-reply(((95 > "{Stochastic Model\\footnote {\\label {cha:stochastic_model}\n")) nil > nil) (setq ad-return-value (ad-Orig-gnus-summary-reply yank wide > very-wide)) (if (or (not ...) (y-or-n-p "Really reply by mail to > article author? ")) (setq ad-return-value (ad-Orig-gnus-summary-reply > yank wide very-wide)) (message "Reply aborted.")) (let > (ad-return-value) (if (or ... ...) (setq ad-return-value ...) (message > "Reply aborted.")) ad-return-value) gnus-summary-reply(((95 > "{Stochastic Model\\footnote {\\label {cha:stochastic_model}\n")) nil) > gnus-article-reply-with-original(nil) * > call-interactively(gnus-article-reply-with-original) > --8<------------------------schnapp------------------------->8--- The bug seems related to your advised function. ShengHuo