[xyzzy:07725] Re: ローカル設定での背景色 & ファイラーのコピー
- Subject: [xyzzy:07725] Re: ローカル設定での背景色 & ファイラーのコピー
- From: yanagiura <gilead@xxxxxxxxxxxxxxx>
- X-mailer: Microsoft Outlook Express 5.00.2314.1300
santarouさん、こんちは
お返事ありがとうございます。
> 使い方はこんな
> (set-buffer-colors (vector (- (* 256 256 256) 1) ))
> (set-buffer-colors (vector 16777215 0) *some-buffer*)
> でも一時の関数みたいです。
うまくいきました。
vector の 2番目が背景色みたいですね。
> copy するだけなら filer を使わずに lisp だけでできますよ
> (copy-file)
> (directory)
>
> (copy-file from to :if-exists :newer)とか
BACKUPしたいのはフォルダごとなので、再帰的な動作が
必要だと思うのですが、filer.l をみても、わけがわかりません(^^;
file-copy-1 とか filer-do-copy あたりを コピーして
編集して使うみたいな感じになるのでしょうか?