Emacs 26.1 released
lists.gnu.org
Emacs 26.1 released
1–10 of 105 posts
Re: Emacs 26.1 released
#2Re: Emacs 26.1 released
#3Hmm, I just switched to flycheck. Is it worth checking out this new flymake?
Re: Emacs 26.1 released
#4Re: Emacs 26.1 released
#5So this is the first official release of Emacs 26.
Re: Emacs 26.1 released
#6Re: Emacs 26.1 released
#7* 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
#8Re: Emacs 26.1 released
#9For 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.