Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: Updating to gnus 5.8.2
Date: 29 Dec 1999 21:34:07 +0100	[thread overview]
Message-ID: <vafu2l1fpvk.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: Pieter Wenk's message of "Wed, 29 Dec 1999 20:00:38 +0100"

What you did seems to be digging in the XEmacs package system
internals a bit.  Here's what I did (with Emacs 20.5); it is
completely separate from the package system.  The idea is that you
install the normal XEmacs package for Gnus, and then you do the
following installation of Gnus 5.8 in addition to that.

Choose a directory for Gnus, say ~/sw/gnus-5.8.2.  Unpack the tar ball
and compile it:

    cd ~/sw
    tar xvpfz /tmp/gnus-5.8.2.tar.gz
    cd gnus-5.8.2
    ./configure
    make EMACS=xemacs

Add the lisp directory to the load-path, by putting the following line
in ~/.emacs:

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

The only part missing is to set the search path for Info.  If you have
an environment variable $INFOPATH, add the texi directory to that, by
putting lines like the following in ~/.profile or ~/.bashrc or
whatever is the right place for your shell.  Adjust in the obvious way
for csh-like shells.

    INFOPATH=$HOME/sw/gnus-5.8.2/texi:$INFOPATH
    export INFOPATH

If you have no such environment variable, set Info-directory-list
instead, like so:

    (add-to-list 'Info-directory-list "~/sw/gnus-5.8.2/texi/")

Most Emacsen need Info-default-directory-list, but IIRC this variable
has been deprecated in XEmacs 21 in favor of Info-directory-list.
    
kai
-- 
A preposition is not a good thing to end a sentence with.



  reply	other threads:[~1999-12-29 20:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-09 13:56 Pieter Wenk
1999-12-09 14:05 ` Hrvoje Niksic
1999-12-09 14:40   ` Jørgen Wahlberg
1999-12-10 13:55   ` Pieter Wenk
1999-12-23 12:21   ` Pieter Wenk
1999-12-23 12:58     ` Laura Conrad
1999-12-23 14:05       ` Hrvoje Niksic
1999-12-29 19:00         ` Pieter Wenk
1999-12-29 20:34           ` Kai Großjohann [this message]
1999-12-23 13:57     ` Kai Großjohann
1999-12-23 14:01     ` Hrvoje Niksic
1999-12-23 22:57       ` Pieter Wenk
1999-12-23 23:45         ` Kai Großjohann

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=vafu2l1fpvk.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.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).