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

Re: New nnshimbun.el based on shimbun library



>>>>> In [emacs-w3m : No.01180] 
>>>>> “山岡” = Katsumi Yamaoka <yamaoka@jpl.org> wrote:
山岡> 念押しですが、nnshimbun.el の改造は必要ありません。

了解。(でもまだ解決していない)

山岡> 手動で compile した場合に、特に何もしなくても Gnus と gnus の判
山岡> 別をなるべく間違えないようにしてみました。

こう↓でないと駄目でした。

山岡> 2001-06-12  Katsumi Yamaoka <yamaoka@jpl.org>

山岡> 	* lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
山岡> 	`locate-library' to check for the existence of mailcap.el in the
山岡> 	same directory of gnus.el.

山岡> (let ((gnus (locate-library "gnus")))
山岡>   (and gnus
山岡>        ;; Gnus has mailcap.el in the same directory of gnus.el.
山岡>        (file-exists-p (expand-file-name
山岡> 		       "mailcap.el"
山岡> 		       (file-name-directory gnus)))))

いつの頃からか FLIM の mailcap の場所は、

(locate-library "mailcap")
"/usr/local/share/emacs/21.0.103/site-lisp/flim/mailcap.elc"

となるのですが、

kose(^-^)casper$ make install
emacs -batch -q -no-site-file -l FLIM-MK -f compile-flim NONE NONE \
	NONE
Loading /home/kose/CVSwork/flim-1_14/FLIM-CFG...
Loading /home/kose/CVSwork/flim-1_14/FLIM-ELS...
PREFIX=/usr/local
LISPDIR=/usr/local/share/emacs/site-lisp
emacs -batch -q -no-site-file -l FLIM-MK -f install-flim NONE NONE \
	NONE
Loading /home/kose/CVSwork/flim-1_14/FLIM-CFG...
Loading /home/kose/CVSwork/flim-1_14/FLIM-ELS...
PREFIX=/usr/local
LISPDIR=/usr/local/share/emacs/site-lisp
mailcap.el -> /usr/local/share/emacs/21.0.103/site-lisp/flim
mailcap.elc -> /usr/local/share/emacs/21.0.103/site-lisp/flim
sha1-el.el -> /usr/local/share/emacs/site-lisp/flim

これって変なんでしょうか?
-- 
こせき @ Meadow のページも作成中
http://www.NetLaputa.ne.jp/~kose/Emacs/Meadow/
kose@yk.NetLaputa.ne.jp