From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Philip Clark Newsgroups: gmane.emacs.help Subject: Info directory Date: Mon, 18 Oct 2004 09:41:17 +0100 Organization: Edinburgh University Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098089034 18231 80.91.229.6 (18 Oct 2004 08:43:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2004 08:43:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 18 10:43:46 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 1CJT7J-0005yy-00 for ; Mon, 18 Oct 2004 10:43:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJTEa-00045E-DD for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Oct 2004 04:51:16 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!easynet-quince!easynet.net!feed4.jnfs.ja.net!jnfs.ja.net!newsfeed.ed.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: maverick.ph.ed.ac.uk Original-X-Trace: scotsman.ed.ac.uk 1098088877 3789 129.215.72.57 (18 Oct 2004 08:41:17 GMT) Original-X-Complaints-To: usenet@scotsman.ed.ac.uk Original-NNTP-Posting-Date: Mon, 18 Oct 2004 08:41:17 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:XPBnqmIRmus8R13mitFOkpQNvv8= Original-Xref: shelby.stanford.edu gnu.emacs.help:125924 Original-To: help-gnu-emacs@gnu.org 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:21295 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21295 Hi Folks, 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. I've tried: (require 'info) (setq Info-directory-list (append '("~/src/gnus/texi") Info-directory-list)) but then it just "loses" the system location. Any ideas would be very welcome. -Phil