Write Antinews for Emacs 30 user manual
* doc/emacs/anti.texi (Antinews): * doc/emacs/emacs.texi (Top): Rewrite "Antinews" for Emacs 30.
This commit is contained in:
parent
233f683da8
commit
c1e7569a92
2 changed files with 88 additions and 110 deletions
|
@ -4,155 +4,133 @@
|
||||||
@c See file emacs.texi for copying conditions.
|
@c See file emacs.texi for copying conditions.
|
||||||
|
|
||||||
@node Antinews
|
@node Antinews
|
||||||
@appendix Emacs 28 Antinews
|
@appendix Emacs 29 Antinews
|
||||||
@c Update the emacs.texi Antinews menu entry with the above version number.
|
@c Update the emacs.texi Antinews menu entry with the above version number.
|
||||||
|
|
||||||
For those users who live backwards in time, here is information
|
For those users who live backwards in time, here is information
|
||||||
about downgrading to Emacs version 28.2. We hope you will enjoy the
|
about downgrading to Emacs version 29.4. We hope you will enjoy the
|
||||||
greater simplicity that results from the absence of many @w{Emacs
|
greater simplicity that results from the absence of many @w{Emacs
|
||||||
@value{EMACSVER}} features.
|
@value{EMACSVER}} features.
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
Like its newer releases, Emacs 28 can still be built with support of
|
Emacs can no longer be built for Android mobile devices. We have
|
||||||
|
removed the Android support because it was deemed unnecessary, what with
|
||||||
|
the screens of the mobile devices becoming smaller and smaller as you
|
||||||
|
move back in time. We expect Android users to enjoy the much simpler
|
||||||
|
text editors available on their devices. As a nice bonus, removing
|
||||||
|
Android support allowed us to get rid of gobs of related files, thus
|
||||||
|
making the release tarballs much leaner.
|
||||||
|
|
||||||
|
@item
|
||||||
|
We have deleted much of the enhanced support for touchscreen devices,
|
||||||
|
for the same reason we dropped Android: there will be no need for that
|
||||||
|
as you move back in time.
|
||||||
|
|
||||||
|
@item
|
||||||
|
We also dropped support for sophisticated input methods that include
|
||||||
|
text conversions, again because those are mostly needed on mobile and
|
||||||
|
hand-held devices, which we gradually remove from Emacs in each past
|
||||||
|
version.
|
||||||
|
|
||||||
|
@item
|
||||||
|
Like its newer releases, Emacs 29 can still be built with support of
|
||||||
native compilation of Lisp programs. However, in preparation for
|
native compilation of Lisp programs. However, in preparation for
|
||||||
removal of this feature in some previous version, we've deleted the
|
removal of this feature in some previous version, we've made the native
|
||||||
capability of ahead-of-time native compilation of all the Lisp files
|
compiler support off by default; you will now have to request it
|
||||||
that come with Emacs. This makes the Emacs build process much faster.
|
explicitly at configure time. This makes the default Emacs build
|
||||||
|
process much faster.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Emacs can no longer be built with the tree-sitter library, so you no
|
JSON interfaces are slowly move into oblivion as past years come closer,
|
||||||
longer will need to look for and install the grammar libraries for
|
so we have removed our internal implementation of JSON; you will now
|
||||||
the languages in which you want to program. Similarly, all the modes
|
need to build Emacs with the libjansson library, if you need JSON.
|
||||||
that are based on the tree-sitter library were deleted, leaving you
|
Eventually, we plan on removing JSON support from Emacs altogether; this
|
||||||
with just one major mode for every supported programming language: no
|
move will make the removal much simpler.
|
||||||
more need to decide whether to turn the tree-sitter supported modes on
|
|
||||||
and try using their parser-based fontification, indentation, and other
|
|
||||||
features. For some languages and file types, this means no major mode
|
|
||||||
at all, leaving you with the venerable Fundamental mode as the
|
|
||||||
natural, high-performance choice. For example, Go, Rust, and CMake
|
|
||||||
files no longer have any major modes for editing their files ---
|
|
||||||
another milestone towards a simpler, leaner Emacs.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Built-in support for accessing SQLite databases was removed. You can
|
Tree-sitter based modes are now completely independent of their
|
||||||
now again edit SQLite files as simple binary files, which Emacs is
|
non-Tree-Sitter counterparts. We decided that keeping the settings
|
||||||
quite capable to support, as it always did.
|
separate and independent goes a long way toward simplicity, which is one
|
||||||
|
of our main motivation for removing stuff from Emacs.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
As a gesture to users of the Haiku operating system, we've dropped the
|
Various Help commands no longer turn on Outline minor mode. With less
|
||||||
code which allowed Emacs to be built on that OS@. We expect Haiku
|
material to display in the *Help* buffers, due to removing of excess
|
||||||
users to enjoy the much simpler editors they have for editing their
|
documentation from Emacs, we think using outlining is an unnecessary
|
||||||
files.
|
complication, as scrolling through plain text is so much simpler.
|
||||||
|
|
||||||
|
For the same reasons, Emacs no longer shows Unicode names of characters
|
||||||
|
in *Help* buffers shown by @code{describe-bindings}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Support for XInput2 input events on X is gone. We think the
|
To make Emacs configuration simpler and easier to control, the tool bar
|
||||||
traditional X input events are more than enough, certainly so as you
|
can now be displayed only in its natural and logical position: on the
|
||||||
move back in time, where XInput2 will eventually be removed from X as
|
top of the frame; no more of that @code{tool-bar-position} nonsense with
|
||||||
well, once the maintainers of the X Windows system realize the utter
|
tool bars on the bottom. For the same reasons @code{modifier-bar-mode}
|
||||||
futility of supporting fancy input mechanisms.
|
is now gone.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
The ``pure GTK'' (a.k.a.@: @acronym{PGTK}) configuration of Emacs is
|
The command @code{recover-file} no longer allows to display the diffs
|
||||||
no longer supported. This is in anticipation of the complete removal
|
between a file and its auto-save file. You either want to recover a
|
||||||
of the GTK toolkit support from Emacs, and in accordance with our
|
file or you don't; confusing users with a third alternative when they
|
||||||
expectation that GTK will cease to exist as you move back in time. We
|
are anxious already by the possibility of losing precious edits is
|
||||||
plan on removing support for all the other toolkits as well, leaving
|
considered a bad idea, certainly so as we move further towards smaller,
|
||||||
only the pure X build with our own widgets as the single supported GUI
|
simpler Emacs.
|
||||||
configuration on X.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
The @option{--init-directory} command-line option was removed, as
|
Several languages and input methods, which will fall in disuse as you
|
||||||
initializing Emacs with init files of another user is a preposterous
|
move back in time, were removed. This includes Urdu, Pashto, and Sindhi
|
||||||
idea anyway.
|
languages, and the input method for the Colemak keyboard layout. Many
|
||||||
|
@kbd{C-x 8} key sequences, including those which insert various
|
||||||
|
quotation characters and guillemets, were deleted for the same reason.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
In line with simplifying and eventually removing the
|
The support for @code{lzip}-compressed Info manuals was removed from the
|
||||||
native-compilation option, we've deleted the
|
Info mode. We anticipate that @command{lzip} will disappear from the
|
||||||
@option{--with-native-compilation=aot} configure-time option. This
|
face of the Earth in the near past, and are preparing Emacs for that in
|
||||||
greatly simplifies how native compilation works and makes your
|
advance.
|
||||||
configure-time decision regarding native compilation in Emacs
|
|
||||||
clear-cut: either Emacs compiles non-preloaded Lisp packages to native
|
|
||||||
code only before using it, or it never uses native compilation at all;
|
|
||||||
no more half measures and special exceptions. For similar reasons,
|
|
||||||
@code{native-compile-prune-cache} and
|
|
||||||
@code{startup-redirect-eln-cache} features are no longer part of
|
|
||||||
Emacs.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
We've deleted the special code and features which allowed Emacs to
|
Support for LLDB in Grand Unified Debugger mode was dropped. We decided
|
||||||
present decent performance and responsiveness when editing files with
|
that given LLDB's diminishing popularity, its support is just code
|
||||||
very long lines. Such files become more and more rare as time goes
|
bloat.
|
||||||
back, and so having all this tricky code in Emacs for their benefit
|
|
||||||
was deemed an unnecessary complication.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Emacs dropped support for Eglot and the LSP servers. We decided that
|
Several fancy Project and VC commands were deleted, as part of our
|
||||||
the built-in ways of analyzing source code are more than enough as you
|
consistent effort of making Emacs simpler to use.
|
||||||
move back in time.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Commands to scale and rotate images are once again bound to single
|
The user option @code{shell-command-guess-functions} and the context
|
||||||
keys like @kbd{+}, @kbd{-}, and @kbd{r}, which makes them much easier
|
menu @samp{Open With} in Dired are gone. We trust Emacs users to always
|
||||||
to type. As for the risk of typing these by mistake, we don't believe
|
know themselves which shell command is the appropriate one for a given
|
||||||
Emacs users make typing mistakes, especially as they move back in
|
file, so no guessing by Dired is needed, or welcome. The
|
||||||
time and become younger and younger.
|
@code{dired-do-open} command was deleted for the same reasons.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
To simplify typing popular commands, we've rebound the @w{@kbd{C-x 8 . .}}
|
We went back to the original lean-and-mean interface for specifying
|
||||||
back to @w{@kbd{C-x 8 .}} and @w{@kbd{C-x 8 = =}} back to @w{@kbd{C-x 8 =}}.
|
registers for register-related commands. The fancy preview and the
|
||||||
There's no need for fancier, longer key sequences, as moving back in
|
options to go with it were deemed gratuitous and were removed.
|
||||||
time means we will have fewer and fewer commands to bind to them in
|
|
||||||
the first place.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
If you inadvertently kill the @file{*scratch*} buffer, Emacs will
|
Eshell is now much smaller and easier to use, due to dropping quite a
|
||||||
recreate it in Fundamental mode, not in Lisp Interaction mode. You
|
few of the new commands and fancy new options.
|
||||||
get to turn on the mode you like yourself. Our long-term plans for
|
|
||||||
past Emacs releases is to remove the recreation of @file{*scratch*}
|
|
||||||
altogether, and this is the first step in that direction.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Support for @code{rlogin} and @code{rsh} protocols are back, since we
|
The command @code{customize-dirlocals} was removed. Editing the
|
||||||
expect them to become more and more important and popular as you move
|
@file{.dir-locals.el} files as plain text is so much simpler, and quite
|
||||||
back in time.
|
enough.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
In preparation for eventual removal of Unicode support from Emacs,
|
We have removed several packages that we consider unnecessary for the
|
||||||
we've downgraded our Unicode support to version 14.0.
|
past of Emacs. This includes EditorConfig support, @samp{which-key},
|
||||||
|
PEG, and Window-Tool-Bar.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
You can no longer change the size of the font globally. Since Emacs
|
The @code{etags-regen-mode} was deleted. Regeneration of @file{TAGS}
|
||||||
will at some past date remove all support for variable-size fonts,
|
tables manually is all Emacs users will need in the past.
|
||||||
having such commands is a luxury we are better without.
|
|
||||||
|
|
||||||
@item
|
|
||||||
On our permanent quest for simplifying Emacs, we've removed the
|
|
||||||
commands @code{duplicate-line} and @code{duplicate-dwim}; the old-time
|
|
||||||
friends @kbd{M-w} and @kbd{C-y} (typed one or more times) should
|
|
||||||
suffice. The command @code{rename-visited-file} is gone for the same
|
|
||||||
reason.
|
|
||||||
|
|
||||||
@item
|
|
||||||
We've deleted many commands related to Emoji, which were bound in the
|
|
||||||
@kbd{C-x 8 e} prefix keymap. We decided that the ability to type
|
|
||||||
Emoji sequences using @kbd{C-x 8 @key{RET}} is enough, and actually
|
|
||||||
serves our users better by requiring them to know the codepoints of
|
|
||||||
the sequences they want to type.
|
|
||||||
|
|
||||||
@item
|
|
||||||
We dropped support for many scripts and input methods, especially old
|
|
||||||
scripts that no one uses anyway. For similar reasons, Greek and
|
|
||||||
Ukrainian translations of the Emacs tutorial are not available
|
|
||||||
anymore.
|
|
||||||
|
|
||||||
@item
|
|
||||||
@file{package.el} can no longer fetch source code of packages from
|
|
||||||
their VCS repositories. We think command-line tools like Git should
|
|
||||||
be enough to allow you to clone their repositories. So we deleted
|
|
||||||
the @code{package-vc-install} command and other similar commands.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
To keep up with decreasing computer memory capacity and disk space, many
|
To keep up with decreasing computer memory capacity and disk space, many
|
||||||
other functions and files have been eliminated in Emacs 28.2.
|
other functions and files have been eliminated in Emacs 29.4.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
|
@ -220,7 +220,7 @@ Appendices
|
||||||
* GNU Free Documentation License:: The license for this documentation.
|
* GNU Free Documentation License:: The license for this documentation.
|
||||||
* Emacs Invocation:: Hairy startup options.
|
* Emacs Invocation:: Hairy startup options.
|
||||||
* X Resources:: X resources for customizing Emacs.
|
* X Resources:: X resources for customizing Emacs.
|
||||||
* Antinews:: Information about Emacs version 28.
|
* Antinews:: Information about Emacs version 29.
|
||||||
* Mac OS / GNUstep:: Using Emacs under macOS and GNUstep.
|
* Mac OS / GNUstep:: Using Emacs under macOS and GNUstep.
|
||||||
* Haiku:: Using Emacs on Haiku.
|
* Haiku:: Using Emacs on Haiku.
|
||||||
* Android:: Using Emacs on Android.
|
* Android:: Using Emacs on Android.
|
||||||
|
|
Loading…
Add table
Reference in a new issue