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

Re: shimbun を読めなくなった



>> cl-labels というマクロのバグのせいだと思います。
>> さっきリポートした[1] ので、直してくれるまで待ちましょう。
>> [1] <http://news.gmane.org/gmane.emacs.bugs/98403>

> そういうことでしたか.
> アドヴァイスを有難うございます.

ごめんなさい野宮さん。週末に直ったと思っていたんですが (Gnus で
は ok)、さっき emacs-w3m ではまだダメなことに気がつきました。
またリポートした[2] ので直してくれるまで待つか、以下の応急パッチ
を使ってください。

--8<---------------cut here---------------start------------->8---
--- w3m-util.el~	2014-04-21 03:04:39.000000000 +0000
+++ w3m-util.el	2015-01-22 07:23:12.958941800 +0000
@@ -1623,7 +1623,7 @@
 rather than relying on `lexical-binding'.
 
 \(fn ((FUNC ARGLIST BODY...) ...) FORM...)"
-  `(,(progn (require 'cl) (if (fboundp 'cl-labels) 'cl-labels 'labels))
+  `(,(progn (require 'cl) 'labels)
     ,bindings ,@body))
 (put 'w3m-labels 'lisp-indent-function 1)
 
--8<---------------cut here---------------end--------------->8---

現在の最新の Emacs 25.0.50 が必要です。それと、このパッチはあく
までも「応急」です。Emacs 側が直ったらもとに戻して、すべてのモ
ジュールを再コンパイル (make clean; make) してください。

[2] http://article.gmane.org/gmane.emacs.bugs/98577
-- 
山岡