Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Formatting Perl code with Emacs

by bojinlund (Monsignor)
on Nov 07, 2013 at 10:04 UTC ( [id://1061539]=note: print w/replies, xml ) Need Help??


in reply to Formatting Perl code with Emacs

I am using Emacs and perltidy by adding the lines

# (compile (concat "perltidy " (buffer-name)) nil) # (ediff-files (concat (buffer-name) ".tdy") (buffer-name))
to my Perl scripts.

Putting the cursor at the end of the added lines and entering control-X, control-E will execute perltidy and activate the ediff-files function in Emacs. Then I can select which part of my script I want to be changed.

Replies are listed 'Best First'.
Re^2: Formatting Perl code with Emacs
by isntvoid (Novice) on Nov 07, 2013 at 10:29 UTC
Re^2: Formatting Perl code with Emacs
by LanX (Saint) on Nov 08, 2013 at 00:32 UTC
    Thats a pretty cool idea, thanks for sharing! =)

    Cheers Rolf

    ( addicted to the Perl Programming Language)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-25 07:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found