Re: boxquote.el v1.21

2013-11-29 Thread Jambunathan K
Drew Adams writes: > FWIW - Revision 1.22 is on MELPA: > http://melpa.milkbox.net/#/boxquote Good. So one needs to just copy over that file to GNU Elpa's git repo. > (To reach the Emacs maintainers, the emacs-devel list or > `M-x report-emacs-bug' might be more effective than > gnu-emacs-sourc

RE: boxquote.el v1.21

2013-11-29 Thread Drew Adams
> Dave + Emacs Maintainers, > It would be nice if boxquote be made available via GNU ELPA. FWIW - Revision 1.22 is on MELPA: http://melpa.milkbox.net/#/boxquote (To reach the Emacs maintainers, the emacs-devel list or `M-x report-emacs-bug' might be more effective than gnu-emacs-sources.) __

Re: boxquote.el v1.21

2013-11-29 Thread Jambunathan K
Dave + Emacs Maintainers, It would be nice if boxquote be made available via GNU ELPA. TIA, Jambunathan K. Dave Pearson writes: > Added a function for inserting the contents of another buffer based on a > suggestion by Reiner Steib. > > -- cut here

Re: boxquote.el v1.21

2008-05-23 Thread Dave Pearson
* Kevin Rodgers <[EMAIL PROTECTED]>: > Dave Pearson wrote: > > > "*Should a `boxquote-insert-bugger' title the box with the buffer name?" > > A bugger? :-) Hah! Do I win the "typo of the month" award? What do I win? . o O ( People actually /read/ doc strings!?! ) -- Dave Pearson:

Re: boxquote.el v1.21

2008-05-22 Thread Phillip Lord
> "KR" == Kevin Rodgers <[EMAIL PROTECTED]> writes: KR> Dave Pearson wrote: >> (defcustom boxquote-title-buffers t "*Should a `boxquote-insert-bugger' >> title the box with the buffer name?" :type '(choice (const :tag "Title >> the box with the buffer name" t) (const :tag "Don't title

Re: boxquote.el v1.21

2008-05-22 Thread Kevin Rodgers
Dave Pearson wrote: (defcustom boxquote-title-buffers t "*Should a `boxquote-insert-bugger' title the box with the buffer name?" :type '(choice (const :tag "Title the box with the buffer name" t) (const :tag "Don't title the box with the buffer name" nil)) :group 'boxqu

boxquote.el v1.21

2008-05-21 Thread Dave Pearson
Added a function for inserting the contents of another buffer based on a suggestion by Reiner Steib. -- cut here ;;; boxquote.el --- Quote text with a semi-box. ;; Copyright 1999-2008 by Dave Pearson <[EMAIL PROTECTED]> ;; $Revision: