Xref: utzoo gnu.emacs:1150 comp.emacs:6363 Path: utzoo!mnetor!tmsoft!telly!ziebmef!becker!censor!geac!jtsv16!uunet!shelby!rutgers!rochester!pt.cs.cmu.edu!sei!ee.sei.cmu.edu!maa From: maa@ee.sei.cmu.edu (Mark Ardis) Newsgroups: gnu.emacs,comp.emacs Subject: Re: Running Info on nodes not in /info Message-ID: Date: 12 Jun 89 14:15:49 GMT References: Distribution: gnu.emacs Organization: Software Engineering Institute, Pittsburgh, PA 15213 Lines: 20 In-reply-to: abair@turbinia.oakhill.uucp's message of 10 Jun 89 17:05:43 GMT The following function is for those who want to hack their own info-nodes and install them in their own directories. ;;; other-info.el -- start info in a different directory ;;; Mark Ardis, SEI, 6/12/89 (require 'info) (defun other-info (file) "Go to a node called 'top' in the Info directory node found in file." (interactive "fother-info: Name of file containing node called 'top'? ") (Info-find-node file "top")) --- -- Mark A. Ardis Software Engineering Institute Carnegie-Mellon University Pittsburgh, PA 15213 (412) 268-7636 maa@sei.cmu.edu