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

Re: shimbun/sb-ruby.el



>> 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 '(("\\&lt;*" . "<") ("\\&gt;*" . ">"))))
中> !   (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/