From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: Info directory Date: Mon, 18 Oct 2004 21:50:02 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <01c4b54b$Blat.v2.2.2$d18a6860@zahav.net.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1098129380 7494 80.91.229.6 (18 Oct 2004 19:56:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2004 19:56:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 18 21:56:11 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJdc2-0001wF-00 for ; Mon, 18 Oct 2004 21:56:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJdjL-0006MV-KB for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Oct 2004 16:03:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJdjD-0006MP-SB for help-gnu-emacs@gnu.org; Mon, 18 Oct 2004 16:03:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJdjD-0006MD-Fy for help-gnu-emacs@gnu.org; Mon, 18 Oct 2004 16:03:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJdjD-0006MA-DP for help-gnu-emacs@gnu.org; Mon, 18 Oct 2004 16:03:35 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CJdbq-0001TR-7S for help-gnu-emacs@gnu.org; Mon, 18 Oct 2004 15:55:58 -0400 Original-Received: from zaretski (pns03-205-156.inter.net.il [80.230.205.156]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CWO70733 (AUTH halo1); Mon, 18 Oct 2004 21:54:14 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Philip Clark on Mon, 18 Oct 2004 09:41:17 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21305 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21305 > From: Philip Clark > Date: Mon, 18 Oct 2004 09:41:17 +0100 > > > Does anyone know how to set up multiple Info directory locations? I want > to keep all the system info files, but also include my own for other > packages I add in my home directory. The canonical way to do that is to set the environment variable INFOPATH outside of Emacs, in the same shell from which you invoke Emacs. INFOPATH's value should be a list of Info directories in the same format as the PATH variable on your system. > I've tried: > > (require 'info) > (setq Info-directory-list (append '("~/src/gnus/texi") Info-directory-list)) Don't play with Info-directory-list, it's not intended to be settable by the user.