From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: LanX Newsgroups: gmane.emacs.help Subject: Re: In emacs 23 compile-mode doesn't recognize (c)perl error messages Date: Mon, 19 Oct 2009 15:18:07 -0700 (PDT) Organization: http://groups.google.com 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1255992115 8531 80.91.229.12 (19 Oct 2009 22:41:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2009 22:41:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 20 00:41:45 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 1N00v8-0003xu-RT for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Oct 2009 00:41:43 +0200 Original-Received: from localhost ([127.0.0.1]:46865 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N00v8-0007vv-5u for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Oct 2009 18:41:42 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!e34g2000vbm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 188.97.74.39 Original-X-Trace: posting.google.com 1255990688 31009 127.0.0.1 (19 Oct 2009 22:18:08 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 19 Oct 2009 22:18:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e34g2000vbm.googlegroups.com; posting-host=188.97.74.39; posting-account=W9fpQwoAAADZYmkl-8sXk1VPxG3rq-Pd User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.14) Gecko/2009090216 Ubuntu/8.10 (intrepid) Firefox/3.0.14, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:174011 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:69093 Archived-At: > How should I fix it? =A0(IIRC, the hard part is getting the word > `pod2texi'. =A0I expect that googling for this would quickly lead one to > an answer.) Of course I already tried it !!! (without luck, like mentioned in the perlmonks thread I linked to. ) The problem is more fundamental: info-files are static! For every new installation of a perl-modul one needs to build the info file again. Calling something like POD2HTML builds dynamically full hyperlinked HTML-pages of all installed moduls, which might also be displayed within emacs. Or is it possible to produce and display info-files dynamically??? Cheers Rolf PS: Ilya to be clear I do certainly not demand any further work of you, I really appreciate the work you already did!!! I'm just wanna discuss the best approach for further development ...