[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: shimbun/sb-ruby.el
- From: TSUCHIYA Masatoshi <tsuchiya@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: 27 May 2001 15:35:59 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 00965
- References: <m3g0drqp1n.wl@osaka.email.ne.jp>
>> On Sun, 27 May 2001 15:33:24 +0900
>> 「中」== minakaji@osaka.email.ne.jp (NAKAJIMA Mikio) said as follows:
中> shimbun/sb-ruby.el に合わせて shimbun/shimbun.el も一部変更しましたが、
中> おかしければ適当に修正して下さい。
これって、< などの文字参照の対策ですよね?
中> ! (let ((alist '(("\\<*" . "<") ("\\>*" . ">"))))
中> ! (while (and alist (re-search-forward (car (car alist)) nil t))
中> ! (replace-match (cdr (car alist)) t t)))))
でしたら、
(while (re-search-forward w3m-entity-regexp nil t)
(replace-match (w3m-entity-value (match-string 1)) nil t)
というようにすると、より完全に対応できると思います。
--
土屋 雅稔 ( TSUCHIYA Masatoshi )
http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/