namazu-ml(avocado)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: namazu.el, bnamazu, NamazuJAVA
まつむらです。
> >ついでなんで、locale を見て、-L {JAPANESE|ENGLISH} をコマンドオプション
> >に付与するようにしておきました。
>
> 実は v1.2.0 からは -L {en|ja} と指定するようになっています…。
んでは、patch。
--- cut here --- cut here --- cut here --- cut here --- cut here ---
*** Namazu.java.old Sat Jul 11 08:25:03 1998
--- Namazu.java Sat Jul 11 08:25:30 1998
***************
*** 31,38 ****
final static private String result_html = "/tmp/NAMAZU_WORK.html";
/* add Jul.10.1998 */
! final static private String J = " -L JAPANESE";
! final static private String E = " -L ENGLISH";
static boolean first_conf = true;
static boolean first_hist = true;
--- 31,38 ----
final static private String result_html = "/tmp/NAMAZU_WORK.html";
/* add Jul.10.1998 */
! final static private String J = " -L ja";
! final static private String E = " -L en";
static boolean first_conf = true;
static boolean first_hist = true;
--- cut here --- cut here --- cut here --- cut here --- cut here ---
Nozomi Matsumura
nmatsumu@xxxxxxxxxxxxxxxxxx