Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Favorite Hacks in Emacs

by joojar (Initiate)
on May 16, 2009 at 10:43 UTC ( [id://764407]=note: print w/replies, xml ) Need Help??


in reply to Favorite Hacks in Emacs

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

Replies are listed 'Best First'.
Re^2: Favorite Hacks in Emacs
by perlsyntax (Pilgrim) on May 26, 2009 at 13:43 UTC
    I found a better perl tool for emacs call Sepia and it have everything

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://764407]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 23:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found