summaryrefslogtreecommitdiff
blob: bc9fba320bcf7a005eb14544e16a784e683305e9 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
  <email>gnu-emacs@gentoo.org</email>
  <name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
This package implements a generic interface for toggling switches
and setting options and then invoking an Emacs command which does
something with these arguments.  The prototypical use is for the
command to call an external process, passing on the arguments as
command line arguments.  But this is only one of many possible
uses (though the one this library is optimized for).

With the Emacs concept of "prefix arguments" in mind this could be
described as "infix arguments with feedback in a buffer".

Commands that set the prefix argument for the subsequent command do
not limit what that next command could be.  But entering a command
console popup does limit the selection to the commands defined for
that popup, and so we use the term "infix" instead of "prefix".
</longdescription>
<stabilize-allarches/>
<upstream>
  <remote-id type="github">magit/magit-popup</remote-id>
</upstream>
</pkgmetadata>