zsh-users
 help / color / mirror / code / Atom feed
* Installing ZSH Info Manual in OS X?
@ 2004-03-06 23:22 Aaron Davies
  2004-03-07 14:08 ` Oliver Kiddle
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Davies @ 2004-03-06 23:22 UTC (permalink / raw)
  To: zsh-users

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.
-- 
Aaron Davies
agdavi01@louisville.edu


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Installing ZSH Info Manual in OS X?
  2004-03-06 23:22 Installing ZSH Info Manual in OS X? Aaron Davies
@ 2004-03-07 14:08 ` Oliver Kiddle
  0 siblings, 0 replies; 2+ messages in thread
From: Oliver Kiddle @ 2004-03-07 14:08 UTC (permalink / raw)
  To: Aaron Davies; +Cc: zsh-users

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-07 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-06 23:22 Installing ZSH Info Manual in OS X? Aaron Davies
2004-03-07 14:08 ` Oliver Kiddle

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