Arc Forumnew | comments | leaders | submitlogin
2 points by brett 6072 days ago | link | parent

You can use selection for that in TextMate. If type ( with a block of text selected it wraps that block with parens.


3 points by sjs 6072 days ago | link

That sort of works but still requires manual selection. Regardless there are many more reasons to work in Emacs when using lisp so I'll stick with it. (e.g. inferior-lisp-mode, send files or defs to a running lisp as you edit them)

-----

3 points by tel 6071 days ago | link

Textmate's lack of inferior process panes pretty much cripples it for most rapid iteration, REPL-esque programming in my mind.

-----