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

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

Re: setting up pinfo as default info-viewer


From: Roman Belenov
Subject: Re: setting up pinfo as default info-viewer
Date: Thu, 21 Nov 2002 17:30:36 +0300
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-msvc-nt5.1.2600)

Raghavendra Bhat <ragu@vsnl.com> writes:

> Hello
>
> It is that  now `info' is the default  in my emacs.

It is not 'info', it's independent viewer written in Emacs lisp.

> I want this to be changed to set up `pinfo'.  When I do a `C-h-i'
> pinfo should start.  What should I put in my .emacs ?

You can run pinfo in Emacs terminal. Something like

(global-set-key "\C-hi" (lambda () (interactive) (term "pinfo")))

will do what you want.

-- 
                                                        With regards, Roman.





reply via email to

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