Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

(ichimunki) Re: Religious Matters and Text Editing

by ichimunki (Priest)
on Jul 05, 2001 at 07:15 UTC ( [id://93998]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: QuickPerl: a step up from -e
in thread QuickPerl: a step up from -e

Why not just use emacs? It has a shell mode, so you can edit your script in one "window" and run it in shell in the other. It works on both DOS and Unix/Linux (if memory serves DOS shell isn't nearly as nice as Unix, but it does work-- I'll have to double-check this at work tommorrow, and please forgive me if I mispeak). Plus you get all the added benefit of having any output saved in a buffer which is fully cut-and-paste-able. Not to mention the other zillion little things it does that are just plain handy.

Disclaimer: I've been reading ORA's "Learning GNU Emacs" and I may not currently be enjoying a lot of objectivity in this area.
  • Comment on (ichimunki) Re: Religious Matters and Text Editing

Replies are listed 'Best First'.
Re: (ichimunki) Re: Religious Matters and Text Editing
by John M. Dlugosz (Monsignor) on Jul 05, 2001 at 08:07 UTC
    Let me know for sure when you look at it, thanks.

    A compelling feature of the editor I use is the symbol parsing. For C++, it blows away anything else I've tried in more than 10 years. It gives real-time cross referencing and context information on the body of source, without having to compile it first (so it's great for exploring someone else's code).

    The macro ability is rather weak, but it was enough to customize the keys a bit. If you look at that link, the pane on the left shows all the functions, variables, and whatnot in the file. The thing at the bottom tells you things based on what's under the cursor, looking at all your source.

    —John

      The DOS shell mode works pretty much as advertised (i.e. seems to be a DOS version of the Unix shell mode), which means you get full cut-and-paste, simple command replay, the ability to do searches (regex searches no less) on sessions/buffers, tab-completion, and probably a few other things. I haven't used shell mode on Unix much myself-- finding it easier to open xterms in separate windows, one for the editor, one for the CLI.

      I should also point out that the directory editor mode in emacs is also pretty much unchanged in the DOS/Windows port-- which may not be as pretty as the Windows explorer, but offers all the same features as the unix version-- which I've heard includes multifile search & replace and other handy things like that.

      Again, I myself am not a power-emacs-user yet, just a wide-eyed convert. Now what I'd really like to see is a stripped down (no email, news-reader, Eliza games-- yes, the editor does Eliza), all-Perl version of emacs running in Tk. :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 23:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found