http://www.emacswiki.org/cgi-bin/emacs-en/PerlLanguage
http://nschum.de/src/emacs/ # highlight-parenthese, company-mode, window-numbering-mode
http://coderepos.org/share/browser/lang/elisp
# perl-completion
http://www.emacswiki.org/cgi-bin/wiki/Ye_Wenbin
# some stuff for Perl
http://www.emacswiki.org/emacs/CPerlAutoName # cperl-auto-name
modes: cperl-mode, flymake, flymake-extensions, yasnippet, org-mode,..
REPL: in Sepia and PDE we have REPL's, but nice REPL
is Stylish, but
need perl 5.10 and Devel::REPL from jrockway's repositary (or test with
Devel::REPL from CPAN, may be it already works), see screencast
;; To highlight a region between parenthesis
(setq show-paren-delay 0 show-paren-style 'expression)
(show-paren-mode 1)
(set-face-background 'show-paren-match-face "#efedd2")
Anyway emacswiki
and emacs planet -- our friends
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
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, 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, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|