Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Problem with gnus 5.10.2
@ 2003-06-12 19:14 Marco Paunescu
       [not found] ` <8765n96eqq.fsf@kruhft.vc.shawcable.net>
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Paunescu @ 2003-06-12 19:14 UTC (permalink / raw)


Hello, Doing M-x gnus it says Symbol's function definition is void:
nnheader-accept-process-output.
Can anybody help me?
Thank you very much.
-- 
Marco Paunescu
(Aka Pau)
Love is the Dance of Eternity


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

* Re: Problem with gnus 5.10.2
       [not found] ` <8765n96eqq.fsf@kruhft.vc.shawcable.net>
@ 2003-06-13 20:50   ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2003-06-13 20:50 UTC (permalink / raw)


Burton Samograd <kruhft@hotmail.com> writes:

> I had this problem and I think it was because there were two versions
> of gnus on my system (5.10.2 and the one that came with my emacs).  I
> haven't totally solved the problem, but I got 5.10.2 working by doing
> the following:
>
> M-x load-file ~/gnus-5.10.2/lisp/gnus.el
> M-x gnus
>
> This seems to work pretty well and you don't have to mess around with
> the load paths.

Gnus comprises many files.  This way, you combine gnus.el with all
the other files from the old Gnus version.  It is a pretty sure way
to chaos, IMHO.

My suggestion is to put the following in ~/.emacs:

(add-to-list 'load-path "~/gnus-5.10.2/lisp/")
(require 'gnus-load)

Make sure it comes before anything Gnus-related is loaded.

I do not view the above as "messing" with load-path.
-- 
This line is not blank.


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

end of thread, other threads:[~2003-06-13 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-12 19:14 Problem with gnus 5.10.2 Marco Paunescu
     [not found] ` <8765n96eqq.fsf@kruhft.vc.shawcable.net>
2003-06-13 20:50   ` Kai Großjohann

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