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.
Have you ever compared it to other modern editors like IntelliJ and VS code? If so, any thoughts about productivity?
Emacs 26.2 Released
201–210 of 278 posts
Re: Emacs 26.2 Released
#202I 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.
Re: Emacs 26.2 Released
#203Re: Emacs 26.2 Released
#204I'm a heavy user for a vim for the last few years. Is emacs worth checking out to potentially switch to? Or should I just stick with what I'm already productive with?
Re: Emacs 26.2 Released
#205Earlier quoted context omitted.
Have you had RSI issues? Do you use it with the default keybindings? I've tried it a few times but the default keybindings seem unnatural to me. Not that it's Emacs fault, considering the keyboards they used back then.
Step one: remap Caps Lock to Control.
Re: Emacs 26.2 Released
#206I 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.
Can you give the n00b's any tips on how to master emacs while keeping it interesting?
Re: Emacs 26.2 Released
#207Earlier quoted context omitted.
I’ve seen this pop up a lot lately—someone who’s been using Emacs or Vim for years and then sees the “new cool” editor and says they’ll be switching to it. I have the same question, since someone who’s used Emacs for that long would surely have “seen the light” already. Maybe they’re yak shaving with the config instead of getting work done? That’s one of the few valid complaints I can think of.
Ultimately, VS Code just works. I have bounced between Emacs and VS Code as a long time (many years) Emacs user. Things break less often, the extensions are nice, the extension model of the editor is much more coherent, and JavaScript is just a language I find easier to work with. It is much easier to find JavaScript that already solves some problem I have if I am extending the editor. The Python support is good enou…
Re: Emacs 26.2 Released
#208I 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 really like Emacs, but its chording gives me RSI pain. I wish I could have stuck with it though. That’s great that you could.
Re: Emacs 26.2 Released
#209Earlier quoted context omitted.
Just imagine when you discover vim!! :)
Vim is with respect, just an editor. Emacs is often confused as being an editor, but it's not. It certainly houses a few different editors, including Vim (as people will often point out eVil is Vim inside Emacs) Emacs is basically a text centric computing platform, built with a flavor of Lisp. At this point there's several thousand apps / packages. It used to be a joke that Emacs is an Operating System that lacks a d…
That’s actually the best explanation of Emacs I’ve heard. Thank you.
Re: Emacs 26.2 Released
#210Earlier quoted context omitted.
Use menus. The menus are really handy for discovery. Many I see disable them (the menu-bar-mode), but it doesn't take up more than about a line, and I go to it to discover what interesting bits a mode has or to find some functionality I use less often and forgot the keybinding to it. I do also use which-key-mode, and there is always M-x apropos & the completion, but menu is a nice companion to these stuff.
I'm one who turns them off. When disabled, you can just hit C-down-mouse-3 (i.e., ctrl-right click) anywhere in a buffer to get the global menu in the form of a pop-up. That works well enough for me for the rare occasions when I want to go spelunking through the menu (mostly to find some obscure Calc op).