* Cperl/perl info problem
@ 2003-03-14 6:37 Mike Ballard
2003-03-14 10:14 ` Kai Großjohann
0 siblings, 1 reply; 2+ messages in thread
From: Mike Ballard @ 2003-03-14 6:37 UTC (permalink / raw)
When Cperl pkg replaced perl-mode (a long time ago) I had to make a change
to something to get C-h C-i to work for Cperl. Somehow I've lost that fix
and am having the same problem again:
Processing Info node `(perl)Function Index'...
unzipping perl.info.gz...done
unzipping perl.info-17.gz...done
Processing Info node `(perl)Function Index'...done
Processing Info node `(perl)Variable Index'...
Cannot access Info node `(perl)Variable Index'
How can I get C-h C-i to work w/Cperl?
Mike
--
mikeballard--at--operamail.com
"If your main parachute fouls, deploy your reserve. If your reserve is
also fouled, you have the rest of your life to get it straightened out."
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Cperl/perl info problem
2003-03-14 6:37 Cperl/perl info problem Mike Ballard
@ 2003-03-14 10:14 ` Kai Großjohann
0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2003-03-14 10:14 UTC (permalink / raw)
Mike Ballard <dont_w@nt_spam.org> writes:
> When Cperl pkg replaced perl-mode (a long time ago) I had to make a change
> to something to get C-h C-i to work for Cperl. Somehow I've lost that fix
> and am having the same problem again:
I use C-c C-h f for this. It requires a special info file, though.
And then you can call "perldoc -f" with the following little hack:
(defun perldoc (man-args)
(interactive "sPerldoc: ")
(require 'man)
(let ((manual-program "perldoc"))
(man man-args)))
Hm. But it ought to be sufficient to frob info-lookup-alist; it
mentions perl5 as info file, and on my system it's named perl.
--
A preposition is not a good thing to end a sentence with.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-03-14 10:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-14 6:37 Cperl/perl info problem Mike Ballard
2003-03-14 10:14 ` Kai Großjohann
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).