[xyzzy:07256] Re: バージョンアップのお知らせ
- Subject: [xyzzy:07256] Re: バージョンアップのお知らせ
- From: KAMEI Tetsuya <kamei@xxxxxxxxxxxx>
- X-mailer: KaMail-0.0.2.4 (ITS / PDP-10s)
- X-yzzy-version: 0.2.2.202
金子さん、こんにちは。
2001年7月4日(水)[10:12:07]の、
[xyzzy:07255] Re: バージョンアップのお知らせ
への返事です。
| この中の 1, 5, 15 の行に色付けしたいのです。言葉で言いますと
| 「ホワイトスペースを除く 0 のみの行で、なおかつ、次の行の先頭が
| [A-Z] で始まる」です。複数行に渡るとダメですか?
こんな感じ。
(defvar *dxf-group-codes*
(compile-regexp-keyword-list
'(("^[ \t]*\\(0\\)\n[A-Z]" t (:keyword 1 :bold) nil 1 1))))
基本的には複数行は考えていません。今回のような複数行の
うちの先頭の行が対象の場合は大丈夫なはずですが、次のよ
うなパターンではうまくいきません。
(setq *dxf-group-codes*
(compile-regexp-keyword-list
'(("^[ \t]*0\n\\([A-Z]+\\)" t (:keyword 1 :bold) nil 1 1))))
--
亀井哲弥(KAMEI Tetsuya)
kamei@xxxxxxxxxxxx