Emacs part 21
■ このスレッドは過去ログ倉庫に格納されています
0710名無しさん@お腹いっぱい。
2007/04/21(土) 18:06:17たまには、ヘルプを読もうよ...
M-x describe-function
load is a built-in function.
(load FILE &optional NOERROR NOMESSAGE NOSUFFIX MUST-SUFFIX)
Execute a file of Lisp code named FILE.
First try FILE with `.elc' appended, then try with `.el',
then try FILE unmodified. Environment variable references in FILE
are replaced with their values by calling `substitute-in-file-name'.
This function searches the directories in `load-path'.
If optional second arg NOERROR is non-nil,
report no error if FILE doesn't exist.
Print messages at start and end of loading unless
optional third arg NOMESSAGE is non-nil.
If optional fourth arg NOSUFFIX is non-nil, don't try adding
suffixes `.elc' or `.el' to the specified name FILE.
If optional fifth arg MUST-SUFFIX is non-nil, insist on
the suffix `.elc' or `.el'; don't accept just FILE unless
it ends in one of those suffixes or includes a directory name.
Return t if file exists.
>>708-709
> ところで、なぜ、あなたのレスはいくばくかの益も生まないばかりか、
> 不用意に喧嘩腰に映るのでしょうか。
こんなこと言う奴に質問する資格はないでしょう。スルー推奨
■ このスレッドは過去ログ倉庫に格納されています