From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/3845 Path: main.gmane.org!not-for-mail From: Robert Nicholson Newsgroups: gmane.emacs.gnus.general Subject: sgnus 0.12 "a"ing from the group buffer. Date: Sat, 4 Nov 1995 16:04:39 -0800 (PST) Message-ID: <199511050004.QAA08582@steffi.accessone.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144670 27546 80.91.224.250 (20 Oct 2002 20:11:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:11:10 +0000 (UTC) X-From-Line: ding-request@ifi.uio.no Sat Nov 4 16:38:25 1995 Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id QAA17768 for ; Sat, 4 Nov 1995 16:38:18 -0800 Original-Received: from pulm1.accessone.com (root@pulm1.accessone.com [198.68.191.10]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Sun, 5 Nov 1995 01:04:46 +0100 Original-Received: from steffi.accessone.com by pulm1.accessone.com (4.1/SMI-4.1) id AA27410; Sat, 4 Nov 95 16:04:56 PST Original-Received: (from robert@localhost) by steffi.accessone.com (8.7.1/8.7.1) id QAA08582 for ding@ifi.uio.no; Sat, 4 Nov 1995 16:04:39 -0800 (PST) Original-To: ding@ifi.uio.no Original-Lines: 22 Xref: main.gmane.org gmane.emacs.gnus.general:3845 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:3845 The to-address look fails because at this point "group" is nil (defun gnus-post-news (post &optional group header article-buffer yank subject) "Begin editing a new USENET news article to be posted. Type \\[describe-mode] in the buffer to get a list of commands." (interactive (list t)) (let* ((group (or group gnus-newsgroup-name)) (to-address (and group (cdr (assq 'to-address (nth 5 (nth 2 (gnus-gethash group gnus-newsrc-hashtb))))))) (mailing-list When should gnus become aware of the group? If it's gonna prompt I'd assume after then. this gets called _before_ any prompting has taken place. however, "group" is nil and so is gnus-newsgroup-name