zsh-users
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <okiddle@yahoo.co.uk>
To: Aaron Davies <agdavi01@louisville.edu>
Cc: zsh-users@sunsite.dk
Subject: Re: Installing ZSH Info Manual in OS X?
Date: Sun, 07 Mar 2004 15:08:15 +0100	[thread overview]
Message-ID: <6437.1078668495@trentino.logica.co.uk> (raw)
In-Reply-To: <302735C0-6FC5-11D8-B1B8-000A95EDC31A@louisville.edu>

Aaron Davies wrote:
> Hi, I'm running the Fink install of zsh 4.1.1 on OS X 10.3.2, and I'd 
> like to get the nice hierarchical info manual I've seen on linux 
> systems. (I currently have only the flat, multi-part man page manual, 
> and I'm getting really tired of grepping it for the glob references.) 
> How do I do this? I found the info manual tarball at the website, but I 
> have no idea how to install it.

The info files go in a directory named info. Usually something like
/usr/share/info or /usr/local/info. You'll have zsh.info and a few
other numbered files starting from zsh.info-1. They can be gzipped to
save space. You may need to point to the info directories using the
INFOPATH environment variable.

In zsh, you might use something like:
  typeset -Tx INFOPATH infopath
  infopath=( ~/info )

Each info directory has a file named `dir' which serves as a sort of
menu. If you have installed GNU texinfo, you can add an entry for zsh to
this file with something like the following command:
  install-info --info-dir=/usr/local/info /usr/local/info/zsh.info

Then you need a program to view the files. GNU texinfo comes with a
standalone program named info to do this. I don't like it and tend to
use tkinfo instead. There are other options such as the gnome help browser
(which seems to insist on a huge font) and one built-in to emacs.

The other option is to use the HTML version of the manual.

Oliver


      reply	other threads:[~2004-03-07 14:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-06 23:22 Aaron Davies
2004-03-07 14:08 ` Oliver Kiddle [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=6437.1078668495@trentino.logica.co.uk \
    --to=okiddle@yahoo.co.uk \
    --cc=agdavi01@louisville.edu \
    --cc=zsh-users@sunsite.dk \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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