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

Re: compile warning



>>>>> In [emacs-w3m : No.07917] 長さん wrote:

>>> shimbun確認中に細かい修正をやっていて、時々 make very-slow を実行して
>>> おり、その中で見つけました。

>> それがまさに w3mhack.el を使わない方法なんですね。

原因は 21.1 以上 21.4 以下の Emacs に付属している gnus-ems.el の

(defvar gnus-article-compface-xbm
  (eq 0 (string-match "#define" (shell-command-to-string "uncompface -X")))
  "Non-nil means the compface program supports the -X option.
That produces XBM output.")

でした。これは明らかにバグです。shell-file-name が正しくても、
uncompface が無い人はどうなるんだ、という。
しかし、これだけ対象が限定されているので、nnshimbun.el に対策を
入れることを考えてみましょう。将来似たようなものが Gnus に現れた
ならば、ぼくがつぶしてやります。;-)