[xyzzy:01463] Re: テキストモードも色っぽくしたい
- Subject: [xyzzy:01463] Re: テキストモードも色っぽくしたい
- From: Seiya Suda <EZU11330@xxxxxxxxxxxxxxxx>
- X-mailer: Denshin 8 Go V321.2b5
- X-yzzy-version: 0.0.0.69.2
亀井さん、こんにちは。
Sat, 12 Dec 1998 14:31:41 +0900 の
[xyzzy:01462] Re: テキストモードも色っぽくしたい
への自己フォローです。
> ML にあった、任意の文字列の色付けを思い出して、次のよう
> にしてみました。もっと複雑なのを書けば、色狂いになれる(^^;
もしかして使う人がいるかもしれないので、訂正しておきます。
電8モードを参考にすると、次のようにするのがいいらしい。
(defun set-text-mode-color ()
(interactive)
(save-excursion
(while (scan-buffer *gyoto-mark* :regexp t)
(set-text-color
(point)
(progn
(goto-eol) (point))
*text-file-foreground*)
(or (forward-line 1)
(return)))))
*gyoto-mark* は "^[●■□○]" というような感じです。
--------
須田誠也
EZU11330@xxxxxxxxxxx