Newsgroups: fj.mail,fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!news.iij.ad.jp!vcmei!sun01!wight!inaki
From: inaki@miln.mei.co.jp ( Takaaki Inaki)
Subject: Re: [summary] [Q] MH's header field...
In-Reply-To: sasa@isl.mei.co.jp's message of Tue, 18 Oct 1994 03:15:22 GMT
Content-Type: text/plain; charset=ISO-2022-JP
Message-ID: <INAKI.94Oct18172540@sun39.miln.mei.co.jp>
Followup-To: fj.editor.emacs
Sender: news@miln.mei.co.jp
Nntp-Posting-Host: sun39
Organization: Matsushita Information Systems Research Laboratory Nagoya
	Co.,LTD. Nagoya Aichi Japan
References: <CxADry.62z@tf1neptune.isl.mei.co.jp>
 <INAMURA.94Oct7185002@caesar.nsis.cl.nec.co.jp>
 <CxuMDn.Lw@tf1neptune.isl.mei.co.jp>
Mime-Version: 1.0
Distribution: fj
Date: Tue, 18 Oct 1994 08:25:39 GMT
Lines: 26
Xref: galaxy.trc.rwcp.or.jp fj.mail:1479 fj.editor.emacs:5032
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.mail&nb=1479&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.

$B0pLZ!s1n$j$9$Q!<!w>>2<L>8E208&$G$9!#(B

$B!t(B $B$H$j$"$($:(B fj.editor.emacs $BJ}LL$K0\F0(B :-)

>>>>> "sasa" == sasa  <sasa@isl.mei.co.jp> writes:
sasa> $B$=$NDL$j$G$7$?!#(Bgnuclient(or emacsclient)$B$r(BEditor$B$K;XDj$7$F!"(Bcomp$B$J$I(B
sasa> $B$r5/F0$7$?$N$G$9$,!"4A;z%3!<%I$,(BEUC$B$K$J$C$F$$$^$7$?!#(B(^^;;
sasa> 
sasa> $B!t$&!A$s!"(Bgnuclient$B$r5/F0$9$k;~$K(Bmh$B$J$i<+F0$G4A;z%3!<%I$r(Bjis$B$K$9$k$C$F(B
sasa> $B!t$N$O$I$&$7$?$i$$$$$s$@$m$&!D(B

server.el $B$K(B
(defvar server-visit-hook nil
  "*List of hooks to call when visiting a file for the Emacs server.")
$B$J$I$H=q$$$F$"$k$N$G!"(B

draft-file $B$N%U%!%$%kL>$,(B 'draft' $B$G$"$k$J$i$P!"(B
(add-hook 'server-visit-hook
      '(lambda ()
 (if (string-equal "draft" (buffer-name))
     (set-file-coding-system *junet*))))
$B$/$i$$$r(B .emacs $B$K=q$$$F$*$1$P$$$$$s$8$c$J$$$G$7$g$&$+!)(B

$B8E$$(B emacs $B$G(B add-hook $B$,$J$$$H$-$O(B
(setq server-visit-hook ...)
$B$7$F2<$5$$$M!#(B
