[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:10518] windows.el with emacs 20.2



芳尾と申します。

emacs20.2-7 / potato (libc6_2.0.7u-5) で windows.el 2.21-1 をインストー
ルしようとしたところ、emacsen-common が、なぜか xemacs 用にはバイトコ
ンパイルしてくれたのですが、emacs20 用には "can't load revive" とかっ
てバイトコンパイルしてくれませんでした。

ので、ちょっとコンパイルスクリプトをいじってコンパイルしてくれるように
しました。

$ diff /usr/lib/emacsen-common/packages/install/windows{,~}
13c13
< byte_compile_options="-batch -q --no-site-file"
---
> byte_compile_options="-batch -q --no-site-file -f batch-byte-compile"
30,31d29
<     echo '(setq load-path (cons "." load-path))' >  ${ELCDIR}/lp.el
<     echo '(load-file "./revive.el")'           >> ${ELCDIR}/lp.el
35c33
<         ${FLAVOR} ${byte_compile_options} -l ./lp.el -f batch-byte-compile ${i}
---
>         ${FLAVOR} ${byte_compile_options} ${i}

私が Emacs を 20.2 のまま Hold してるのが原因かも分からないし、まあ、
バグってほどでもないんで、とりあえず報告だけさせていただきます。

ではでは。 ---- Yours, K.S.Yoshio
                mailto:shishamo@xxxxxxxxxxxxxxx
                http://www2.osk.3web.ne.jp/~shishamo
Key fingerprint = 3C 3C 1C E6 B1 65 53 58  A3 B3 6A ED BA E4 54 52