elpa-transient 0.6.0-2 source package in Ubuntu

Changelog

elpa-transient (0.6.0-2) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.3.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <email address hidden>  Thu, 25 Jul 2024 11:31:19 +0900

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
elpa-transient_0.6.0-2.dsc 2.1 KiB 9caaf47ec0a0da3406f423ad0073b42b6b47438cd91a466edfa451103c875b2e
elpa-transient_0.6.0.orig.tar.gz 133.1 KiB 2470b6dfd2e62f33ce3d69c6fc7988968dc4f594c062b2e07e04d34d72b31609
elpa-transient_0.6.0-2.debian.tar.xz 3.1 KiB 5f6da671efb0ce6ab2ebd8d8463ea7f969c825b8e4a776752c3a5d3c94404b0c

Available diffs

No changes file available.

Binary packages built by this source

elpa-transient: Emacs key and popup interface for complex keybindings

 Taking inspiration from prefix keys and prefix arguments, Transient
 implements a similar abstraction involving a prefix command, infix
 arguments and suffix commands. This abstraction could be called
 "transient command", but because it always involves at least two
 commands (a prefix and a suffix) it's preferable 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.

elpa-transient-doc: Emacs key and popup interface for complex keybindings - Docs

 Taking inspiration from prefix keys and prefix arguments, Transient
 implements a similar abstraction involving a prefix command, infix
 arguments and suffix commands. This abstraction could be called
 "transient command", but because it always involves at least two
 commands (a prefix and a suffix) it's preferable to call it just a
 "transient".
 .
 This package contain the documentation for transient.