summaryrefslogtreecommitdiff
blob: db95820e128c812fc873d7c3ab7bffafcdac6a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>