Live data from Hacker News

Emacs 26.2 Released

lists.gnu.org

21–30 of 278 posts

Re: Emacs 26.2 Released

#21

I'm really happy to see Emacs move faster, and especially the integration of package management since version 25. The old beast is still kicking! For what it's worth, I've actually been using on macOS the Mituharu branch [1], available in MacPorts as "emacs-mac-app". This version adds the [s]essential[/s] smooth-scrolling feature, and just in general seems to be slightly better integrated into macOS (except that it d…

Is MacPorts still a thing?

Re: Emacs 26.2 Released

#22

As someone who recently saw the light, and converted to Emacs (spacemacs), I am absolutely delighted that its going strong. Emacs is the most delightful software I have ever used. I could evolve a flexible todo management productivity workflow, start writing a journal and start writing new posts in a distraction free environment all using Org Mode in just two days. A complete win for someone who went back to paper (r…

Emacs is really nice because it's essentially a text-mode Lisp machine with lots of small packages that integrate really well with each other.

This contrasts with ncurses based CLI tools, which are little silos. And of course, most GUI applications.

In particular, I'm really fond of Org, Magit, Notmuch and PDF-Tools. I feel they are really nice additions to classic Emacs. Some old packages are really nice too. E.g. AucTeX, Gnus, Calc, Dired, Eshell... Although I feel Eshell and Gnus would really benefit from some refactorings.

And of course the myriad of programming modes.

I feel I don't need much more than Emacs, Firefox and a tiling window manager on top of some underlying OS (preferably Unix).

Re: Emacs 26.2 Released

#23
post #8

I have been using GNU Emacs since the late 1980s. It has been my life's editor, so to speak. At 59 1/2, it seems unlikely that I will ever switch to another editor. It's served me well. I am grateful to the hackers that created it.

I haven't been using it quite that long, but still... It has served me well for decades, and I expect it to outlive me. How many coders can say they contributed to something like that?

Re: Emacs 26.2 Released

#24
post #8

I have been using GNU Emacs since the late 1980s. It has been my life's editor, so to speak. At 59 1/2, it seems unlikely that I will ever switch to another editor. It's served me well. I am grateful to the hackers that created it.

I wonder what kind of programs get to follow you for so many decades.

For me, the only software that I have used consistently since that era (~1981 or so) would be UNIX and the C programming language. And to be honest, I don't write that much straight C anymore.

Re: Emacs 26.2 Released

#25

I'm really happy to see Emacs move faster, and especially the integration of package management since version 25. The old beast is still kicking! For what it's worth, I've actually been using on macOS the Mituharu branch [1], available in MacPorts as "emacs-mac-app". This version adds the [s]essential[/s] smooth-scrolling feature, and just in general seems to be slightly better integrated into macOS (except that it d…

I used Mitsuharu Yamamoto's emacs-mac distribution for some time (due to a suggestion I saw here on HN a while ago), but the upstream nextstep build (from the main GNU Emacs repository) actually feels a bit smoother/snappier to me, so I switched back a couple of months ago.

Re: Emacs 26.2 Released

#26

As someone who recently saw the light, and converted to Emacs (spacemacs), I am absolutely delighted that its going strong. Emacs is the most delightful software I have ever used. I could evolve a flexible todo management productivity workflow, start writing a journal and start writing new posts in a distraction free environment all using Org Mode in just two days. A complete win for someone who went back to paper (r…

[deleted]

Re: Emacs 26.2 Released

#28
post #17

What’s a good resource for learning emacs for someone who’s been using vim for more than 20 years?

Maybe try easing into it with evil?

I'm not saying this is bad advice, but as a vim expert I have a hard time with emulations messing up my flow. IMO if you want to use emacs it is worth taking the hit and switching to a whole new set of keybindings.

Re: Emacs 26.2 Released

#29
post #8

I have been using GNU Emacs since the late 1980s. It has been my life's editor, so to speak. At 59 1/2, it seems unlikely that I will ever switch to another editor. It's served me well. I am grateful to the hackers that created it.

I'm just under half your age and I hope to be using Emacs when I'm 59 1/2! I'm also grateful to everyone who has made Emacs as great as it is.

Re: Emacs 26.2 Released

#30

What’s a good resource for learning emacs for someone who’s been using vim for more than 20 years?

spacemacs! I was a long-time vim+tmux diehard and now i'm all about spacemacs. Org-mode and Magit are just too good to live without. There were a few hurdles when switching, mainly around auto-indent differences that were harder to configure with emacs. (dtrt-indent ftw, thank god for that). Also the regexes are different and not as good (i don't think emacs regexes do negative lookahead etc...) so some of the advanced substitution wizardry i used to do isn't quite as good.

But overall i prefer Spacemacs to vim for general development.

I recommend using the develop branch of spacemacs. It sometimes breaks but if there is something broken it gets fixed really fast, whereas if something is broken on master then it sometimes stays broken for a really long time.

Post reply on HN