From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51057 Path: main.gmane.org!not-for-mail From: shigeki@mediawars.ne.jp (Shigeki UNO) Newsgroups: gmane.emacs.gnus.general Subject: Re: Can't reply Date: Fri, 28 Mar 2003 15:39:30 +0900 Sender: owner-ding@hpc.uh.edu Message-ID: <86u1dom1ul.fsf@mediawars.ne.jp> References: <864r5owt0p.fsf@mediawars.ne.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048870621 7791 80.91.224.249 (28 Mar 2003 16:57:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2003 16:57:01 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Fri Mar 28 17:56:59 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18yxA3-00021U-00 for ; Fri, 28 Mar 2003 17:56:59 +0100 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 18yx8p-00009h-00; Fri, 28 Mar 2003 10:55:44 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 28 Mar 2003 10:56:47 -0600 (CST) Original-Received: from mail.mediawars.ne.jp (mail.mediawars.ne.jp [210.233.64.7]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA04889 for ; Fri, 28 Mar 2003 10:56:37 -0600 (CST) Original-Received: (qmail 94275 invoked by uid 0); 28 Mar 2003 16:55:26 -0000 Original-Received: from ss00-011.ppp.mediawars.ne.jp (HELO nana.mediawars.ne.jp.mediawars.ne.jp) (210.233.64.203) by mail.mediawars.ne.jp with SMTP; 28 Mar 2003 16:55:26 -0000 Original-To: ding@hpc.uh.edu User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.3.50 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:51057 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51057 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > On Thu, Mar 27 2003, Shigeki UNO wrote: > >> Debugger entered--Lisp error: (wrong-type-argument stringp t) >> string-match(t "zsh@cs.rochester.edu") >> rmail-dont-reply-to("ShengHuo ZHU ") >> message-get-reply-headers(nil nil) >> message-reply(nil nil) >> gnus-summary-reply(nil) >> call-interactively(gnus-summary-reply) > > What is your value of `rmail-dont-reply-to-names' (use `C-h v > rmail-dont-reply-to-names RET' to check it)? Duh, _I made a failure of it_. I looked into .gnus.el and found the following line. $HOME/.gnus.el (setq message-dont-reply-to-names t) After deletion of this line, reply functions _work_ without any problems. I'm an idiot. :( Sorry for troubling you. Regards, --- Shigeki UNO