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

Changelog

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

  * Team upload.
  * Rebuild with current dh-elpa

 -- David Bremner <email address hidden>  Thu, 29 Aug 2019 07:07:33 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
with-simulated-input-el_2.2-2.dsc 2.2 KiB c1f3019429c0f7610d319735c4cd0fc3b8738e656bce206c238e9e18b7aeef10
with-simulated-input-el_2.2.orig.tar.gz 7.5 KiB 839d93b808ab32136f4a90622c1e91c3706a9bae22f2dd56a690a789ed9486a0
with-simulated-input-el_2.2-2.debian.tar.xz 2.7 KiB f278d4e47141e16ccf40f2e5e49f86f47978f70a593582262499fed89fb392bd

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'.