Gnus development mailing list
 help / color / mirror / Atom feed
* sgnus 0.12 "a"ing from the group buffer.
@ 1995-11-05  0:04 Robert Nicholson
  0 siblings, 0 replies; only message in thread
From: Robert Nicholson @ 1995-11-05  0:04 UTC (permalink / 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-11-05  0:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-05  0:04 sgnus 0.12 "a"ing from the group buffer Robert Nicholson

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).