Live data from Hacker News

Emacs 26.2 Released

lists.gnu.org

61–70 of 278 posts

Re: Emacs 26.2 Released

#61
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'm 58 2/3, and GNU Emacs has been my daily driver since 1991.

vscode however will probably take over that role some time during the next 12 months.

Re: Emacs 26.2 Released

#62
The best emacs mode I’ve ever used is org-mode. Inline LaTeX rendering, inline images, outlines, TODOs, it’s amazing. And when you add yasnippet in to the mix, it gets even better. I can write up math notes faster than someone could write it on a blackboard!

Emacs is probably the best piece of software I’ve ever used, and will use. I bet in 100 years, emacs will still be going strong. There’s really nothing it can’t do.

Re: Emacs 26.2 Released

#63

> - In Dired, the 'Z' command on a directory name compresses all of its files. Dired is so handy, but it does so much. Unless I were to use this feature often enough I fear I would never remember it was there and just break out to a terminal and `tar -zcf` manually. I feel like something already exists for this, but it would be cool if there was a "Random Mode Tip of The Day" that one could invoke for discovery and p…

Typing `?` helps. Anyway, M-x describe-mode (normally M-x desc-mo is enough) will print a complete, if intimidatingly long, description of key bindings for the current buffer.

Re: Emacs 26.2 Released

#64

I'm really happy to see Emacs move faster, and especially the integration of package management since version 25. The old beast is still kicking! For what it's worth, I've actually been using on macOS the Mituharu branch [1], available in MacPorts as "emacs-mac-app". This version adds the [s]essential[/s] smooth-scrolling feature, and just in general seems to be slightly better integrated into macOS (except that it d…

spacemacs

Re: Emacs 26.2 Released

#65

I'm really happy to see Emacs move faster, and especially the integration of package management since version 25. The old beast is still kicking! For what it's worth, I've actually been using on macOS the Mituharu branch [1], available in MacPorts as "emacs-mac-app". This version adds the [s]essential[/s] smooth-scrolling feature, and just in general seems to be slightly better integrated into macOS (except that it d…

Since it was painful to do, here's what I put in my .emacs to bring back macOS Cmd-keybindings in Mituharu's Emacs: ; Configure shortcuts if we're using Mituharu's Mac port of Emacs (when (eq window-system 'mac) (progn (message "Setting emacs-mac keybindings") (setq mac-option-modifier 'meta) ;supposedly setting this to 'nil gives them back to OS X, but that didn't work for me (setq mac-command-modifier 'super) (glob…

[deleted]

Re: Emacs 26.2 Released

#66
post #61
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'm 58 2/3, and GNU Emacs has been my daily driver since 1991. vscode however will probably take over that role some time during the next 12 months.

Why vscode?

Re: Emacs 26.2 Released

#67
post #30

Earlier quoted context omitted.

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.

spacemacs is for vim users. No one who doesn’t use evil mode uses it. Also most people who use evil-mode probably use spacemacs.

Emacs keybindings are burned into my brain at this point, but if I had to do it again, I would probably go with spacemacs. I think modal editing is probably superior.

Re: Emacs 26.2 Released

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

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.

Re: Emacs 26.2 Released

#69

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.

I use org-mode for todo items, but haven't been using emacs for long.

What does org-mode do with writing documents that is better than Markdown?

Re: Emacs 26.2 Released

#70

I'm really happy to see Emacs move faster, and especially the integration of package management since version 25. The old beast is still kicking! For what it's worth, I've actually been using on macOS the Mituharu branch [1], available in MacPorts as "emacs-mac-app". This version adds the [s]essential[/s] smooth-scrolling feature, and just in general seems to be slightly better integrated into macOS (except that it d…

Emacs is the one environment that I've been a fan of from afar. I recognize the brilliance and power of it, but a few things have always kept me away from using it on the Mac. And I've put in serious attempts, including going emacs-only, then a custom evil mode, then spacemacs - - The server mode compatibility with the way Mac applications are set up. I'd ideally want an emacs server running in the background, and a…

I use aquaemacs on Mac.

http://aquamacs.org

It’s a very impure emacs but I like it as it interstates in macOS well. (Drag file into icon and it opens. The cut/paste from Mac works well).

A lot of my emacs use is ssh into remote server based so I use that most of the time.

Post reply on HN