|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||||
2010年07月07日(水) 旧暦 [n年日記] [更新:"2010/07/09 07:57:27"]#1 [pkgsrc] Select coding system (default utf-8): Error reading from stdinINFODIR is /scratch/mail/wl/work/.destdir/usr/pkg/infoI had the same problem on wip/wl-current. I don't know why.
One thing I found (added on 2010/07/08):
FAIL if: make distclean && make info PASS if: make distclean && env LANG=ja_JP.eucJP make infoThe problem will be fixed by following patch $NetBSD$ --- wl/wl-vars.el.orig 2008-02-15 23:10:39.000000000 +0900 +++ wl/wl-vars.el 2010-07-09 07:50:56.000000000 +0900 @@ -107,6 +107,10 @@ (and wl-on-mule (or wl-on-xemacs (> emacs-major-version 19)))) +(defconst wl-on-mule6 + (and wl-on-mule + (> emacs-major-version 22))) + (defconst wl-on-nemacs nil) ; backward compatibility. (eval-when-compile @@ -123,7 +127,8 @@ (t nil))) (defvar wl-cs-local - (cond (wl-on-mule3 'junet) + (cond (wl-on-mule6 'utf-8) + (wl-on-mule3 'junet) (wl-on-mule '*junet*) (t nil))) ( つっこみ )
|
最近の日記 2023年05月19日 ・libkver and pbulk 2023年05月08日 ・CONFLICT issue 2023年05月07日 ・10.99.4 problem for N3150 or N3160 ・work around for the problem 2023年05月06日 ・Dynabook R73/T acpi problem 2023年05月04日 ・ | ||