Hi Monks,
I have started to learn Emacs editor. Having worked in plenty of other editor for many number of years, I am surprised why I never bother to learn emacs. I liked the powerful M-x command and modes. What I liked the most about it is the text commands expansion and lookup, so you know that what the command is meant for. I once thought that similar functionality can be used for perl functions. Especailly for newbies, it would be extremely useful.
Imagine
 M-x join-with-coma-default-array
will put
join ',' => @_;
And then bind a key to this( may be not to this but to some complex one). This can also serve good purpose for documentation. Of course, it will require some patience for someone to write all these but effort may worth something. You got the idea.

I was just wondering as how you are using emacs while programming perl. What sort of task you consider more rightly done in emacs.
Thanks,
Artist.


In reply to Learning Emacs by artist

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.