Live data from Hacker News

Emacs is sexy

emacs.sexy

31–40 of 97 posts

Re: Emacs is sexy

#32
I'd love to be super powerful on emacs on Windows behind corporate firewalls... However, emacs doesn't speak NTLM :-(

Re: Emacs is sexy

#33
post #29
post #25

Earlier quoted context omitted.

org-mode is what makes me stop and go "Hmmmm" about finally throwing in the towel and using it. I really hate the key combos though.

I really hate the key combos though. Why not change them?

A beginner would not want to break compatibility with every tutorial/instruction manual. They would be faced with decisions about the placement of shortcuts they're not even sure what they do. They definitely wouldn't have the perspective to create logical families of shortcuts.

So of course the solution is to suffer the bad shortcut placement in Emacs long enough to not need tutorials and fully understand what you're doing, then throw all the intuition you've gained out the window by remapping everything.

Re: Emacs is sexy

#34
post #4

I've been using Emacs for over 15 years now and I do almost all my work in it. The two things that I still haven't found good solutions for in emacs are available out of the box in almost every editor today: 1. Autocomplete of methods, classes, variables etc 2. Auto import statement organisation Yes I am aware of JDEE for #2 and I am aware of emacswiki/autocomplete but none of those solutions are as smooth, well inte…

ESS for R in statistics. For me Emacs is spectacular here. So what you are longing for is possible. https://ess.r-project.org/

Re: Emacs is sexy

#35
post #25

Earlier quoted context omitted.

Elisp (or even better, Guile) are definitely huge reasons to use emacs for me, but there are many, many other things I use it for instead of vim (which I also know, and have used for over 20 years). org-mode and w3m (a web browser that can be integrated in to emacs) are my two biggest draws, but eventually I mean to get the mail client working, give the shell modes another try, and maybe get the irc and RSS clients g…

org-mode is what makes me stop and go "Hmmmm" about finally throwing in the towel and using it. I really hate the key combos though.

Might want to try Spacemacs.

Re: Emacs is sexy

#36
post #9

Emacs itself isn't sexy; the sole reason I use emacs is the power and extensibility offered by emacs lisp. If vim used elisp instead of shudders vimscript, I would use it in a heartbeat.

NeoVim is gonna use (already using?) Lua. Would that fit you?

Re: Emacs is sexy

#40
post #9

Emacs itself isn't sexy; the sole reason I use emacs is the power and extensibility offered by emacs lisp. If vim used elisp instead of shudders vimscript, I would use it in a heartbeat.

I've written a handful of Vim plugins before. I've generally tried to avoid writing Vimscript as much as possible why writing the bulk of my plugin logic in Python and then just exposing the bindings in Vimscript.
Post reply on HN