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
What’s new in Emacs 28.1?
141–150 of 290 posts
Re: What’s new in Emacs 28.1?
#142The 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.
Re: What’s new in Emacs 28.1?
#143Earlier 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.
Honest question because I fear my uni will start doing this out of “security “.
Re: What’s new in Emacs 28.1?
#144It 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…
Re: What’s new in Emacs 28.1?
#145Earlier 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.
Re: What’s new in Emacs 28.1?
#146Earlier 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)
Re: What’s new in Emacs 28.1?
#147It'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?
#148Re: What’s new in Emacs 28.1?
#149I 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.)
https://www.gnu.org/software/emacs/download.html#nonfree https://emacsformacosx.com/
Re: What’s new in Emacs 28.1?
#150Earlier 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…