Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: ding@gnus.org
Subject: Re: Emacs 22.1 windows port, gnus and $HOME issues
Date: Tue, 05 Jun 2007 18:37:34 +0200	[thread overview]
Message-ID: <v9ejkq1ho1.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <uzm3efn6j.fsf@gmail.com>

On Tue, Jun 05 2007, Shanks N wrote:

> Reiner Steib <reinersteib+gmane@imap.cc> writes:
>> There are several options (recommended options listed first):
>>
>> (1) Move the (Gnus) files and directories from
>>     c:\ to ...\<user>\Application Data\
>>
>> (2) Set the environment variable HOME to C:\, the Emacs will use this
>>     instead of ...\<user>\Application Data\
>>
>> (3) Set gnus-home-directory to "c:/" in .emacs (or _emacs): Gnus will
>>     (modulo bugs?) use the files and directories from there.
>>
>> (4) Set `gnus-directory', `message-directory', ... to your preferred
>>     directories.
>
> This is what I had to plug in after a few runs of gnus-no-server in
> the _Emacs. 
>
> (setq load-path (cons "c:/gnu/elisp/ngnus-0.6/lisp" load-path))
> (require 'gnus-load)
> (require 'info)
> (setq Info-default-directory-list 
>       (cons "c:/gnu/elisp/ngnus-0.6/texi" Info-default-directory-list))
> (setq gnus-home-directory "c:/")

If you choose option (3) i.e. `gnus-home-directory', the setting the
following variables (option (4)) should not be necessary:

> (setq gnus-directory "c:/")
> (setq nnml-directory "c:/Mail")
> (setq nndraft-directory "C:/Mail/drafts/")
> (setq message-directory "c:/Mail")
> (setq gnus-article-save-directory "c:/News")
> (setq gnus-agent-directory "c:/News/agent")
> (setq gnus-cache-directory "c:/News/cache")

Not used in Gnus:

> (setq mail-default-directory "c:/Mail")

Probably necessary for BBDB:

> (setq bbdb-file "c:/.bbdb")

> BTW, after launching gnus-no-server, doing an apropos-variable with
> '-directory' did not show any nnfolder variables.  Is there a reason
> for that?  I don't use nnfolder on this machine but nnml.

If you don't load nnfolder.el[c], the nnfolder variable aren't
defined.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2007-06-05 16:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-04 17:07 Shanks N
2007-06-04 20:50 ` Reiner Steib
2007-06-05 15:14   ` Shanks N
2007-06-05 16:37     ` Reiner Steib [this message]
2007-06-06 14:53       ` Shanks N
2007-06-11 16:12         ` Shanks N

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=v9ejkq1ho1.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=ding@gnus.org \
    /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).