Earlier quoted context omitted.
I'm curious what OS you are in. Unless I am over a slow tramp connection, it isn't common for me to see any lag in the editor. And it is amusing that async through a buffer has always been possible. Just far more common for folks to not go that route on round one.
Not OP, but macOS here on a MacBook Pro less than a year old. Emacs has always tempted me, but a number of commands take roughly 2-5x the time compared to something like vscode. Every time I get back to trying out emacs again, I find myself wondering why I would bother with the massive time sink to get it customized to be a sub-par equivalent to another tool that works better for me. Doom emacs comes the closest for…
EmacsConf 2021 Call for Proposals
41–50 of 86 posts
Re: EmacsConf 2021 Call for Proposals
#42Earlier quoted context omitted.
Yep, did that a while ago, was very disappointed how much coloring do you lose by doing it, for seemingly no good reason. :( Could be my config but dude, it's a 99% almost pristine Spacemacs config. You can't get much more vanilla than that.
>pristine Spacemacs >vanilla What? :O Spacemacs is like 50k LOC away from vanilla config.
I also meant I barely changed it, nothing more. Hence why I was baffled that switching to terminal mode lost like half the syntax coloring. :|
Re: EmacsConf 2021 Call for Proposals
#43Earlier quoted context omitted.
Not OP, but macOS here on a MacBook Pro less than a year old. Emacs has always tempted me, but a number of commands take roughly 2-5x the time compared to something like vscode. Every time I get back to trying out emacs again, I find myself wondering why I would bother with the massive time sink to get it customized to be a sub-par equivalent to another tool that works better for me. Doom emacs comes the closest for…
What commands, in particular?
Re: EmacsConf 2021 Call for Proposals
#44Earlier quoted context omitted.
>pristine Spacemacs >vanilla What? :O Spacemacs is like 50k LOC away from vanilla config.
Ah, I mean vanilla Spacemacs . :D I also meant I barely changed it, nothing more. Hence why I was baffled that switching to terminal mode lost like half the syntax coloring. :|
Seems like an appropriate FAQ item.
Re: EmacsConf 2021 Call for Proposals
#45Earlier quoted context omitted.
Ah, I mean vanilla Spacemacs . :D I also meant I barely changed it, nothing more. Hence why I was baffled that switching to terminal mode lost like half the syntax coloring. :|
https://develop.spacemacs.org/doc/FAQ.html#why-does-my-color... Seems like an appropriate FAQ item.
Re: EmacsConf 2021 Call for Proposals
#46Earlier quoted context omitted.
https://develop.spacemacs.org/doc/FAQ.html#why-does-my-color... Seems like an appropriate FAQ item.
Well okay, fair enough but it doesn't actually solve the problem. Modern terminals can render basically all colors your DE / display supports so I am not sure why there isn't a check for that and utilize the feature if it's there.
Re: EmacsConf 2021 Call for Proposals
#47LSP-mode has really reinvigorated emacs, at least for me. With flycheck and a language server it's magical. Writing go, it even auto-formats your code and auto-adds imports.
I dropped Emacs for NeoVim because Emacs would frequently lockup for a second or more due to LSP. NeoVim doesn't have this problem.
I would love to return to Emacs someday.
Re: EmacsConf 2021 Call for Proposals
#48Earlier quoted context omitted.
>pristine Spacemacs >vanilla What? :O Spacemacs is like 50k LOC away from vanilla config.
Ah, I mean vanilla Spacemacs . :D I also meant I barely changed it, nothing more. Hence why I was baffled that switching to terminal mode lost like half the syntax coloring. :|
Spacemacs's default theme works quite well in the terminal. Of course, when you are mapping a theme designed for a colorspace with millions of colors to one with 256 colors, there might some issues, but that is to be expected.
If even trying a different theme is too much of an effort for you, why in God's name are you wasting your time on an editor whose main USP is customizability?
Re: EmacsConf 2021 Call for Proposals
#49I’m not a long-time emacs user, but as a new one, my enthusiasm is really growing. Like everyone, I’m finding that I’m in an increasingly disparate set of tools with diverging interface design choices to get my jobs done. The cognitive dissonance that all these different interfaces presents me with feels like it’s getting out of hand, and is growing non-linearly. Emacs is a arcane tool, and is dated in so many ways,…
I've been using emacs for many years now, and I'm sad to say that it has never been slower, despite the hardware getting better. Now it lags like crazy when editing a latex document, no matter the recent version. Something went off the rails in the last year or so, and even Atom is more responsive.
I've used it on both Linux and macOS; for whatever reason, my Emacs has always been snappier on my Linux machine, and that's still true with native compilation, but now the macOS experience is also pretty solid.
Re: EmacsConf 2021 Call for Proposals
#50LSP-mode has really reinvigorated emacs, at least for me. With flycheck and a language server it's magical. Writing go, it even auto-formats your code and auto-adds imports.
How are you finding the performance of LSP? I dropped Emacs for NeoVim because Emacs would frequently lockup for a second or more due to LSP. NeoVim doesn't have this problem. I would love to return to Emacs someday.