hns - 日記自動生成システム - Version 2.19.9

先月 2003年02月 来月
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2003年02月14日(金) 旧暦 [n年日記]

#1 [Emacs] wl を複数開けること

メールを読むのに wl を使っている。(関係ないけれど 2000/12 から)
良く忘れて二つの Emacs から 二つの wl を開けてしまう。 重大問題が起きるという訳ではないが、当然未読既読が少しおかしく なる。 lock のようなしくみがあって、二つ開けられないように出来るかな という思いと、いやそうすると、もっと不便になるかも知れないと いう心配がある。
Unix はいくつでも login 出来るけれど VM/CMS は一回しか login 出来なかったなぁ、と思い出してしまう。
一つしか開けられないって当然とても不便。
そう言えば 1982 に VM/CMS ってさぁ、こうこまるんだよねと、突然 言われて、その時には VM/CMS って知らなかった気がする。 Warren Wiemann という男だった。 Golf やってそう だから、まだ生きているかなぁ。 そう言えば、その時 Warren Crews と Warren Anderson だったかな Warren って決して良くある名前でないのに三人も揃っているという話 をしていたことを思い出した。

#2 [Emacs] autoconf

autoconf なんてどこでもいいと思って、いつもの機械でやると、やはり動かない。
ttyq1:makoto@u 20:47:08/030214(...local-src/emacs-21.2.95)> autoconf
./aclocal.m4:30: error: m4_defn: undefined macro: _m4_divert_diversion
aclang.m4:1479: AC_PROG_CC_STDC is expanded from...
./aclocal.m4:30: the top level
何ていうことだ。
autoconf (GNU Autoconf) 2.52

autoconf 2.13 なら大丈夫:

ttyp0:makoto@quick 20:34:15/030214(...local-src/emacs-21.2.95)> autoconf --version Autoconf version 2.13
で、

それを持って行って ./configure:

- whether the GNU malloc routines are usable
conftest.c:2:58: /Users/makoto/src/emacs-21.2.95/src/s/darwin.h: No such file or directory

...
../src/config.h:384:26: s/darwin.h: No such file or directory
creating src/Makefile
In file included from junk.c:11:
config.h:384:26: s/darwin.h: No such file or directory
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  no
  Does Emacs use -ltiff?                                  no
  Does Emacs use -lungif?                                 no
  Does Emacs use -lpng?                                   no
  Does Emacs use X toolkit scroll bars?                   no
make
../src/config.h:384: header file 's/darwin.h' not found
既に入ってそうだけれどなぁ そうか CVS の方かな。
./configure
...
ttyp2:makoto@makoto 22:25:49/030214(~/cvs-work/emacs)% make
Your tree does not include the compiled Lisp files.
You need to do `make bootstrap' to build Emacs.
Emacs now requires Texinfo version 4.2.
make: *** [maybe_bootstrap] Error 1
ttyp2:makoto@makoto 22:25:51/030214(~/cvs-work/emacs)%

make bootstrap:

In file included from dispnew.c:64:
macterm.h:207: conflicting types for `x_display_list'
xterm.h:370: previous declaration of `x_display_list'
macterm.h:221: conflicting types for `x_display_info_for_display'
xterm.h:384: previous declaration of `x_display_info_for_display'
macterm.h:222: conflicting types for `x_display_info_for_name'
xterm.h:385: previous declaration of `x_display_info_for_name'
macterm.h:229: redefinition of `struct x_output'
macterm.h:391: redefinition of `struct relief'
macterm.h:481: redefinition of `struct scroll_bar'
make[1]: *** [dispnew.o] Error 1
make: *** [bootstrap] Error 2
dired.c:39: warning: could not use precompiled header '/usr/include/unistd-gcc3.p', because:
dired.c:39: warning: macro 'vfork' defined by ./s/darwin.h conflicts with precomp

./configure --with-no-x && time make bootstrap:

実は make bootstrap って初めて使った。

:

Generating /Users/makoto/cvs-work/emacs/lisp/cus-load.el...done
1021.520u 153.970s 20:06.27 97.4% 0+0k 131+2526io 0pf+0w
ttyp2:makoto@makoto 22:52:02/030214(~/cvs-work/emacs)%
sudo make install
rehash
emacs -nw
で一応動く。

Invalid code points for charset ID 146: 99 1:


-EJE:**-F1 *scratch* All L6 (Lisp Interaction)
.emacs に何か書いておくのかな。
(set-language-environment 'Japanese)
を書いたけれど同じ。
(set-language-environment 'Japanese)
(set-keyboard-coding-system 'sjis-mac)
(set-clipboard-coding-system 'sjis-mac)
としたら、上の Invalid code points 問題は消えたが、まだ表示はおかしい。
(set-language-environment 'Japanese)
(set-keyboard-coding-system 'sjis-mac)
(set-clipboard-coding-system 'sjis-mac)
(set-terminal-coding-system 'sjis-mac)
これで何とか表示も出来るようになった。( -nw の場合) UTF(Mule-UCS) 機能は入っているのだろうか。
encoded-kbd-self-insert-sjis: Invalid Shift JIS cod: 930d

組立てた中に Emacs があるので、それをそのまま:

起動すれば Carbon 版となる。

#3 [Emacs] _ MacOS XでのEmacsというと


#4 [Emacs] Wnn7 は lisp だけで動く ?

ある人と話していて偶然、Wnn7 は素の Emacs で動きそうだとうことに なって、本当にそうらしい。(もしかして誰でも知っていること?) これはまた少し違う話か。



最近の日記
2024年03月10日
停電 (瞬電)
2024年03月03日
the second try on bare-metal
useradd
2024年02月29日
opendkim and senmail
2024年01月24日
chat/iam 0.0.8
2024年01月21日
uselocale vs setlocale (textproc/R-readxl)
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)