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

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

Re: Cperl/perl info problem


From: Kai Großjohann
Subject: Re: Cperl/perl info problem
Date: Fri, 14 Mar 2003 11:14:06 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (gnu/linux)

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.


reply via email to

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