what-where makes new directory

Katsumi Yamaoka yamaoka @ jpl.org
2001年 7月 3日 (火) 20:49:12 JST


>>>>> In [apel-ja : No.00638] 
>>>>>	Shuhei KOBAYASHI <shuhei @ aqua.ocn.ne.jp> wrote:

小林さん> 例えば, 0400 という mode で install しようとする時に一瞬でも 
小林さん> 0644 というmode でファイルが存在するのは嫌じゃないですか?

copy-file ではないのですが、Kyle E. Jones さんがこんなことをやっ
ていらっしゃいます。

	;; Write an empty tempfile out to disk and set its
	;; permissions to 0600, then write the actual buffer
	;; contents to tempfile.
	(write-region start start tempfile nil 0)
	(set-file-modes tempfile 384)
	(write-region start end tempfile nil 0)
-- 
Katsumi Yamaoka <yamaoka @ jpl.org>




More information about the APEL-ja mailing list