Live data from Hacker News

Emacs 26.2 Released

lists.gnu.org

51–60 of 278 posts

Re: Emacs 26.2 Released

#51
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.

Just bash, the command-line tools one uses from bash, LaTeX, and emacs/vim. I think git will stick around for decades even though its predecessors didn't.

Re: Emacs 26.2 Released

#52
post #48

I wish I spent time learning how to use Emacs in the past to a degree where customizing my installation was faster than learning something else. As I stand now, it seems really hard to justify to invest time into it when the benefits over using something very easy to work with (like JetBrains IDEs for Java or VS Code for Python) sound marginal. I know experts can fly around in it and it looks amazing. Having a single…

I am so glad that I took the time to learn emacs during my uni days more than ten years ago. I would see everyone else using absolutely awful IDEs that they never actually understood while I was learning how everything really worked and setting up emacs to make my life easier. Nowadays I see people struggling with slightly less bad tools like VSCode and they often ask me about emacs but they just don't have the time to learn it like I did. I probably wouldn't have the time now either.

And before the VSCode fanboys downvote me, the other day my colleague's VSCode instance was using more than 200GB of virtual memory. When I typed on his editor it was noticeably laggy. He told me it was normal. He had five files open. My emacs had been running for two weeks at that point and had about 200 files, 5 shells, 2 ssh sessions and 1 IRC client going on.

Seriously, guys. The reason why you like VSCode is the same reason we like emacs. Come and use the real thing.

Re: Emacs 26.2 Released

#53
post #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 advanc…

Are you using evil mode? It seems to be suggested by the spacemacs docs.

Re: Emacs 26.2 Released

#54
Is the multi threaded implementation, being talked about for some time part of this release? Sometimes the single threaded nature of emacs causes problems while running complex setups like cider, nrepl etc.

Re: Emacs 26.2 Released

#55
post #48

I wish I spent time learning how to use Emacs in the past to a degree where customizing my installation was faster than learning something else. As I stand now, it seems really hard to justify to invest time into it when the benefits over using something very easy to work with (like JetBrains IDEs for Java or VS Code for Python) sound marginal. I know experts can fly around in it and it looks amazing. Having a single…

I'm in the exact same boat. Every few months I spend some time learning Emacs. I'll hit a road block and go back to VSCode or PyCharm. Then I'll feel silly b/c I'm already super productive in those and just wasted time, but want Emacs to work. Few months later... repeat! Why emacs!?!?

Re: Emacs 26.2 Released

#56
Congratulations and a huge thank you to all those involved! Emacs is a truly remarkable piece of software. I started using it for text editing over 20 years ago, now I use it pretty much as an operating system!

Re: Emacs 26.2 Released

#57

I had been away from emacs for almost 10 years since I stopped being a pro programmer. And even back then I wasn't really an emacs power-user. I just knew enough to be productive and slightly dangerous. Recently, I reached my last nerve with MS Word and buckled down to ditch Word for emacs. Today I do just about all my writing in emacs (markdown) and then generate word docx using pandoc at the end. Now, I use emacs a…

Writing markdown with emacs is a huge step up. Now you get to take another big step up when you use org-mode instead of markdown. I'm actually pretty envious.

Re: Emacs 26.2 Released

#59
M-x replace-string, Orgmode and Slime.

I have yet to come across anything that compares, and I definitely prefer having Lisp built in to Python bolted on to the side.

Emacs used to be considered quite slow, but compared to the latest offerings its pretty snappy.

Never got it to work well in Windows, but that's not an issue for me anymore.

Re: Emacs 26.2 Released

#60

Is the multi threaded implementation, being talked about for some time part of this release? Sometimes the single threaded nature of emacs causes problems while running complex setups like cider, nrepl etc.

There are several rewrites.

- Guile Emacs does not seem very alive: http://git.hcoop.net/?p=bpt/emacs.git

- Remacs, a Rust port, seems to be more alive: https://github.com/remacs/remacs Does not look usable as a daily driver, though.

I sometimes wish that Xi editor adopted an elisp port as one of the scripting engines. Not very likely, though; a suitable port does not exist in the first place so far.

Post reply on HN