28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?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>
|