Newsgroups: fj.comp.texhax,fj.editor.emacs,fj.editor.mule
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!nirvana.cs.titech!wnoc-tyo-news!nec-tyo!necspl!necscc!ibl!nk
From: nk@sbl.cl.nec.co.jp (Noriya KOBAYASHI)
Subject: Re: British ispell
In-Reply-To: tsuchiya@murasaki.scphys.kyoto-u.ac.jp's message of Fri, 10 Dec 1993 06:55:07 GMT
Message-ID: <NK.93Dec16093602@guava.sbl.cl.nec.co.jp>
Sender: news@sbl.cl.nec.co.jp (news administrator)
Nntp-Posting-Host: guava
Organization: C&C Research Laboratories, NEC Corporation, JAPAN
References: <TSUCHIYA.93Dec10155507@murasaki.murasaki.scphys.kyoto-u.ac.jp>
Distribution: fj
Date: Thu, 16 Dec 1993 00:36:02 GMT
Lines: 68
Xref: galaxy.trc.rwcp.or.jp fj.comp.texhax:4321 fj.editor.emacs:3091 fj.editor.mule:63
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.comp.texhax&nb=4321&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.

>>>>> In article
>>>>> <TSUCHIYA.93Dec10155507@murasaki.murasaki.scphys.kyoto-u.ac.jp>,
>>>>> tsuchiya@murasaki.scphys.kyoto-u.ac.jp (Toshio TSUCHIYA) writes:

$BEZ20(B> ispell$B$G!"C18l$NDV$j$r%$%.%j%9<0$K$9$k$K$O$I$&$7$?$i$h$$(B
$BEZ20(B> $B$N$G$7$g$&$+!#IaCJ(Bispell$B$O(Bmule$B$NCf$+$i;H$C$F$$$k$N$G!"(B
$BEZ20(B> mule$B$G$N@_Dj$b9g$o$;$F65$($F$$$?$@$1$k$H9,$$$G$9!#(Bispell
$BEZ20(B> $B$N%t%!!<%8%g%s$O(B 3.0.09(beta)$B$G$9!#(B

$B!z(B $B%$%.%j%9<0<-=q$N%O%C%7%e%U%!%$%k$,%$%s%9%H!<%k$5$l$F$$$l$P!"<!$N$h$&$K(B
$B$9$l$P;H$($^$9!#(B
(british.hash $B$H$$$&L>A0$@$H$7$^$7$g$&(B)
$B%$%.%j%9<0<-=q$K8B$i$:!"J#?t$N<-=q$,%$%s%9%H!<%k$5$l$F$$$k$H$-$N;HMQK!(B
$B$G$9!#(B

$B%7%'%k$J$i$P!"(B

% ispell -d british 

$B$G$9$M!#(BEmacs$B7O$J$i$P!"(B

~/.emacs $B$G!"(B
(setq ispell:dictionary-alist
  '(
    (nil "[A-Za-z]" "[^A-Za-z]" "[---']" nil nil)
    ("english" "[A-Za-z]" "[^A-Za-z]" "[---']" nil nil)
    ("british" "[A-Za-z]" "[^A-Za-z]" "[---']" nil nil)
    ))

$B$H$7$F$*$$$F!"(B

M-x ispell-change-dictionary <RET> british <RET>

$B$H$9$l$P!"0J8e$N%9%Z%k%A%'%C%/$O!"<-=q$H$7$F!"(B"british.hash" $B$r;H$$$^(B
$B$9!#(Bispell$B$N%G%#%U%)%k%H<-=q$KLa$7$?$1$l$P!"(B

M-x ispell-change-dictionary <RET> <RET>

$B$H$7$^$9!#(BEmacs $B$N$J$+$G!":G=i$+$i%$%.%j%9<0<-=q$r;H$$$?$$>l9g$O!"(B
~/.emacs $B$G!"(B
(setq ispell:dictionary "british")
$B$H$7$F$*$1$P$$$$$H;W$$$^$9!#(B


$B!z(B $B%$%.%j%9<0<-=q$N%O%C%7%e%U%!%$%k$r:n$k$K$O!"(B

$BI8=`$N(Bispell3$B%-%C%H$+$i:n$k$3$H$,$G$-$^$9!#(B
Makefile $B$NCf$N(B"DICTVARIANTS"$B$N;XDj$rJQ$($l$P$$$$$N$G$9!#(B

DICTVARIANTS = british

$B$3$l$G!"<-=q$r$b$&0lEY:n$jD>$7$F%$%s%9%H!<%k$9$l$P!"(BOK$B$G$9!#(B


$B$7$+$7!"1Q8l(B($B4^$`!"(Bbritish and american)$B$N<-=q:n@.$K$O!"(B

$BBgBg(B+$B&A(B
$BCfCf(B+$B&A(B
$B>.>.(B+$B&A(B

$B$N(B6$B<oN`$NBg$-$5$,A*Br$G$-$k$N$G!"$I$l$K$7$h$&$+G:$_$I$3$m$G$9!#(B
$B;d$O!"Bg(B+$B&A%5%$%:$N<-=q$r;H$C$F$$$^$9$,!"%9%Z%k%A%'%C%/$N%9%S!<%I$O!"(B
$BCY$/$O$"$j$^$;$s!#:G=i$N<-=q:n@.$K$O%5%$%:$,Bg$-$$$H!"Bg$-$J0l;~E*%G%#(B
$B%9%/%9%Z!<%9$H;~4V$rMW$7$^$9!#(B

--
$B#N#E#C!!#C!u#C8&5f=j(B
$B8ENS5*:H(B <nk@sbl.cl.nec.co.jp>
