Live data from Hacker News

What’s new in Emacs 28.1?

masteringemacs.org

141–150 of 290 posts

Re: What’s new in Emacs 28.1?

#141
post #97
post #13

The native compilation part is the highlight. Could someone who knows about these things explain the difficulty Debian has in getting emacs 28 in -unstable ? (currently on 27 according to https://packages.debian.org/unstable/emacs )

It has only just been released. You can compare the release dates¹ to the package dates² to see how long it tends to take to be packaged and migrate. ¹ https://www.emacswiki.org/emacs/EmacsReleaseDates ² https://tracker.debian.org/pkg/emacs

misses the point of my question

Re: What’s new in Emacs 28.1?

#142
post #128
post #13

The native compilation part is the highlight. Could someone who knows about these things explain the difficulty Debian has in getting emacs 28 in -unstable ? (currently on 27 according to https://packages.debian.org/unstable/emacs )

Well, it's a one-man team. I'm not a Debian developer, but did email Rob Browning some years ago, asking if he would perhaps consider trying to make it a team effort. I don't think I ever got a reply. I appreciate the work he's done to maintain Emacs in Debian for decades (!), but it would be nice if someone could give him a hand. For instance, it looks like 27.2 wasn't packaged despite being released a year ago.

That explains it, thank you.

Re: What’s new in Emacs 28.1?

#143
post #33

Earlier quoted context omitted.

You may want to try using DavMail [1] for interfacing with Outlook. It is a reverse-proxy for email, so it talks to Outlook, and then mu4e can talk to DavMail directly. [1] http://davmail.sourceforge.net/

Alas, in some orgs you will need permission to authenticate davmail to Outlook. My IT department has not approved davmail.

How can they tell?

Honest question because I fear my uni will start doing this out of “security “.

Re: What’s new in Emacs 28.1?

#144

It amazes me that developers pick closed source Jetbrains and Microsoft spyware for the program they rely on to make a living when Emacs and Vim/Neovim get better by leaps and bounds every year. Emacs has packages that VSCode can only dream of having and with Emacs distributions or really just lsp-mode you can have a full fledged IDE with 0 fiddling. I recently did some digging into the editor usage of noteworthy pro…

I've been using vi since 1985, built a suite of development tools based on a custom fork of Elvis in the 90's and have been using vim professionally since the mid 90's. I've dabbled with emacs on and off for most of the 80's and 90's, including supporting a subset of the Elvis tools on emacs. I still fire up emacs now and then to see what's up. The idea that either emacs or vim are a "0 fiddling" drop in replacement…

Honest question from someone who never used any product from JetBrains: what those IDEs gives you in order to learn/debug a new codebase in such easy way?

Re: What’s new in Emacs 28.1?

#145

Earlier quoted context omitted.

For mu4e and Exchange, I use: -offlineimap both linux and macos. and in my home laptop, davmail because it allows me to use 2FA, which has been implemented at my Uni for external use.

Davmail is great. I've found mbsync/isync more performant than offlineimap.

yes everyone says so but I am not keen to change now, just out of laziness: there are too many tender points…

Re: What’s new in Emacs 28.1?

#146
post #94
post #54

Earlier quoted context omitted.

Are you using viper or evil-mode often (or some other thing which gives emacs vi bindings, I think there are a couple)? Because navigating text with emacs gives me the emacs pinky, I'm wondering how folks deal with that. Transposed cpslck with ctrl?

I set the key left to the spacebar (usually Alt or Cmd) to act as Ctrl in Emacs, so I can press it with my left thumb. This can be done in the Emacs config like this (setq mac-control-modifier 'command) (setq mac-command-modifier 'control) (setq mac-option-modifier 'meta) (setq mac-control-modifier 'super)

Note that these variables are specific to the Mac Port (https://bitbucket.org/mituharu/emacs-mac/src/master/). They use an `ns` prefix instead of `mac` in a build based on the GNU mainline. And presumably something else entirely on another OS.

Re: What’s new in Emacs 28.1?

#147
I aspired to learn Emacs but gave up a number of times.

It's in that category of things that I believe would be Good For Me but that have such high activation energy that it never becomes a high enough priority. It's like the documentary I keep skipping over in my streaming queue, the free weights gathering dust in the basement, or the guitar I finally gave away after having only learned a few chords.

There's got to be a word to describe the realization that something is probably never going to be high enough priority to me to be worth the investment.

Re: What’s new in Emacs 28.1?

#148
The post yesterday about Pharo 10, and the Lisp Curse repost has me thinking about text editors again. I think that some fusion of the introspection abilities of Smalltalk with the good parts of Emacs might allow us to create the text editor of the future™. One that take everything good about Lisps and everything good about programming in Smalltalk. I'd need to actually explore how Smalltalk does its IDE environment to be able to comment more, but I was initially very impressed with the programmability of it during the video I watched about it.

Re: What’s new in Emacs 28.1?

#149
post #78

I miss Emacs, but I moved to Visual Studio Code. I used Emacs for over 8 years so releases like this use to make me so happy. On the bright side, I still use Emacs bindings in Visual Studio Code. Maybe I should spin up Emacs again and give it another shot on my new M1 (maybe it can do the auto complete stuff faster now.)

> give it another shot on my new M1

https://www.gnu.org/software/emacs/download.html#nonfree https://emacsformacosx.com/

Re: What’s new in Emacs 28.1?

#150

Earlier quoted context omitted.

How did you approach Emacs to make it such a valuable tool? I have tried to get started with Emacs a few times but the initial resistance has been too large

What parts did you find difficult? When I first started, I found the keybindings odd, but now I love them since the core set of shortcuts—C-a, C-e, C-f, etc.—work "everywhere" from the terminal, to GNU readline-based programs, to even native macOS text boxes. If you don't like the default keybindings, you can change them or use the Evil package [0] for Vim bindings. If you want to get up and running quickly, I'd chec…

Do you use it as an IDE? That's the part I had trouble with (react/typescript and python). I could get it almost there, but essentially what I would need is a VS Code mode. A side panel with the collapsible directories, double click into them, global search, linting, syntax, etc.
Post reply on HN