Live data from Hacker News

Emacs 26.1 released

lists.gnu.org

1–10 of 105 posts

Re: Emacs 26.1 released

#4
For those unfamiliar with GNU Emacs version numbers, they always start at X.1, not X.0, so this is the first major release after 25.1 released in September 2016.

Re: Emacs 26.1 released

#7
A few more (personal) highlights from the release:

* New minor mode 'pixel-scroll-mode' provides smooth pixel-level scrolling.

* The networking code has been reworked so that it's more asynchronous than it was (DNS resolution and TLS negotiation do not block Emacs main thread).

* Emacs no longer prompts about editing a changed file when the file's content is unchanged. Instead of only checking the modification time, Emacs now also checks the file's actual content before prompting the user.

* A new submode of 'html-mode', 'mhtml-mode', is now the default mode for html files. This mode handles indentation, fontification, and commenting for embedded JavaScript and CSS.

* Improved CSS mode

* Intercepting hotkeys on Windows 7 and later now works better.

Re: Emacs 26.1 released

#9
post #4

For those unfamiliar with GNU Emacs version numbers, they always start at X.1, not X.0, so this is the first major release after 25.1 released in September 2016.

Lest someone misread this and think that Emacs hasn't had an update in 2 years: That says "major release". The previous release was the 25.3 minor release in September 2017.
Post reply on HN