elpa-transient 0.3.7-2 source package in Ubuntu

Changelog

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

  * Team upload
  * Bug fix: "FTBFS with TeXInfo 7.0.x", thanks to Hilmar Preusse (Closes:
    #1030346).
  * Require texinfo >= 7.0.3 to build

 -- David Bremner <email address hidden>  Tue, 11 Jul 2023 08:16:55 -0300

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
elpa-transient_0.3.7-2.dsc 2.1 KiB 7f94e54f13e3d63a117e9316e0e3942f1ae0eb0815b09a41fc5a25f6bea42e7d
elpa-transient_0.3.7.orig.tar.gz 100.7 KiB b6b8c9432135a5b359a104a216c7ee46133c41bb70e3d1af3c77e8250245cf41
elpa-transient_0.3.7-2.debian.tar.xz 3.0 KiB 7f234e648ff99f5971b8b1c16ca8b417d1b08ad95496e88ab95151440b915c58

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.