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

Re: w3m-local-find-file-regexps parens



From: Katsumi Yamaoka <yamaoka@xxxxxxx> さん曰く
Subject: [emacs-w3m:10832] Re: w3m-local-find-file-regexps parens
Message-ID: <b4mr5zoq6na.fsf@xxxxxxx>
Date: Mon, 20 Apr 2009 13:40:57 +0900

>>     (string-match (cdr w3m-local-find-file-regexps) "etxt")
> 
> Thank you for the patch.  I've applied it in CVS.  That is due
> to a bug of `regexp-opt' that has been fixed in Emacs 23:
> 
> 2008-05-23  Stefan Monnier  <monnier@xxxxxxxxxxxxxxxx>
> 
> 	* emacs-lisp/regexp-opt.el (regexp-opt): Always return
> 	a properly-grouped regexp.
> 
> But I verified your patch is still necessary for running w3m.el
> with Emacs 21, 22, and XEmacs.

emacs-21.3, emacs-22.3, xemacs-21.4.17 で正しい regex が生成され
て、

(string-match (cdr w3m-local-find-file-regexps) "etxt") => nil

となることを確認しました。

## すでに emacs-21.3 はほとんど真っ当に動いていませんが ^^;

-- 
白井秀行 (mailto:shirai@xxxxxxxxxxx)