help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to open a particular info page by command name


From: Sebastian Tennant
Subject: Re: How to open a particular info page by command name
Date: Tue, 04 Dec 2007 02:20:52 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Quoth "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>:
> rdiezmail-emacs@yahoo.de wrote:
>> I even wrote a small shell script to turn emacs into a
>> handy man page viewer:
>>
>> emacs --no-splash --eval "(progn (setq woman-use-own-frame nil) (woman
>> \"$1\"))" &
>>
>> Unfortunately, I couldn't find how to do the same with the info pages.

> 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")

 $ emacs -Q --no-site-file --eval '(info "(bash3ref)Arrays")'

Works for me.

HTH,

Sebastian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]