with-simulated-input-el 3.0-2 source package in Ubuntu

Changelog

with-simulated-input-el (3.0-2) unstable; urgency=medium

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

 -- Sean Whitton <email address hidden>  Fri, 26 Jul 2024 11:36:16 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
with-simulated-input-el_3.0-2.dsc 2.2 KiB 4511b067ed753876cacdaf0758de9c50a4a0f8704952eca65cd6e7e656c19e42
with-simulated-input-el_3.0.orig.tar.gz 24.8 KiB f9a93854ab777e342e77f555cda77bfaf16be8189a3febb1574ecb5361f9f274
with-simulated-input-el_3.0-2.debian.tar.xz 4.7 KiB b2d665e1096a0d35d52f7c0b8bba99ca08de580e6e2ee9760f1fa0557ca6c618

Available diffs

No changes file available.

Binary packages built by this source

elpa-with-simulated-input: macro to simulate user input non-interactively

 This package provides an Emacs Lisp macro, `with-simulated-input',
 which evaluates one or more forms while simulating a sequence of
 input events for those forms to read. The result is the same as if
 you had evaluated the forms and then manually typed in the same
 input. This macro is useful for non-interactive testing of normally
 interactive commands and functions, such as `completing-read'.