File: control

package info (click to toggle)
with-simulated-input-el 3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: lisp: 970; sh: 11; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 1,267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: with-simulated-input-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-elpa,
               elpa-buttercup,
               elpa-s,
               emacs (>= 1:30.1),
               elpa-undercover
Standards-Version: 4.7.1
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'.