Gnus development mailing list
 help / color / mirror / Atom feed
* How to load No Gnus?
@ 2011-02-22 19:40 Igor Sosa Mayor
  2011-02-22 19:42 ` Adam Sjøgren
  2011-02-23  5:12 ` Harry Putnam
  0 siblings, 2 replies; 8+ messages in thread
From: Igor Sosa Mayor @ 2011-02-22 19:40 UTC (permalink / raw)
  To: ding

Hi,

i'm trying to load No Gnus with the last git version but something is
not really working because
M-x gnus-version 
says that i'm still in gnus 5.13

1. I have the git version
2. I did 
git checkout n0-13 

3. I put:
(add-to-list 'load-path "~/abs/gnus/lisp/")
(load "gnus-load")
in my gnus.el

but gnus is still Gnus v5.13

any hints?

thx in advance! and thx for Gnus!

Igor



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

* Re: How to load No Gnus?
  2011-02-22 19:40 How to load No Gnus? Igor Sosa Mayor
@ 2011-02-22 19:42 ` Adam Sjøgren
  2011-02-22 19:54   ` I. Sosa Mayor
  2011-02-22 20:08   ` Sven Joachim
  2011-02-23  5:12 ` Harry Putnam
  1 sibling, 2 replies; 8+ messages in thread
From: Adam Sjøgren @ 2011-02-22 19:42 UTC (permalink / raw)
  To: ding

On Tue, 22 Feb 2011 20:40:18 +0100, Igor wrote:

> 3. I put:
> (add-to-list 'load-path "~/abs/gnus/lisp/")

Does that work? I have this in my ~/.emacs.d/init.el:

  (setq load-path (cons (expand-file-name "~/elisp/gnus/lisp") load-path))


  Best regards,

    Adam

-- 
  Woodhead's Law: "The further you are from your              Adam Sjøgren
  server, the more likely it is to crash."               asjo@koldfront.dk




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

* Re: How to load No Gnus?
  2011-02-22 19:42 ` Adam Sjøgren
@ 2011-02-22 19:54   ` I. Sosa Mayor
  2011-02-22 20:08   ` Sven Joachim
  1 sibling, 0 replies; 8+ messages in thread
From: I. Sosa Mayor @ 2011-02-22 19:54 UTC (permalink / raw)
  To: ding

not really...

gnus-version is still saying I'm in v5.13

but maybe no gnus was loaded because I'm getting now an error when I
try to connect to imap:

nnimap+listas:gnus error: BAD Unknown command f10if8269198ybn.11

thx in any case!

2011/2/22 Adam Sjøgren <asjo@koldfront.dk>:
> On Tue, 22 Feb 2011 20:40:18 +0100, Igor wrote:
>
>> 3. I put:
>> (add-to-list 'load-path "~/abs/gnus/lisp/")
>
> Does that work? I have this in my ~/.emacs.d/init.el:
>
>  (setq load-path (cons (expand-file-name "~/elisp/gnus/lisp") load-path))
>
>
>  Best regards,
>
>    Adam
>
> --
>  Woodhead's Law: "The further you are from your              Adam Sjøgren
>  server, the more likely it is to crash."               asjo@koldfront.dk
>
>
>



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

* Re: How to load No Gnus?
  2011-02-22 19:42 ` Adam Sjøgren
  2011-02-22 19:54   ` I. Sosa Mayor
@ 2011-02-22 20:08   ` Sven Joachim
  2011-02-22 20:27     ` I. Sosa Mayor
  2011-02-22 20:51     ` Adam Sjøgren
  1 sibling, 2 replies; 8+ messages in thread
From: Sven Joachim @ 2011-02-22 20:08 UTC (permalink / raw)
  To: ding

On 2011-02-22 20:42 +0100, Adam Sjøgren wrote:

> On Tue, 22 Feb 2011 20:40:18 +0100, Igor wrote:
>
>> 3. I put:
>> (add-to-list 'load-path "~/abs/gnus/lisp/")
>
> Does that work? I have this in my ~/.emacs.d/init.el:
>
>   (setq load-path (cons (expand-file-name "~/elisp/gnus/lisp") load-path))

On non-obsolete Emacsen (e.g. any that can run No Gnus)

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

should be preferable.

Cheers,
       Sven



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

* Re: How to load No Gnus?
  2011-02-22 20:08   ` Sven Joachim
@ 2011-02-22 20:27     ` I. Sosa Mayor
  2011-02-22 20:39       ` Philipp Haselwarter
  2011-02-22 20:51     ` Adam Sjøgren
  1 sibling, 1 reply; 8+ messages in thread
From: I. Sosa Mayor @ 2011-02-22 20:27 UTC (permalink / raw)
  To: ding

I have the impression No Gnus is somehow loading, because I can't load
imap groups. I have to comment the lines and load v5.13 then anything
is okay again...

2011/2/22 Sven Joachim <svenjoac@gmx.de>:
> On 2011-02-22 20:42 +0100, Adam Sjøgren wrote:
>
>> On Tue, 22 Feb 2011 20:40:18 +0100, Igor wrote:
>>
>>> 3. I put:
>>> (add-to-list 'load-path "~/abs/gnus/lisp/")
>>
>> Does that work? I have this in my ~/.emacs.d/init.el:
>>
>>   (setq load-path (cons (expand-file-name "~/elisp/gnus/lisp") load-path))
>
> On non-obsolete Emacsen (e.g. any that can run No Gnus)
>
> (add-to-list 'load-path "~/elisp/gnus/lisp")
>
> should be preferable.
>
> Cheers,
>       Sven
>
>



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

* Re: How to load No Gnus?
  2011-02-22 20:27     ` I. Sosa Mayor
@ 2011-02-22 20:39       ` Philipp Haselwarter
  0 siblings, 0 replies; 8+ messages in thread
From: Philipp Haselwarter @ 2011-02-22 20:39 UTC (permalink / raw)
  To: ding

make sure you add gnus to your load-path before it gets loaded/required
by something else.

is it at the head of your load-path?
if it's somewhere around the end, the default libraries will be used
instead.


-- 
Philipp Haselwarter




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

* Re: How to load No Gnus?
  2011-02-22 20:08   ` Sven Joachim
  2011-02-22 20:27     ` I. Sosa Mayor
@ 2011-02-22 20:51     ` Adam Sjøgren
  1 sibling, 0 replies; 8+ messages in thread
From: Adam Sjøgren @ 2011-02-22 20:51 UTC (permalink / raw)
  To: ding

On Tue, 22 Feb 2011 21:08:35 +0100, Sven wrote:

>> (setq load-path (cons (expand-file-name "~/elisp/gnus/lisp") load-path))

> On non-obsolete Emacsen (e.g. any that can run No Gnus)

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

My, how progress marches on. Thanks!


  Best regards,

    Adam

-- 
  Woodhead's Law: "The further you are from your              Adam Sjøgren
  server, the more likely it is to crash."               asjo@koldfront.dk




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

* Re: How to load No Gnus?
  2011-02-22 19:40 How to load No Gnus? Igor Sosa Mayor
  2011-02-22 19:42 ` Adam Sjøgren
@ 2011-02-23  5:12 ` Harry Putnam
  1 sibling, 0 replies; 8+ messages in thread
From: Harry Putnam @ 2011-02-23  5:12 UTC (permalink / raw)
  To: ding

Igor Sosa Mayor <joseleopoldo1792@gmail.com> writes:

> Hi,
>
> i'm trying to load No Gnus with the last git version but something is
> not really working because
> M-x gnus-version 
> says that i'm still in gnus 5.13
>
> 1. I have the git version
> 2. I did 
> git checkout n0-13 
>
> 3. I put:
> (add-to-list 'load-path "~/abs/gnus/lisp/")
> (load "gnus-load")
> in my gnus.el
>
> but gnus is still Gnus v5.13
>
> any hints?

One dead sure hill billy method (FOR TEMPORARY TESTING ONLY)is to
rename the gnus/ directory that comes with your emacs (where version
v5.13 is bundled):

  Since you are on linux it might be found here:

/usr/share/emacs/24.0.50/gnus

So you might:
mv /usr/share/emacs/24.0.50/gnus /usr/share/emacs/24.0.50/gnusX

That will prevent that version loading and go on to any other versions
in the path.

So just for testing purposes you could find out what is going on that
way. 




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

end of thread, other threads:[~2011-02-23  5:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-22 19:40 How to load No Gnus? Igor Sosa Mayor
2011-02-22 19:42 ` Adam Sjøgren
2011-02-22 19:54   ` I. Sosa Mayor
2011-02-22 20:08   ` Sven Joachim
2011-02-22 20:27     ` I. Sosa Mayor
2011-02-22 20:39       ` Philipp Haselwarter
2011-02-22 20:51     ` Adam Sjøgren
2011-02-23  5:12 ` Harry Putnam

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