Gnus development mailing list
 help / color / mirror / Atom feed
From: Robert Nicholson <robert@steffi.accessone.com>
Subject: sgnus 0.12 "a"ing from the group buffer.
Date: Sat, 4 Nov 1995 16:04:39 -0800 (PST)	[thread overview]
Message-ID: <199511050004.QAA08582@steffi.accessone.com> (raw)


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


                 reply	other threads:[~1995-11-05  0:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199511050004.QAA08582@steffi.accessone.com \
    --to=robert@steffi.accessone.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).