Making Emacs Popular Again (2020)
1–10 of 420 posts
Re: Making Emacs Popular Again (2020)
#2>...buttons could be improved with rounded corners...
Re: Making Emacs Popular Again (2020)
#3Who is actually using the GUI elements mentioned in the article? Emacs is a comfort zone where I don't need the mouse. >...buttons could be improved with rounded corners...
Re: Making Emacs Popular Again (2020)
#4Who is actually using the GUI elements mentioned in the article? Emacs is a comfort zone where I don't need the mouse. >...buttons could be improved with rounded corners...
Re: Making Emacs Popular Again (2020)
#5Who is actually using the GUI elements mentioned in the article? Emacs is a comfort zone where I don't need the mouse. >...buttons could be improved with rounded corners...
Re: Making Emacs Popular Again (2020)
#6I suppose, while the learning curve for Vim is a lot steeper, you reach the power regions very quickly too. With Emacs, while it’s less alien initially, you need to learn quite a bit more to get to “power user” levels. But then, in turn, it seems that Emacs is much easier to mold into an IDE sort of thing, whereas this seems against the Fu of Vim. One tool, one purpose.
Re: Making Emacs Popular Again (2020)
#7emac users are, well; conservatives...
(( use controversy ))
Re: Making Emacs Popular Again (2020)
#8I’m surprised at the disparity between Emacs and vim use (20% vs 3% according to some survey). I thought it’s more equal. I suppose, while the learning curve for Vim is a lot steeper, you reach the power regions very quickly too. With Emacs, while it’s less alien initially, you need to learn quite a bit more to get to “power user” levels. But then, in turn, it seems that Emacs is much easier to mold into an IDE sort…
Re: Making Emacs Popular Again (2020)
#9LSP with NEOVIM? Requirements:
1.) VIM-PLUG
2.) NVIM-LSPCONFIG
3.) NVIM-CMP
Your compiler will provide everything. In my case CLANGD for C and C++. Setup isn't hard but I would appreciate a HowTo directly at neovim.io or even built-in NVIM-LSPCONFIG and NVIM-CMP within the package. Because figuring out is hard, setup is not. Where GNU needs to catch up quickly is LSP with GCC, the compiler doesn't provide a user back-end. This is important and actually I want know what GCC things about my code - I'm using GCC to compile. EMACS and VI-Family will greatly improve through this. You don't need to like Microsoft because of LSP - but LSP is great.[1] https://gitlab.gnome.org/GNOME/gtk/-/issues/221#note_577021
Re: Making Emacs Popular Again (2020)
#10Who is actually using the GUI elements mentioned in the article? Emacs is a comfort zone where I don't need the mouse. >...buttons could be improved with rounded corners...
However, I'm looking for a better editor anyway. Emacs is too unresponsive at times. I'll probably either switch to a GUI version of neovim when one of them gets good enough[1], or write myself a new editor, because I haven't really seen anything promising outside of neovim.
[1]: I think neovim folks might have abandoned this idea, so I'm not holding my breath.