Gnus development mailing list
 help / color / mirror / Atom feed
* Error when exiting groups
@ 2010-10-10 15:31 Rajappa Iyer
  2010-10-11  2:40 ` Ted Zlatanov
  0 siblings, 1 reply; 2+ messages in thread
From: Rajappa Iyer @ 2010-10-10 15:31 UTC (permalink / raw)
  To: ding

When exiting a group in summary mode, I keep getting the error:

Symbol's function definition is void: gnus-run-hook-with-args

My setup is pretty minimal:

.emacs:

(add-to-list 'load-path "~/src/elisp/nognus/lisp")
(load "gnus-load")

and my .gnus.el:

(setq gnus-select-method
      '(nntp "news.panix.com"
        (nntp-open-connection-function nntp-open-ssl-stream)
        (nntp-port-number "nntps")
        (nntp-address "news.panix.com")))

Any idea what could be going wrong?

Thanks,
Rajappa





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-11  2:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-10 15:31 Error when exiting groups Rajappa Iyer
2010-10-11  2:40 ` Ted Zlatanov

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