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

Re: インフォについて



坂本です。
LISPの話なのですが、
;;;こういう簡単なものでないとわからない。

At Thu, 26 Apr 2001 18:59:08 +0900 (JST),
TAKAHASHI Naoto <ntakahas@...> wrote:

> (defun write-file-in-sjis ()
>   (interactive)

ここで、interactivなwrite-file-in-sjisという関数を定義して。

>   (let ((coding-system-for-write 'sjis))
>     (call-interactively 'write-file)))

ここなのですが、letはどういう事をしてるのでしょう。
よくこういうのが出てくるのですが、読めなくて。

--- Mitsugu