[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-w3m-1.3.2rc2
At Fri, 30 Aug 2002 07:35:03 +0900,
TSUCHIYA Masatoshi wrote:
> Emacs-w3m-1.3.2 release candidate 2 has been released. It can be
> downloaded from:
>
> http://emacs-w3m.namazu.org/w3m_el-1.3.2rc2.tar.gz
>
> It includes changes of hook options, so that heavy testing is
> required. If you volunteer, please give a try to this. Any bug
> reports are highly appreciated.
w3m-filter.elの日本語のcommentのせいで (LANGがja_JP.eucJPとかじゃないと?)
!! End of file during parsing
というエラーで byte-compile に失敗してました。
# deb にして installすると emacsen-common で byte-compileする時に
# 失敗していました。
--- w3m-el-1.3.1+1.3.2rc2.orig/w3m-filter.el
+++ w3m-el-1.3.1+1.3.2rc2/w3m-filter.el
@@ -57,7 +57,6 @@
(defvar w3m-filter-db nil) ; nil means non-initialized.
(defconst w3m-filter-db-size 1023)
-;; FIXME: 本当は URL をきちんと解析する関数が必要
(defconst w3m-filter-server-regexp "^\\([-+\\.A-z0-9]+://[^/]+/\\)")
--
鵜飼文敏