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

[xyzzy:07725] Re: ローカル設定での背景色 & ファイラーのコピー



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 あたりを コピーして
編集して使うみたいな感じになるのでしょうか?

Index Home