From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shiyuan Newsgroups: gmane.emacs.help Subject: Re: Subject: Re: info node missing(auctex-devel) Date: Sat, 10 Sep 2011 10:14:22 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec5396292a72ff604ac97bf35 X-Trace: dough.gmane.org 1315667678 26356 80.91.229.12 (10 Sep 2011 15:14:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 10 Sep 2011 15:14:38 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: suvayu ali Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 10 17:14:32 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 1R2PGK-0005Wa-2R for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Sep 2011 17:14:32 +0200 Original-Received: from localhost ([::1]:49328 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2PGJ-0000ji-7U for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Sep 2011 11:14:31 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2PGD-0000jd-3C for help-gnu-emacs@gnu.org; Sat, 10 Sep 2011 11:14:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2PGB-0007f4-T0 for help-gnu-emacs@gnu.org; Sat, 10 Sep 2011 11:14:25 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:36592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2PGB-0007ex-Oz for help-gnu-emacs@gnu.org; Sat, 10 Sep 2011 11:14:23 -0400 Original-Received: by gya6 with SMTP id 6so1950464gya.0 for ; Sat, 10 Sep 2011 08:14:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fZnx6h8ShKtVt91cLEaPaGn0hBDgRiiuQFSvhYBYJy8=; b=a4kKurauDLEXCO0vATN7Qqb/PwYYCWOs6lxW2zTK20CZYHXAywIEt+s+eHK7ZqC6FT LvaZnd9OaVSuYRAba1qvUv6wgqUZ/1B74N4tfgWwmoZ5N25TeB0CUa4K8pCeelrDrLHj D1E1Sm6y+MmQF0tvtHwMMcFKiA3Il5ekIuLxo= Original-Received: by 10.68.43.229 with SMTP id z5mr315079pbl.3.1315667662286; Sat, 10 Sep 2011 08:14:22 -0700 (PDT) Original-Received: by 10.142.100.16 with HTTP; Sat, 10 Sep 2011 08:14:22 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 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:82204 Archived-At: --bcaec5396292a72ff604ac97bf35 Content-Type: text/plain; charset=ISO-8859-1 On Sat, Sep 10, 2011 at 2:56 AM, suvayu ali wrote: > Hello Shiyuan, > > On Sat, Sep 10, 2011 at 2:12 AM, Shiyuan wrote: > >> Thanks for reply. > >> I am using the CVS version. But when I try > >> (add-to-list 'Info-directory-list "~/repos/el/auctex/doc") > > >You have to change the "~/repos/el/auctex/doc" to wherever you >installed > >auctex info files. Tassilo was simply giving an example from his setup. > >Based on your last post I would think the correct sexp should be: > > I did change the directory to the correct location. What emacs complains is the Info-directory-list is void. I cannot find the the variable by C-h v. >(add-to-list 'Info-default-directory-list > >(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? Thanks. Shiyuan --bcaec5396292a72ff604ac97bf35 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Sat, Sep 10, 2011 at 2:56 AM, suvayu = ali <= fatkasuvayu+linux@gmail.com> wrote:
Hello Shiyuan,

On Sat, Sep 10, 2011 at 2:12 AM, Shiyuan <gshy2014@gmail.com> wrote:
>> Thanks for reply.
>> I am using the CVS version.=A0 But when I try
>> (add-to-list 'Info-directory-list "~/repos/el/auctex/doc&= quot;)

>You have to change the "~/repos/el/auctex/doc" to where= ver you >installed
>auctex info files. Tassilo was simply giving an example from his setup.=
>Based on your last post I would think the correct sexp should be:

I did change the directory to the correct location. W= hat emacs complains is the Info-directory-list is void. I cannot find the t= he variable by C-h v.
=A0
>(add-to-list 'Info-default-direct= ory-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 define= d but Info-directory-list should always be defined and used. But How comes = I cannot see it?=A0 Thanks.
Shiyuan
=A0
--bcaec5396292a72ff604ac97bf35--