From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39195 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: gnus-delay fails posting-styles string-match? Date: Sun, 07 Oct 2001 20:40:50 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174941 26600 80.91.224.250 (21 Oct 2002 04:35:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:35:41 +0000 (UTC) Return-Path: Original-Received: (qmail 10086 invoked from network); 8 Oct 2001 00:47:27 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 8 Oct 2001 00:47:27 -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 15qOYY-0000tV-00; Sun, 07 Oct 2001 19:46:06 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 07 Oct 2001 19:45:43 -0500 (CDT) 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 TAA18418 for ; Sun, 7 Oct 2001 19:45:34 -0500 (CDT) Original-Received: (qmail 10021 invoked by alias); 8 Oct 2001 00:45:50 -0000 Original-Received: (qmail 10013 invoked from network); 8 Oct 2001 00:45:48 -0000 Original-Received: from mesquite.slip.cs.cmu.edu (HELO cinnamon.vanillaknot.com) (128.2.207.11) by gnus.org with SMTP; 8 Oct 2001 00:45:48 -0000 Original-Received: (from karl@localhost) by cinnamon.vanillaknot.com (8.11.2/8.11.2) id f980eob16951; Sun, 7 Oct 2001 20:40:50 -0400 Original-To: ding@gnus.org X-Face: ?=p^Gj2JkX~UU_@W}[q/'Dxn19x-zfIQ](y<&ky/?1-&Nz&,!W}R.Gp+"LeGojoR =RF>?!XVs{a:`Yt(gqM<#$Zy(C@]'dR4Hy4S1.I(n3:2"R:=Uy!)K9>U!gNTyH{p +_w#F[gt).$Vyvo5=9LF^PeQ(@H#}QLAbfyYxX/8t:TDR5nA\|RmJO"EwjL8tWyvM Original-Lines: 23 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39195 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39195 I attempted to have a posting to misc.rural delayed, but when its time came, I got the stack trace below. Evidently, the lack of a current concept of gnus-newsgroup-name is a problem when in the *Group* buffer for delayed sending. Signaling: (wrong-type-argument stringp nil) string-match("personal\\.usenet" nil) (or (string-match "personal\\.usenet" gnus-newsgroup-name) (and (message-news-p) (string-match "^nntp\\+news:" gnus-newsgroup-name))) eval((or (string-match "personal\\.usenet" gnus-newsgroup-name) (and (message-news-p) (string-match "^nntp\\+news:" gnus-newsgroup-name)))) gnus-configure-posting-styles() run-hooks(gnus-configure-posting-styles) derived-mode-run-hooks(message-mode) message-mode() message-pop-to-buffer("*mail*") message-mail() gnus-draft-setup(1 "nndraft:delayed") gnus-draft-send(1 "nndraft:delayed") gnus-delay-send-drafts() run-hooks(gnus-delay-send-drafts) apply(run-hooks gnus-delay-send-drafts) gnus-run-hooks(gnus-get-new-news-hook) gnus-group-get-new-news(nil) call-interactively(gnus-group-get-new-news)