Gnus development mailing list
 help / color / mirror / Atom feed
From: Shane Holder <holder@rsn.hp.com>
Cc: ding@ifi.uio.no
Subject: Re: Gnus v5.4.21 is released
Date: 07 Mar 1997 11:13:47 -0600	[thread overview]
Message-ID: <fawn2sfmxpw.fsf@rlab24.rsn.hp.com> (raw)
In-Reply-To: Philippe Schnoebelen's message of Fri, 7 Mar 1997 10:29:03 +0100 (MET)

>>>>> "Philippe" == Philippe Schnoebelen <Philippe.Schnoebelen@lsv.ens-cachan.fr> writes:

  Philippe> I just installed 5.4.21 successfully.

  Philippe> One suggestion: after I compile gnus, I always install the
  Philippe> info files manually to some $(infodir).  Could it be
  Philippe> possible to have something in the Makefile so that 'make
  Philippe> install' does this automatically ?

    Don't know if this would work for you, but if you put the
directory that contains the info files for the newly installed gnus
first in your Info-default-directory-list then when you select the
menu gnus in info it will pick up the first gnus.info file it comes
across.

I set mine like:

(setq Info-default-directory-list
      (append
       (list
	(expand-file-name "~/lib/elisp/packages/gnus/texi/")
	(expand-file-name "~/lib/elisp/bbdb/")
	(expand-file-name "~/lib/elisp/dmacro/"))
       Info-default-directory-list
       (list 
	(expand-file-name "~/lib/info/")
	(expand-file-name "/usr/local/local-info/"))
       ))

    The first 3 directories don't have a dir or localdir file in them.
The directory ~/lib/info contains only a dir and localdir that
contains menu items for bbdb and dmacro (these packages don't ship
with xemacs, and thus don't have a menu entry in the default dir).
    Then /usr/local/local-info contains a dir and localdir with
entries for all the info files in that directory, none of which are
duplicated in any of the other directories.

    This way you don't have to change the dir/localdir entries unless
you add a completely new info document.  If you want the latest gnus
docs, you just put it first in the Info-default-directory-list
variable, and the menu item under
<prefix>/lib/xemacs-<version>/info/dir will select it.

-- 
Shane Holder                                 e-mail: holder@rsn.hp.com
Hewlett Packard                               phone:     (214)497-4182
3000 Waterview
Richardson, TX 75083


  reply	other threads:[~1997-03-07 17:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-03-07  0:38 Gnus v5.4.20 " Lars Magne Ingebrigtsen
1997-03-07  9:29 ` Gnus v5.4.21 " Philippe Schnoebelen
1997-03-07 17:13   ` Shane Holder [this message]
1997-03-07  6:37 Lars Magne Ingebrigtsen
1997-03-08 19:48 ` Hrvoje Niksic

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=fawn2sfmxpw.fsf@rlab24.rsn.hp.com \
    --to=holder@rsn.hp.com \
    --cc=ding@ifi.uio.no \
    /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).