mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 23:48:22 +02:00
22 lines
946 B
XML
22 lines
946 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>gnu-emacs@gentoo.org</email>
|
|
<name>Gentoo GNU Emacs project</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<bugs-to>https://github.com/DarwinAwardWinner/with-simulated-input/issues/</bugs-to>
|
|
<remote-id type="github">DarwinAwardWinner/with-simulated-input</remote-id>
|
|
</upstream>
|
|
<longdescription>
|
|
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.
|
|
</longdescription>
|
|
<stabilize-allarches />
|
|
</pkgmetadata>
|