help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus doesn't start


From: Stelian Iancu
Subject: Re: Gnus doesn't start
Date: Wed, 30 Nov 2011 16:44:53 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2

On 30.11.2011 14:14, Stelian Iancu wrote:
Hi all,

I am trying to setup Gnus to read my RSS feeds through gwene.

My minimal gnus.el file looks like this:

;; gnus configuration file

(setq user-mail-address "my@mail.com")
(setq user-full-name "Stelian Iancu")

(setq gnus-select-method '(nntp "news.gwene.org"))

However when I try to start gnus, it tells me the following:

Debugger entered--Lisp error: (error "Autoloading failed to define
function gnus")
command-execute(gnus record)


Any idea what's wrong?

Emacs is GNU Emacs 24.0.91.1 (x86_64-apple-darwin, NS
apple-appkit-1038.36) of 2011-11-20 on bob.porkrind.org

Gnus is the one included.

Many thanks!

S.

Found out what the problem was. gnus.el was saved in ~/.emacs.d therefore it was loaded before the actual gnus. Moved the file in ~/.gnus.el and now it works.

Many thanks to David Belohrad who provided the solution!

S.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]