-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To update: 1. Backport from Emacs' "emacs-29" to Transient. 2. In Transient, rebase "builtin" onto "main". Now we have to DISCARD the changes that revert modifications that have happened in Transient since the last round. Only the following differences should remain: Differences in "transient.texi": - Drop the whitespace change in @direntry at the top. - Drop the "-git" suffix from version strings, but keep ".50". - Replace @ref{}. ox-texinfo uses @ref, but other link types are preferred in Emacs. - Use @dots{}. It is not possible to put @dots{} inside the term part of a description list (see example below). It is also not possible to do this inside code blocks. Differences in "transient.el": - Use "URL" instead of "Homepage". I consistently use "Homepage" for all my packages and they consistently use "URL". - Drop the "-git" suffix from version strings, but keep ".50". - Don't depend on Compat. The stand-alone version still supports Emacs 25.1 with a little help from the "compat" package. - Autoloading transient-define-prefix only works for the built-in version. 3. In Transient, amend and run "git describe" to get DESC. 4. Copy from Transient's "builtin" to Emacs' "emacs-29". cp ~/.config/emacs/lib/transient/lisp/transient.el \ ~/src/emacs/emacs/emacs-29/lisp/ cp ~/.config/emacs/lib/transient/docs/transient.texi \ ~/src/emacs/emacs/emacs-29/doc/misc/ 5. In Emacs, stage and commit using "Update to Transient DESC" as message. ------ - Function: foo arg@@texinfo:@dots{}@@ rest :: This works @@texinfo:@dots{}@@. - Function: bar arg{{{dots()}}} rest :: This works {{{dots()}}}. - This works {{{dots()}}} also.
- Loading branch information
Showing
2 changed files
with
49 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters