From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to open a particular info page by command name Date: Tue, 04 Dec 2007 00:48:54 -0500 Message-ID: References: <465678.94409.qm@web25403.mail.ukl.yahoo.com> <47549A61.7090208@gmail.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1196747373 28586 80.91.229.12 (4 Dec 2007 05:49:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Dec 2007 05:49:33 +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 Dec 04 06:49:42 2007 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 1IzQf2-0005qu-0O for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Dec 2007 06:49:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzQel-0004JF-HT for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Dec 2007 00:49:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzQeO-0004HE-Pd for help-gnu-emacs@gnu.org; Tue, 04 Dec 2007 00:48:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzQeN-0004GN-8e for help-gnu-emacs@gnu.org; Tue, 04 Dec 2007 00:48:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzQeN-0004GI-16 for help-gnu-emacs@gnu.org; Tue, 04 Dec 2007 00:48:55 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzQeM-0001cE-PZ for help-gnu-emacs@gnu.org; Tue, 04 Dec 2007 00:48:54 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IzQeM-0002Wf-H6 for help-gnu-emacs@gnu.org; Tue, 04 Dec 2007 00:48:54 -0500 In-reply-to: <47549A61.7090208@gmail.com> (lennart.borgman@gmail.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:49808 Archived-At: > Date: Tue, 04 Dec 2007 01:08:01 +0100 > From: "Lennart Borgman (gmail)" > Cc: help-gnu-emacs@gnu.org > > If you can figure out how to do the quoting (I can't) then it is no > problem. What you want to call is someting like > > (info "(elisp) That Page") Doesn't emacs -Q --eval "(info \"(elisp) Lists\")" work for you?