From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: suvayu ali Newsgroups: gmane.emacs.help Subject: Re: Subject: Re: info node missing(auctex-devel) Date: Sat, 10 Sep 2011 18:51:38 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1315673535 30710 80.91.229.12 (10 Sep 2011 16:52:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 10 Sep 2011 16:52:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Shiyuan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 10 18:52:11 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R2Qmo-0003C9-R0 for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Sep 2011 18:52:11 +0200 Original-Received: from localhost ([::1]:59945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2Qmo-0006GS-8I for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Sep 2011 12:52:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2Qmj-0006GC-VG for help-gnu-emacs@gnu.org; Sat, 10 Sep 2011 12:52:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2Qmi-00083Z-PL for help-gnu-emacs@gnu.org; Sat, 10 Sep 2011 12:52:05 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:41682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2Qmi-00083E-Gl for help-gnu-emacs@gnu.org; Sat, 10 Sep 2011 12:52:04 -0400 Original-Received: by bkbzs2 with SMTP id zs2so414619bkb.0 for ; Sat, 10 Sep 2011 09:52:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=DLBM0mkGV+/EXq91I4P/t25vLQBDuURiHx04SJePlXk=; b=U1A67ZLyEZC6NyylEDNBQ4Gtq3eApiJglVX3pEJ8B/KsEZrJhmlMGFDYtN1jrCiywV bGNUl07Gys+NsQTJ0GZIzw5hBbGOT2U4okUCK2EHm20FF5bJs5SMFOScmVvnT8jqfZ8s lSjNDp7V1pteP0r4l+sSSFnC8TbWV4H/G/uGY= Original-Received: by 10.204.13.73 with SMTP id b9mr1908064bka.390.1315673518233; Sat, 10 Sep 2011 09:51:58 -0700 (PDT) Original-Received: by 10.204.42.134 with HTTP; Sat, 10 Sep 2011 09:51:38 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: K2RW2TxE2AJvtzO56fkxT-0B8uI X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82205 Archived-At: On Sat, Sep 10, 2011 at 5:14 PM, Shiyuan wrote: >>(add-to-list 'Info-default-directory-list >> >> =A0=A0=A0 =A0 =A0 =A0 =A0 >(expand-file-name "/opt/share/info")) >> > According to http://www.emacswiki.org/emacs/InfoPath, > Info-default-directory-list will not be used if INFOPATH is defined but > Info-directory-list should always be defined and used. But How comes I > cannot see it?=A0 Thanks. Then try something like this very early in your init file instead: (setenv "INFOPATH" "/opt/share/info:$INFOPATH" t) > Shiyuan --=20 Suvayu Open source is the future. It sets us free.