unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Gnus doesn't start
@ 2011-11-30 13:14 Stelian Iancu
  2011-11-30 15:44 ` Stelian Iancu
  0 siblings, 1 reply; 2+ messages in thread
From: Stelian Iancu @ 2011-11-30 13:14 UTC (permalink / raw)
  To: help-gnu-emacs

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.




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

* Re: Gnus doesn't start
  2011-11-30 13:14 Gnus doesn't start Stelian Iancu
@ 2011-11-30 15:44 ` Stelian Iancu
  0 siblings, 0 replies; 2+ messages in thread
From: Stelian Iancu @ 2011-11-30 15:44 UTC (permalink / raw)
  To: help-gnu-emacs

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.





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

end of thread, other threads:[~2011-11-30 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30 13:14 Gnus doesn't start Stelian Iancu
2011-11-30 15:44 ` Stelian Iancu

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 read-only IMAP folder(s) and NNTP newsgroup(s).