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

* Re: Error when exiting groups
  2010-10-10 15:31 Error when exiting groups Rajappa Iyer
@ 2010-10-11  2:40 ` Ted Zlatanov
  0 siblings, 0 replies; 2+ messages in thread
From: Ted Zlatanov @ 2010-10-11  2:40 UTC (permalink / raw)
  To: ding

On Sun, 10 Oct 2010 15:31:03 +0000 (UTC) Rajappa Iyer <rsi@panix.com> wrote: 

RI> When exiting a group in summary mode, I keep getting the error:
RI> Symbol's function definition is void: gnus-run-hook-with-args

RI> My setup is pretty minimal:

RI> .emacs:

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

RI> and my .gnus.el:

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

RI> Any idea what could be going wrong?

I checked in a fix to gnus-int.el in the git repo[1], can you try now?

Thanks
Ted

[1] git.gnus.org just in case :)




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