* setting up pinfo as default info-viewer
@ 2002-11-21 11:21 Raghavendra Bhat
2002-11-21 14:30 ` Roman Belenov
0 siblings, 1 reply; 2+ messages in thread
From: Raghavendra Bhat @ 2002-11-21 11:21 UTC (permalink / raw)
Hello
It is that now `info' is the default in my emacs. 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 ?
TIA.
--
ragOO, VU2RGU :: Visit us at http://symonds.net/~fsug-kochi/
Helping to keep the Air-Waves FREE Amateur Radio
Helping to keep your Software FREE the GNU Project
Helping to keep the W W W FREE Debian GNU/${kernel}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: setting up pinfo as default info-viewer
2002-11-21 11:21 setting up pinfo as default info-viewer Raghavendra Bhat
@ 2002-11-21 14:30 ` Roman Belenov
0 siblings, 0 replies; 2+ messages in thread
From: Roman Belenov @ 2002-11-21 14:30 UTC (permalink / raw)
Cc: help-gnu-emacs
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-11-21 14:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-21 11:21 setting up pinfo as default info-viewer Raghavendra Bhat
2002-11-21 14:30 ` Roman Belenov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).