|
From: | Lennart Borgman (gmail) |
Subject: | Re: How to open a particular info page by command name |
Date: | Tue, 04 Dec 2007 19:53:54 +0100 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 |
Eli Zaretskii wrote:
Date: Tue, 04 Dec 2007 01:08:01 +0100 From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com> Cc: help-gnu-emacs@gnu.orgIf 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?
Thanks, yes it does.I used an old faulty batch file that calls emacsclient to do this. This works with emacsclient too:
emacsclientw -e "(info \"(elisp) Lists\")" though you may have to call emacsclient once again to show the Emacs window.
[Prev in Thread] | Current Thread | [Next in Thread] |