info-gnus-english
[Top][All Lists]
Advanced

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

Re: Cannot connect to mail server with NoGnus version, well with Gnus


From: Lars Magne Ingebrigtsen
Subject: Re: Cannot connect to mail server with NoGnus version, well with Gnus
Date: Wed, 28 Mar 2012 19:13:04 -0000
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

"Sebastien Vauban" <wxhgmqzgwmuf@spammotel.com> writes:

>   (add-to-list 'load-path "~/src/gnus/lisp")
>   (require 'gnus-load)
> #+end_src
> When typing 'M-x gnus', I go much further, but now am blocked by
> gnus-macroexpand-all not being defined:
> Debugger entered--Lisp error: (void-function gnus-macroexpand-all)

This means that you're picking up bits and pieces from old Gnus files.

Say

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

as the very first thing in your .emacs file, and make sure that you're
not adding older Gnus directories to the load path later.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/


reply via email to

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