boxquote
- Description
- Quote text with a semi-box
- Latest
- boxquote-2.3.0.20231216.85245.tar (.sig), 2024-Mar-31, 70.0 KiB
- Maintainer
- Dave Pearson <davep@davep.org>
- Atom feed
- boxquote.xml
- Website
- https://github.com/davep/boxquote.el
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
boxquote.el
Quote text with a semi-box.
Commentary:
boxquote.el
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.
The latest version of boxquote.el
can be found at:
<URL:https://github.com/davep/boxquote.el>
Thanks:
Kai Grossjohann for inspiring the idea of boxquote. I wrote this code to mimic the "inclusion quoting" style in his Usenet posts. I could have hassled him for his code but it was far more fun to write it myself.
Mark Milhollan for providing a patch that helped me get the help quoting functions working with XEmacs. (which, for other reasons, I've needed to remove as of v2.0 -- hopefully I can get things working on XEmacs again).
Oliver Much for suggesting the idea of having a boxquote-kill-ring-save
function.
Reiner Steib for suggesting boxquote-where-is
and the idea of letting
boxquote-describe-key
describe key bindings from other buffers. Also
thanks go to Reiner for suggesting boxquote-insert-buffer
.
Old versions
boxquote-2.3.0.20220919.71457.tar.lz | 2022-Sep-19 | 15.9 KiB |
boxquote-2.2.0.20220105.151856.tar.lz | 2022-Jan-05 | 15.8 KiB |
boxquote-2.2.0.20200727.120315.tar.lz | 2022-Jan-01 | 5.18 KiB |