> I really cannot see the benefits of the intermediate stage.

a) This thread is about local POD from perldoc, so no CSS, no JS, no speed problems, no images and (sorry) even no modern plane simulation.

b) w3m does not only allow to execute shell commands directly (type !) it also supports many keybindings of your preferred ed(v)itor. No mouse needed. (Sometimes you just wanna automatically search for a special keyword or only display a certain paragraph)

c) Using w3m within an emacs buffer¹ allows me running the same automization interface (macros) for POD and my source, like cutting code, switching buffer and pasting and running it, without even touching the mouse. The geometry of splitted windows showing my source and POD are automatically controlled, the bookmarks use the same interface, and all the other "same UI benefits" I forgot...

d) And as I said, it's only optional, users could still use a full scale browser if they don't like these benefits...TIMTOWTDI...

(Sure I could emulate all of this with JS, AJAX, a local podserver or sending FF remote commands and FF AddOns like vimperator and It's all text, plus tools like AutoIt or wmctrl but surely for more than doubled implementation costs)

Cheers Rolf

UPDATES: 1) added link


In reply to Re^6: Better perldoc on Windows by LanX
in thread Better perldoc on Windows by roho

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.