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 09:56:36 +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 1315641432 8120 80.91.229.12 (10 Sep 2011 07:57:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 10 Sep 2011 07:57:12 +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 09:57:05 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 1R2IQw-0006iv-8Z for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Sep 2011 09:57:02 +0200 Original-Received: from localhost ([::1]:57390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2IQv-0003im-JY for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Sep 2011 03:57:01 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2IQs-0003gF-80 for help-gnu-emacs@gnu.org; Sat, 10 Sep 2011 03:56:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2IQr-0003eY-D5 for help-gnu-emacs@gnu.org; Sat, 10 Sep 2011 03:56:58 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:62893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2IQr-0003eU-6I for help-gnu-emacs@gnu.org; Sat, 10 Sep 2011 03:56:57 -0400 Original-Received: by bkbzs2 with SMTP id zs2so198496bkb.0 for ; Sat, 10 Sep 2011 00:56:56 -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=Yb3KcMG00dS6BqDWYEQEn6gvCfWnS/cgXIsVcc7XgRU=; b=HooKGjVA4u2JkJ5a8ipdlunksN9N+Br1l0SvBUKWIozITEVSvhI9FvYUjXiwfd03Z7 xrviTYTuT2KrFG/ToLSOKrszPTUp0TkMQnpC1afwdWszrppm2/83o67s4pC8h3tAEE/U qb9ks1YdnJ0Qbs1gACjmPdgjbd3Q5oLw6KPcU= Original-Received: by 10.204.157.144 with SMTP id b16mr577627bkx.286.1315641416131; Sat, 10 Sep 2011 00:56:56 -0700 (PDT) Original-Received: by 10.204.42.134 with HTTP; Sat, 10 Sep 2011 00:56:36 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: pRk8Kdbd2OcDu2GXm3aO36jDJKY 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:82202 Archived-At: Hello Shiyuan, On Sat, Sep 10, 2011 at 2:12 AM, Shiyuan 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") 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: (add-to-list 'Info-default-directory-list (expand-file-name "/opt/share/info")) > emacs complaints > Symbol's value as variable is void: Info-directory-list > What could go wrong? Thanks. > Shiyuan > GL --=20 Suvayu Open source is the future. It sets us free.