From xemacs-m  Fri Apr 18 21:19:16 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id VAA15772
	for <xemacs-beta@xemacs.org>; Fri, 18 Apr 1997 21:19:14 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.5/8.8.5) id TAA16386;
	Fri, 18 Apr 1997 19:20:43 -0700
Date: Fri, 18 Apr 1997 19:20:43 -0700
Message-Id: <199704190220.TAA16386@bittersweet.inetarena.com>
From: "Karl M. Hegbloom" <karlheg@inetarena.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: <xemacs-beta@xemacs.org>
Subject: VM and footnote.el [1]
X-Mailer: VM 6.27 under 20.1 XEmacs Lucid
X-Face: /Q}=yl}1_v7nP)xXo5XjG8+tl@=uVu7o5u6)f]zN?+<hB!K.m9:[|*p34jVN`O;:XZXVSy>/\R>qDt(t8w!-i{(y0"`jFw^uk8inzO9wXabd'CdjUWfC\GHi:6nO*YC89#-qD>Q4r%9!V"<RYJ=7D#$";q=zML5'!=wvXk^$`6FT=5CMofQX)WUKt0p:OKl.mFOXx/D


8<----------------------------------------------------------------->8
;;; ~/.emacs clippet for using footnote minor mode with ViewMail.
(autoload 'footnote-mode "footnote" "Footnote minor mode" t)
(add-hook 'mail-setup-hook 'footnote-mode)
(add-hook 'footnote-mode-hook '(lambda ()
				 (define-key mode-specific-map [?n]
				   footnote-mode-map)))
8<----------------------------------------------------------------->8

* I cannot get footnote to delete footnotes.  It has trouble when you
delete them by hand too... they don't renumber.  Maybe if I delete the 
[n] part, and push the renumber buttons, it should offer to delete the 
footnote, or let me point to where the [n] belongs.  Press {d} to
delete, {?} for help, click near mouse to insert number.

* ViewMail uses {C-c C-a} to attach a MIME attachment.

* When narrowing, split the frame and show footnote in the lower
window, about the size that BBDB uses in VM. (about 5 lines)

* I imagine balloons are already in the plan. :-)

Footnotes: 
[1]  Thank you Steven.  It's kind of fun!

-- 
Karl M. Hegbloom <karlheg@inetarena.com>
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.2  Linux 2.0.30t
You tell me and we'll both know.

