Newsgroups: fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!wnoc-tyo-news!sh.wide!tsbgw!tiswd-gw!tis2!ssel!ssel!nori
From: nori@ssel.toshiba.co.jp (Koyama Noriaki)
Subject: Re: mh-e no signature
Organization: Systems & Software Engineering Laboratory, TOSHIBA Corporation,
	JAPAN
Distribution: fj
Date: Mon, 17 May 1993 13:13:42 GMT
Message-ID: <NORI.93May17221342@snail.ssel.toshiba.co.jp>
In-Reply-To: a93m80@kyushu-id.ac.jp's message of Thu, 13 May 1993 13: 24:30 GMT
References: <A93M80.93May13222430@kidss2.kyushu-id.ac.jp>
Sender: news@ssel.toshiba.co.jp
Nntp-Posting-Host: snail
Lines: 44
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:3744
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=3744&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

$B>.;3(B@$BEl<G(B.lisp$B=i?4<T(B $B$G$9!#(B

In article <A93M80.93May13222430@kidss2.kyushu-id.ac.jp> a93m80@kyushu-id.ac.jp (Munehiro Touno) writes:

   >  mh-e$B$G%7%0%M%A%c$r$D$1$k;~$O(B C-c C-s$B$G$9$,!"$3$N$H$-$K(B
   >$BFI$_9~$^$l$k%U%!%$%k$O!"(B.signature$B$G$9!#$3$NFI$_9~$^$l$k(B
   >$B%U%!%$%kL>$rJQ99$7$?$$$N$G$9$,$I$&$7$?$i$h$$$N$G$7$g$&$+!)(B

$B;d$O$$$m$s$J(B signature $B$r;H$$J,$1$?$$$N$G!$(B~/.emacs $B$K<!$NMM$J(B
$B$3$H$rDj5A$7$F$$$^$9!#(B

; mh-own-signature.el
;
(setq mh-letter-mode-hook   
      (cons 
       '(lambda () 
  (defun mh-insert-signatures ()
    "Insert the file ~/.signature* at the current point."
    (interactive)
    (setq insert-default-directory t)
    (setq mh-insert-signature-file
  (read-file-name "Insert your signature: "
  "~/.signature-"
  "~/.signature"
  nil))
    (insert-file-contents mh-insert-signature-file))
;
  (define-key mh-letter-mode-map "\C-cs" 
    'mh-insert-signatures)
  )
       (and (boundp 'mh-letter-mode-hook) mh-letter-mode-hook)))
;----

$B$3$l$G!$(B~/.signature-$B$[$K$c$i$i(B $B$r4v$D$+MQ0U$7$F$*$1$P!$(B
C-c s $B$G!$<+J,$N9%$-$J(B signature $B$r:99~$`$3$H$,$G$-$^$9!#(B
# $B$[$K$c$i$i$,J,$i$J$/$J$C$F$b(B completion $B$,8z$/$N$GJ?5$$G$9!#(B

--
   ,,             +------------------------+
  ^ @                  $B3t<02q<R(B $BEl<G(B       |
 <$B!A(B )  ww               $B>.;3(B $BFA>O(B         |
  / $B%l(B^~^^~$B%X(B   o  nori@ssel.toshiba.co.jp |
$B!J(B    ,   ,  ) /|    TEL. 044-548-5480     /
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
