Source: with-simulated-input-el Section: lisp Priority: optional Maintainer: Debian Emacsen team Uploaders: Lev Lamberov Build-Depends: debhelper-compat (= 12), dh-elpa, elpa-buttercup, elpa-s, elpa-seq, elpa-undercover Standards-Version: 4.5.0 Rules-Requires-Root: no Testsuite: autopkgtest-pkg-elpa Homepage: https://github.com/DarwinAwardWinner/with-simulated-input Vcs-Browser: https://salsa.debian.org/emacsen-team/with-simulated-input-el Vcs-Git: https://salsa.debian.org/emacsen-team/with-simulated-input-el.git Package: elpa-with-simulated-input Architecture: all Depends: ${elpa:Depends}, ${misc:Depends} Recommends: emacs (>= 46.0) Enhances: emacs Description: 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'.