From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ilya Zakharevich Newsgroups: gmane.emacs.help Subject: Re: perl TeXinfo docs emacs Date: Sun, 25 Oct 2009 01:57:53 +0000 (UTC) Organization: U.C. Berkeley Math. Department. Message-ID: References: <6d2cb724-900e-4e8a-9145-8b271037c8e2@z24g2000yqb.googlegroups.com> <4681fb35-bcea-4553-af4c-8621af25055d@11g2000yqp.googlegroups.com> <6c3419ad-8de9-4e56-bab0-23ab0d7d8135@x37g2000yqj.googlegroups.com> <6dc20353-5319-4dab-a7fe-9b73c741fbcd@e8g2000yqo.googlegroups.com> <6f8e2016-8816-4b1f-9a85-e09ca5ef97e4@d23g2000vbm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1256438453 5901 80.91.229.12 (25 Oct 2009 02:40:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Oct 2009 02:40:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 25 03:40:46 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N1t2E-0006Dv-El for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Oct 2009 03:40:46 +0100 Original-Received: from localhost ([127.0.0.1]:57373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1t2D-0007n8-T4 for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Oct 2009 22:40:45 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin1!goblin.stu.neva.ru!feeder.eternal-september.org!eternal-september.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 39 Original-X-Trace: news.eternal-september.org U2FsdGVkX1/0BCUjWt7gDlR9S+5xxwpYYIZAKRYbjPpxHdlq5/BwY+Xfn4kAbJJNZmonwrPx0fa66H/eLtiUZeEtUMjc33PdkmJhqqQNmhEVHl7R3HsHNfc5wuucJLqVjkQBuheLg4CLGUYKif7Lew== Original-X-Complaints-To: abuse@eternal-september.org Original-NNTP-Posting-Date: Sun, 25 Oct 2009 01:57:53 +0000 (UTC) User-Agent: slrn/0.9.8.1pl1 (Linux) X-Auth-Sender: U2FsdGVkX1+K41yd5WthrjABs5rBFSizbFRS74sC+6s= Cancel-Lock: sha1:ktsfVLnjU+VICGg8Ue2wPVVl+X4= Original-Xref: news.stanford.edu gnu.emacs.help:174138 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69221 Archived-At: On 2009-10-24, LanX wrote: > this is _dynamic_: > > modul="Data::Dumper"; # whatever > installed modul you want Above, you use precompiled files. Probably, you just do not know you use them? > perldoc -oHTML $modul >/tmp/doc.html; # no need for > precompiled files You just precompiled the file... > w3m /tmp/doc.html; # or > firefox or lynx or ...emacs Let me repeat it from the preceeding message (which had messed >> ... same as with any other format... > nope! ??? I give up. After 3 or 4 messages, you still did not manage to explain what it is exactly what you want. is it: Perl module and Perl-proper installations would run pod2texi for you transparently, and install them where info-mode can find them? >> If true, this may be easily circumvented. > Plz show me how! Look where info.el stores parsed 'dir' files, and reset the cache. Yours, Ilya