Earlier quoted context omitted.
There are serious problems trying to run it as a server on Mac OS X. Basically it's not a real option on this platofrm.
I run Emacs on Mac OS X as a server. What I don't do is "emacs --daemon". I launch Emacs and then "M-x server-start RET". This seems to avoid any weird issues. I use the "ec" script show here: http://emacsformacosx.com/tips
Emacs, naked
151–160 of 201 posts
Re: Emacs, naked
#152emacs -nw :) It looks great when it combine it with amber-on-black Glass Tty in my xterm.
Re: Emacs, naked
#153Earlier quoted context omitted.
I wonder what the fad-editor in LightTable's place will be called in a few years?
What was it a few years ago? I'm going to guess that whatever the answer is, it didn't have anywhere near the extension capability of either Emacs or LightTable.
Re: Emacs, naked
#154If you reflect for a moment, obviously a minority of HN will be made alienated and uncomfortable by this sexualized humor. Do you really want this?
Re: Emacs, naked
#155Earlier quoted context omitted.
I wonder what the fad-editor in LightTable's place will be called in a few years?
What was it a few years ago? I'm going to guess that whatever the answer is, it didn't have anywhere near the extension capability of either Emacs or LightTable.
Re: Emacs, naked
#156If you reflect for a moment, obviously a minority of HN will be made alienated and uncomfortable by this sexualized humor. Do you really want this?
If THAT makes you uncomfortable, then obviously you haven't seen THIS: http://www.youtube.com/watch?v=D1sXuHnf_lo
Re: Emacs, naked
#157Re: Emacs, naked
#158I've found the latest revisions of Emacs to be incredibly ugly, and I have to turn off most of the crap (menus, etc.) to be comfortable. Stock Emacs also seems to want to open up a minibuffer when I've told it "please just edit this set of files". It's also got some idea that I want to to suspend the shell I launched it from (er, no, not ever). The argument I see on forums is: "Well, the right way to use Emacs is to…
The only vi command I know is :q!
Re: Emacs, naked
#159If you reflect for a moment, obviously a minority of HN will be made alienated and uncomfortable by this sexualized humor. Do you really want this?
Re: Emacs, naked
#160Earlier quoted context omitted.
> I grew frustrated trying to edit Haskell in Emacs; there are a bunch of half-baked modes out there. What's wrong with the normal haskell-mode? https://github.com/haskell/haskell-mode (interestingly another commentator here claims that Emacs' Haskell indentation is superior to VIM's https://news.ycombinator.com/item?id=7111521 ) > It's not great at doing version control [...] Have you tried magit? It's probably the…
> What's wrong with the normal haskell-mode? The indentation doesn't work well. It gets the indentation right maybe 80% of the time, but missing it 20% of the time is a big deal when you have to deal with the "tab-cycle." I spent so much time fiddling with indentation that I turned off auto indentation...and Emacs without mode-based auto indentation is much worse than Vim with manual indentation. I also had problems…
So when you say "I will pick Vim since it's the better editor," what Vim features in particular (beyond modeful editing, which Evil provides) make you say that?