Gnus development mailing list
 help / color / mirror / Atom feed
From: Jack Vinson <jvinson@chevax.ecs.umass.edu>
Subject: Re: Fresh Emacs and pgnus on Win95 box
Date: 18 Jun 1999 13:53:27 -0500	[thread overview]
Message-ID: <wk1zf95oig.fsf@chevax.ecs.umass.edu> (raw)
In-Reply-To: Shaun Lipscombe's message of "Wed, 16 Jun 1999 15:36:02 +0100"

>>>>> "SL" == Shaun Lipscombe <shaun.lipscombe@gasops.co.uk> writes:

SL> 1.  I had a d:\emacs\lisp\gnus, when I installed emacs.  I deleted
SL>     this and put pgnus, under d:\emacs\site-lisp\pgnus.  This didn't
SL>     work as it wasn't in the load path.  I therefore moved it to
SL>     d:\emacs\lisp\gnus, where it worked.  How to I get the site-lisp
SL>     directory to add its directories to the load-path?

Kai suggested one mechanism.  I like this one:
(add-hook 'load-path (expand-file-name "d:\\emacs\\site-lisp\\pgnus"))
I don't think you really need the expand-file-name, but it never hurts to
be sure.  Make sure to use double backslashes as singles look like escape
sequences to emacs' string parsing.  The other option is to use forward
slash, as NTemacs understands the difference.

SL> 2.  How do I proceed?  I mean all my old mail, is on c:\emacs\Mail.
SL>     Shall I just copy my .emacs and .gnus here copy my Mail from
SL>     within Gnus or will this cause problems?

There will be a lot of differences between versions of Gnus, so blindly
copying .gnus may not work too well.
  
SL> 3.  How do I find out what variables have changes etc?  for instance I
SL>     now get prompted for a POP password with nnmail.  I am sure there
SL>     are some things in my .gnus and .emacs that are obsolete, because
SL>     I have had problems in the past, migrating to pgnus.

To be thorough, you can load gnus and then C-h v on each variable in your
initialization routines.  A better bet is to create the minimal
installation for Gnus (define a gnus-select-method) and add customization
as you need it.  

Since you were running a mail method, you will want to look at the
information on mail-source.  To get rolling with nnml, I think you need the
something like the following (assuming nnml and a POP connection for mail):
(setq gnus-secondary-select-methods '((nnml "")
      mail-sources '((pop :server "chevax.ecs.umass.edu"
                   	  :user "jvinson"
                          :password "secret"    ; Only use this if you want
                                                ; to store your password 
			)))

Mail-sources lets you have multiple sources for mail.  

Have fun!



      parent reply	other threads:[~1999-06-18 18:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-16 14:36 Shaun Lipscombe
1999-06-16 19:38 ` Kai.Grossjohann
1999-06-17  8:57   ` Shaun Lipscombe
1999-06-18 18:53 ` Jack Vinson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wk1zf95oig.fsf@chevax.ecs.umass.edu \
    --to=jvinson@chevax.ecs.umass.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).