Newsgroups: fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!news.u-tokyo.ac.jp!newssinet!sinetnews!eclnews!yecl-news!nttvdt!naoki
From: naoki@nttvdt.hil.ntt.jp (Ono Naoki/=?ISO-2022-JP?B?GyRCPi5Mbj4wNSobKEI=?=)
Subject: Re: sc.el
In-Reply-To: koichi@ec.musashi-tech.ac.jp's message of 24 Apr 1995 03:57:54 GMT
Content-Type: text/plain; charset=ISO-2022-JP
Message-ID: <D7JEot.27B@nttvdt.hil.ntt.jp>
Sender: news@nttvdt.hil.ntt.jp (USENET News System)
Organization: NTT Human Interface Laboratories, Yokosuka, Japan.
References: <KOICHI.95Apr24125754@zeus.ec.musashi-tech.ac.jp>
Mime-Version: 1.0
Distribution: fj
Date: Mon, 24 Apr 1995 11:33:02 GMT
Lines: 54
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:5388
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=5388&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>.Ln!w#N#T#T$H?=$7$^$9(B. 

"$B$$$N$&$($5$s(B" == koichi@ec.musashi-tech.ac.jp (INOUE Koichi) $B$O!"(B
sc.el $B$G=q$-$^$7$?!#(B

$B$$$N$&$($5$s(B> supercite$B$G$O(BMIME$B2=$5$l$?(Bfull name$B$N>l9g:G=i$N(B
$B$$$N$&$($5$s(B> $BItJ,(BISO-2022-JP$B$7$+8+$F$J$$$N$+!"$&$^$/6hJL!?(B
$B$$$N$&$($5$s(B> $BEPO?$G$-$^$;$s!#2?$H$+$J$k$b$N$G$7$g$&$+!)(B

  $B;d$N$H$3$m$G$O(B

--------.nemacs
(autoload 'mime-mode "mime" "Minor mode for editing MIME message." t)

(setq sc-load-hook
      '(lambda () (load "jsupercite")))
(autoload 'sc-cite-original "supercite" "Hookified Supercite 3.0" t)
(autoload 'sc-cite          "supercite" "Interactive Supercite 3.0" t)
(autoload 'sc-describe      "supercite" "Describe Supercite 3.0" t)
(setq mail-yank-hooks 'sc-cite-original)
(setq mh-yank-hooks 'sc-cite-original)
(defun my-sc-overload-mail-hook-func ()
  (mime-mode)
  (make-local-variable 'mail-header-separator)
  (setq mail-header-separator "--------")
  (require 'sc-oloads)
  (sc-overload-functions))
(setq mail-setup-hook 'my-sc-overload-hook-func)
(setq news-reply-mode-hook 'my-sc-overload-hook-func)
(setq mh-letter-mode-hook 'my-sc-overload-hook-func)
(setq sc-use-version1-interface nil)
(setq sc-load-rmail-extensions t)
(setq sc-reference-tag-string "")
(setq sc-cite-regexp "\\s *\\([a-zA-Z0-9]\\|\\z\\)*\\s *>")
(setq sc-preferred-header-style 2)
(setq sc-new-name-alist-file (expand-file-name "~/sc-alist.el"))
(setq kill-emacs-hook
      '(lambda ()
         (if (boundp 'sc-new-name-alist)
             (sc-save-new-name-alist))))
--------

  $B$H$$$&Iw$K(B .nemacs $B$K(B my-sc-overload-mail-hook-func $B$+$i(B 
mime.el $B$r8F$S=P$9$h$&$K5-=R$9$k$3$H$G$&$^$/$$$C$F$$$k$h$&$G(B
$B$9!J(BMIME encode $B$5$l$?(B full name $B$r(B decode $B$7$F0zMQId$K$D$1(B
$B$F$/$l$^$9!K(B. $B$7$+$7;d$,;H$C$F$$$k$N$O(B supercite2.1 $B$r%Y!<%9(B
$B$K$7$?(B jsupercite1.3 $B$G$9$+$i;29M$K$O$J$i$J$$$G$7$g$&$M!D!D!D(B.

$B0J>e$G$9!#(B

--------------------------------------------------
$B#N#T#T%R%e!<%^%s%$%s%?%U%'!<%98&5f=j2hA|DL?.8&5fIt(B    
$B>.Ln>05*(B            E-MAIL:naoki@nttvdt.hil.ntt.jp
--------------------------------------------------
