a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by user-inactivated
user-inactivated  ·  2962 days ago  ·  link  ·    ·  parent  ·  post: What does your desktop look like, Hubski?

I'm impure I guess, I use both. vim for configuration files and C/python/other algol-type languages/SQL/shell scripts and html/javascript/css polyglots, emacs for lisp/ml-family languages/prolog family languages/TeX/postscript. emacs doesn't really shine on languages with gross grammars, it's easier just to use a dumb editor, but it's a delight when commands like forward/backward-sexp can do something sane.





rob05c  ·  2962 days ago  ·  link  ·  

I use Emacs for text, but my windowing is split between Emacs and Tmux. I'm trying to migrate to Tmux. IMO the real options are, Vim is your editor and POSIX is your IDE, or Emacs is your editor and IDE.

I'm trying to migrate to POSIX as IDE. But I really like Emacs' chording and modeless buffers-and-minibuffers model. So, I think my eventual goal is POSIX/Tmux with Vimacs as the editor. With scripts in Lua. Vimscript is nasteh.

user-inactivated  ·  2961 days ago  ·  link  ·  

I don't think emacs really deserves its reputation of trying to be your whole world. It is happy to work the the tools the rest of the environment provides. shell-command-on-region is handy if you have some text you want to transform and can see how to do it with awk or some other external tool more easily than with elisp, for example.