From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Iain Dalton Newsgroups: gmane.emacs.help Subject: Merging a local info file with the system's Date: Tue, 10 Feb 2009 02:49:04 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234281011 29078 80.91.229.12 (10 Feb 2009 15:50:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2009 15:50:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 10 16:51:26 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LWutO-0001SG-EV for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Feb 2009 16:51:23 +0100 Original-Received: from localhost ([127.0.0.1]:32909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWus4-0001pq-QJ for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Feb 2009 10:50:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWpEp-0005Js-0w for help-gnu-emacs@gnu.org; Tue, 10 Feb 2009 04:49:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWpEo-0005Jg-Es for help-gnu-emacs@gnu.org; Tue, 10 Feb 2009 04:49:06 -0500 Original-Received: from [199.232.76.173] (port=59313 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWpEo-0005Jd-8b for help-gnu-emacs@gnu.org; Tue, 10 Feb 2009 04:49:06 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.153]:45285) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWpEn-0004jX-SO for help-gnu-emacs@gnu.org; Tue, 10 Feb 2009 04:49:05 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so205212yxf.66 for ; Tue, 10 Feb 2009 01:49:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=A/k/c1iTkVl4WcofOsRAtTMZ0p7Wd4AOqlLcpFuj5XI=; b=vpOfU59mm4q6kwRgNZFY8MLpbLViBwKFrfHPSqpNkSCshckH12puNWyvx5g/N1Mkpr Ua/3/mZz61t2ax2072FwATZWPUeoZYL0sOTfoPGC3GgkFLiJUmNZJchJRf/w58Ew5Wom GSuMZN6vb295K3CLq393H+CfJt4Me7nSTSZ/Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=JV/u+SH4VfPROgn/modb7Y0GugaUd7I6ykQRcZ++FT5wJ/MEE0N8AIyvLKx7omS+PD Ajq/2VlSZKFEOdSs3r20tm0gd7Hj752ouiKvw38GSutP/pDi4fpdKJ1tWsDLukIJJm/5 UJ0x/qsRegZ6kmRUnc/JqK/10HLijokjSO5Rs= Original-Received: by 10.231.16.129 with SMTP id o1mr520840iba.47.1234259344080; Tue, 10 Feb 2009 01:49:04 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Tue, 10 Feb 2009 10:47:54 -0500 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: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62030 Archived-At: Texinfo manual Sec. 21.2.3 says you can add extra info directories to Info-directory-list and it will merge all the `dir' files it finds. I created ~/.emacs.d/info/, added info files, and made this `dir' file: Programming * ANSI Common Lisp: (ansicl). Draft ANSI Common Lisp standard Instead of merging the dir files, "C-h i" only shows this minimal one. What am I doing wrong?