Live data from Hacker News

Poll: Which is your primary text editor?

news.ycombinator.com

121–130 of 163 posts

Re: Poll: Which is your primary text editor?

#121
post #106

For the pure editing of text, Vim is the clear winner. Whether that's all you want, is another question.

You misspelled "emacs".

I like both, but Vim's modal nature and the consequently far fewer control combinations make it much faster for editing text. On the other hand, emacs' language-specific modes and built-in repl-in-the-editor support is awesome.

Re: Poll: Which is your primary text editor?

#122
post #103

For the pure editing of text, Vim is the clear winner. Whether that's all you want, is another question.

If only working with multiple files was easier... what are you guys using these days ? [edit] Also, one thing that shows how Vim is oriented towards opening and closing it all time is that preventing acidental quitting is quite hard to achieve (only with hacks..)

The only vim plugin I use: http://www.vim.org/scripts/script.php?script_id=1664

With a few mappings:

    noremap b :ls:buffer 
    noremap  :b#
    noremap  :bprev
    noremap  :bnext

Re: Poll: Which is your primary text editor?

#123
post #114

Geany on Linux, JEdit on Windows. Line numbers, full paths, reasonable cursor behavior, color-coding for various languages, plugins, keybindings are mostly conventional and fully configurable, etc. - and both are GPL.

Geany here as well. Along with a Guake terminal it's extremely convenient for Python development and doesn't get in your way.

For Android I use Eclipse, but hopefully the new editor from Google will be an improvement.

Re: Poll: Which is your primary text editor?

#124
post #44

Earlier quoted context omitted.

It is not a text editor.

Eclipse 'merely' includes several text editors and is primarily used for editing text.

And in the same way that a car includes many control interfaces but is not itself a control interface, a program that contains text editors is not itself a text editor.

Re: Poll: Which is your primary text editor?

#125
Whenever I stumble into a "best editor" discussion, I am reminded of the words of Kieran Healy that adorn the top of my init.el (from http://kieran.healy.usesthis.com/):

``But even if TextMate 2 drops from the sky fully-formed and marveled at by all, Emacs will still be there, waiting. It will be there when the icecaps melt and the cities drown, when humanity destroys itself in fire and zombies, when the roaches finally achieve sentience, take over, and begin using computers themselves - at which point its various Ctrl-Meta key-chords will seem not merely satisfyingly ergonomic for the typical arthropod, but also direct evidence for the universe’s Intelligent Design by some six-legged, multi-jointed God.''

Re: Poll: Which is your primary text editor?

#126
post #23

Primary: Visual Studio (for C++) Notepad replacement: Notepad++ Prolog, Haskell: Sublime Text (thanks to it, I can get rid of emacs completely)

Why do you want to get rid of Emacs?

Well, I didn't like it. Never felt productive in it. It felt very awkward. The only reason I was using it was the support of non-mainstream languages.

Even when I was full-time in Linux, my go to IDE was KDevelop. And mcedit for simple text editing.

Re: Poll: Which is your primary text editor?

#127

Earlier quoted context omitted.

Eclipse 'merely' includes several text editors and is primarily used for editing text.

And in the same way that a car includes many control interfaces but is not itself a control interface, a program that contains text editors is not itself a text editor.

Well, Emacs isn't a text editor then.

Re: Poll: Which is your primary text editor?

#129
post #90

Earlier quoted context omitted.

THere are people who don't use GNU Emacs?

I assume he's thinking of things like http://www.xemacs.org/

That and some other things. There were also several forks of GNU Emacs and Xemacs to support Mac OS Carbon/Cocoa, of which Aquamacs is still in widespread use.

There's also Steve Youngs' SXEmacs (a XEmacs fork), which is probably the most well-developed of several efforts to extend Emacs to be a window manager.

Post reply on HN