Post Reply 
I'd really like to see some imrovements to the in-calculator program editor.
11-19-2017, 02:42 PM (This post was last modified: 11-19-2017 02:43 PM by TravisE.)
Post: #22
RE: I'd really like to see some imrovements to the in-calculator program editor.
What was that saying again? Something about how the longer a conversation goes on the chances of it approaching a vi vs. emacs argument approaching 1? Smile

(11-19-2017 10:56 AM)webmasterpdx Wrote:  
Code:
:1,$s/\([^ ]\)\([a-zA-Z]\)\([a-zA-Z]*\)\([a-zA-Z]\)\([ $]\)/\1\4\3\2\5/g

I know you can do the same things in emacs, but you'd have to write a script for each....in vi you can just do it on the fly...no scripts needed....and like I said, fits in 10K.

Emacs can do it without writing a script. For instance, something like:
Code:
M-x replace-regexp
\(\w\)\(\w*\)\(\w\)
\3\2\1

So I guess the only concern is those 10K now. Wink
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: I'd really like to see some imrovements to the in-calculator program editor. - TravisE - 11-19-2017 02:42 PM



User(s) browsing this thread: 1 Guest(s)