From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83049 Path: news.gmane.org!not-for-mail From: Andrew Cohen Newsgroups: gmane.emacs.gnus.general Subject: Re: Commit 9943b99 breaks sending mail when using agent Date: Thu, 04 Apr 2013 09:26:29 -0400 Message-ID: <87sj361l6i.fsf@andy.bu.edu> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365082010 28573 80.91.229.3 (4 Apr 2013 13:26:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Apr 2013 13:26:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31315@lists.math.uh.edu Thu Apr 04 15:27:18 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UNkCD-0004PD-DN for ding-account@gmane.org; Thu, 04 Apr 2013 15:27:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1UNkBk-0002dS-2D; Thu, 04 Apr 2013 08:26:48 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UNkBi-0002dG-Vo for ding@lists.math.uh.edu; Thu, 04 Apr 2013 08:26:46 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UNkBh-0000nt-Fp for ding@lists.math.uh.edu; Thu, 04 Apr 2013 08:26:46 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UNkBg-0002IA-4X for ding@gnus.org; Thu, 04 Apr 2013 15:26:44 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UNkC1-0004FQ-W0 for ding@gnus.org; Thu, 04 Apr 2013 15:27:05 +0200 Original-Received: from andy.bu.edu ([128.197.41.152]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Apr 2013 15:27:05 +0200 Original-Received: from cohen by andy.bu.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Apr 2013 15:27:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: andy.bu.edu User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:4Z+1M3s8WxTd6gKJln7bMsdFMEc= X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83049 Archived-At: >>>>> "Michael" == Michael Piotrowski writes: Michael> Hi, When I tried to send mail after updating to HEAD, it Michael> failed with "Wrong type argument: stringp, nil." Michael> git bisect showed that Michael> 9943b99771ef09cdf99d671d6ade6b358452bd00 is the first bad Michael> commit. Apparently `gnus-newsgroup-name' is nil when Michael> sending mail from the queue, the error occurs in this test: Michael> (string-match "^nnir:" gnus-newsgroup-name) I'll take care of it :)