Language

Package: emacs-with-simulated-input @ 2.4

Synopsis

Non-interactive testing Emacs library

Description

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 a user 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.

Home page
https://github.com/DarwinAwardWinner/with-simulated-input
Location
gnu/packages/emacs-xyz.scm (line: 16295, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings