all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan <wehmann@fnal.gov>
To: help-gnu-emacs@gnu.org
Subject: Re: Any handy way to read perldoc output
Date: Tue, 3 Feb 2009 15:31:13 -0800 (PST)	[thread overview]
Message-ID: <bd79f33f-6a6d-4f52-9023-232e0e971089@w24g2000prd.googlegroups.com> (raw)
In-Reply-To: mailman.6446.1233511479.26697.help-gnu-emacs@gnu.org

On Feb 1, 8:56 am, k...@freefriends.org (Karl Berry) wrote:
>     Is there any handy way to read perldoc output in emacs?
>     An i (index) search of emacs manual on `perldoc' showed nothing.
>
> Besides perldoc -t that Xah mentioned, there is a pod2texinfo program
> (http://search.cpan.org/~randym/pod2texinfo-1.0/) but it has not been
> updated since 1998.  
>
> I personally would very much like to have the main Perl documentation as
> a Texinfo manual, but have never been able to spend the time on it.
> Just running pod2texinfo did not suffice, it needed work beyond that.
> If anyone finds or produces something for the current perl manuals,
> please let me know.
>
> k...@freefriends.org

I made a serious effort to find Perl documentation in texinfo form
that was reasonably up-to-date.  I concluded that I'd have to do much
of the work myself.  At "http://www.gnu.org/software/texinfo/
texinfo.html" there is mention of "man2texi", which is an awk script
to convert from nroff source code (man pages) to texinfo.  I've been
using a modified form of "man2texi" to make the conversion, but there
is a lot of extra custom effort involved (additional effort is needed
for cross-linking references, which are often a matter of taste).
Plus I haven't done all the Perl man pages; so far I've concentrated
on the ones I regard as most useful.  My platform is MS Windows XP.
The Perl and Perl man nroff source code come via Cygwin.  One extra
wrinkle is that I've arranged that the resulting Info files preserve
the bolding found on the man pages.  Also, it is sometimes necessary
to use POD to get nroff source code to feed to "man2texi".  A
necessary disclosure is that I use XEmacs--due to personal historical
reasons.


       reply	other threads:[~2009-02-03 23:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.6446.1233511479.26697.help-gnu-emacs@gnu.org>
2009-02-03 23:31 ` Alan [this message]
     [not found] <mailman.6360.1233435948.26697.help-gnu-emacs@gnu.org>
2009-02-01  3:08 ` Any handy way to read perldoc output Xah Lee
2009-01-31 21:05 Harry Putnam
2009-02-01 20:13 ` Leo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bd79f33f-6a6d-4f52-9023-232e0e971089@w24g2000prd.googlegroups.com \
    --to=wehmann@fnal.gov \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.