[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New nnshimbun.el based on shimbun library
>>>>> In [emacs-w3m : No.01179]
>>>>> 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)))))
--
Katsumi Yamaoka <yamaoka@jpl.org>