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

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

Re: cperl-perldoc


From: Stefan Monnier
Subject: Re: cperl-perldoc
Date: 20 Nov 2001 09:22:15 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

>>>>> "Alex" == Alex Schroeder <kensanata@yahoo.com> writes:
> I assume the culprit to be this:
>   (let* ((is-func (and
>                  (string-match "^[a-z]+$" word)
>                  (string-match (concat "^" word "\\>")
>                                (documentation-property
>                                 'cperl-short-docs
>                                 'variable-documentation))))
>        (manual-program (if is-func "perldoc -f" "perldoc")))
>     (require 'man)
>     (Man-getpage-in-background word)))

Indeed.  Thank you for tracking this.
I have moved the (require 'man) to just before the `let*' statement.


        Stefan



reply via email to

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