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

Re: shimbun で の image



ども、長です。

このメールは----------------------------------------------
山岡 克美 <yamaoka@jpl.org> さん( 山岡 と引用)の
MsgID   : [emacs-w3m : No.07370]
Subject : [emacs-w3m:07370] Re: shimbun での image
Date    : [Sat, 15 Jan 2005 15:04:16 +0900]
-------------------------------------------への返信です-〆
 《件名・引用文は改行・削除・変更してあるかもしれません》

[...]

山岡> おおっと、改善どころかとんでもない改悪でしたね。直してみました。
はい、修正されているのを確認しました。
ありがとうございます。

 =================
あと、些細なことなのですが。

	      (let ((spc "\t\n\f\r "))
		(concat "<[" spc "]*img[" spc "]+"
			[略]
			;; 5. unquoted url, though that's illegal
			"\\([^\t\n\f\r \">]+\\)"
			"\\)\\)")))
は
	      (let ((spc "\t\n\f\r "))
		(concat "<[" spc "]*img[" spc "]+"
			[略]
			;; 5. unquoted url, though that's illegal
			"\\([^" spc "\">]+\\)"
			"\\)\\)")))
ではどうでしょうか?
# 却って可読性が落ちるてるかな?

では。
--
Tsuyoshi CHO mailto:mfalcon_sky@emailuser.net

  見つかるまで探せば骨折りは無駄にならない。
                                                           (ことわざ)


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.12 - Release Date: 2005/01/14