mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42081 Signed-off-by: Sam James <sam@gentoo.org>
28 lines
1000 B
XML
28 lines
1000 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>
|
|
<longdescription>
|
|
Boxquote provides a set of functions for using a text quoting style that
|
|
partially boxes in the left hand side of an area of text, such a marking
|
|
style might be used to show externally included text or example code.
|
|
|
|
,----
|
|
| The default style looks like this.
|
|
`----
|
|
|
|
A number of functions are provided for quoting a region, a buffer, a
|
|
paragraph and a defun. There are also functions for quoting text while
|
|
pulling it in, either by inserting the contents of another file or by
|
|
yanking text into the current buffer.
|
|
</longdescription>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<bugs-to>https://github.com/davep/boxquote.el/issues</bugs-to>
|
|
<remote-id type="github">davep/boxquote.el</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|