diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-05-26 07:59:50 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-05-27 08:06:03 +0200 |
commit | f96e0a809cbe035d4bf17474229691ea2b7cb1ec (patch) | |
tree | 0f93ae051bc2fee1fc0e9324000ae14bbfb6409a /app-emacs/transient/metadata.xml | |
parent | app-emacs/with-editor: add 3.0.4 (diff) | |
download | gentoo-f96e0a809cbe035d4bf17474229691ea2b7cb1ec.tar.gz gentoo-f96e0a809cbe035d4bf17474229691ea2b7cb1ec.tar.bz2 gentoo-f96e0a809cbe035d4bf17474229691ea2b7cb1ec.zip |
app-emacs/transient: initial import of 0.3.4
New dependency for app-emacs/magit
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-emacs/transient/metadata.xml')
-rw-r--r-- | app-emacs/transient/metadata.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/app-emacs/transient/metadata.xml b/app-emacs/transient/metadata.xml new file mode 100644 index 000000000000..f01b2556a6ac --- /dev/null +++ b/app-emacs/transient/metadata.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<longdescription> + Taking inspiration from prefix keys and prefix arguments, Transient + implements a similar abstraction involving a prefix command, infix + arguments and suffix commands. We could call this abstraction a + "transient command", but because it always involves at least two + commands (a prefix and a suffix) we prefer to call it just a + "transient". + + When the user calls a transient prefix command, then a transient + (temporary) keymap is activated, which binds the transient's infix + and suffix commands, and functions that control the transient state + are added to `pre-command-hook' and `post-command-hook'. The + available suffix and infix commands and their state are shown in + the echo area until the transient is exited by invoking a suffix + command. + + Calling an infix command causes its value to be changed, possibly + by reading a new value in the minibuffer. + + Calling a suffix command usually causes the transient to be exited + but suffix commands can also be configured to not exit the + transient state. +</longdescription> +<stabilize-allarches/> +<upstream> + <remote-id type="github">magit/transient</remote-id> +</upstream> +</pkgmetadata> |