But there's literally nothing I don't have with Emacs that other editors provide. I have code completion in a bunch of languages (that pops up, with documentation pop-ups), linting, snippets, a project tree preview, project awareness, etc...
Making Emacs Popular Again (2020)
141–150 of 420 posts
Re: Making Emacs Popular Again (2020)
#142The complain about the weird and twenty year old issue in Gtk questionable[1]. Gtk2, X11 and disconnecting a display and Emacs calls abort(). I cannot speak about EMACS because I prefer VIM and NEOVIM. My requirements are usability - where VIM excels with your knowledge (learning curve) - and LSP-Support. The later is provided since NEOVIM '0.5`[2] nearly ready to use. A modern editor should know what the user is act…
Re: Making Emacs Popular Again (2020)
#143Earlier quoted context omitted.
There's nothing worse than reflexively typing ctrl+z to undo in Emacs and instead have the window disappear into the background!
Actually, there is. Typing `C-x C-s` in a 'normal' Editor. Always happens to me :(
Re: Making Emacs Popular Again (2020)
#144Earlier quoted context omitted.
I haven't personally used VS Code much, but from what I understand, it still runs in two castes that don't, generally, mix: there's its core code, and then there's plugins, and the latter exists on a separate plane from the former. You can't write a plugin that redefines some core behaviour. The functions internal to the core are not all automatically accessible for any plugin. Plugins don't become fully integrated w…
No, I do not go "Emacs plugins can do what now". I rather go, "and that is supposed to be a good idea?". If you want to use Emacs as an OS, doesn't protected mode seem like a desirable feature?
Of course, you're not supposed to do it other than very carefully and it has caused me problems when some plugin has made a mistake in a way that worked for the original author but not for me, but because of the openness of the system, it's fairly easy to "overwrite it back" automatically when the plugin is loaded – and submit a patch back upstream.
So maybe this sort of system works only when a large portion of the users are hackers, and making Emacs more popular is not a good idea!
Re: Making Emacs Popular Again (2020)
#145This was super valuable as it showed me conclusively why Emacs is dead, except for a relatively small group of persons who were exposed to it very early in their careers.
Re: Making Emacs Popular Again (2020)
#146I've been using emacs for approximately 30 years. Every once in a while, someone ask me what editor or IDE I suggest they learn, and I never suggest emacs. It's incredibly powerful, but it's a fossil. I keep using emacs mostly because of muscle memory.
For me it's a window manager, mail client, terminal emulator and so much more and I don't know of a rivaling ecosystem where I could get these things in a consistent way. Maybe something Apple makes, but that's a non-starter really (especially if you care about keyboard accessibility).
Re: Making Emacs Popular Again (2020)
#147Earlier quoted context omitted.
There's nothing worse than reflexively typing ctrl+z to undo in Emacs and instead have the window disappear into the background!
Actually, there is. Typing `C-x C-s` in a 'normal' Editor. Always happens to me :(
Re: Making Emacs Popular Again (2020)
#148Earlier quoted context omitted.
There's nothing worse than reflexively typing ctrl+z to undo in Emacs and instead have the window disappear into the background!
Actually, there is. Typing `C-x C-s` in a 'normal' Editor. Always happens to me :(
Re: Making Emacs Popular Again (2020)
#149Some other editor is more popular now, and in five years, something else will be more popular than that. Meanwhile, Emacs will continue to grow, fascinating new users and developers.
Simply put, (eq 'new 'best) doesn't evaluate to true. Knowing your way around Emacs says something about you as a programmer or computer user. Like you are clearly curious, willing to learn, know some Lisp, read documentation and recognize possibilities and depth when you encounter them. Knowing editor XXXXXX usually says nothing.
Re: Making Emacs Popular Again (2020)
#150I see many people on here (likely non-emacs users) claiming that Emacs is obsolete/outdated/dying by completely misunderstanding its position in the ecosystem. Maybe it's easier to understand via analogy. Let's consider cars. Of the global population of car users, relatively few of them are F1 racecar drivers. Furthermore, you can easily make the case that the particular features (aerodynamics, speed etc.) that make…