Emacs Part 39
■ このスレッドは過去ログ倉庫に格納されています
0371名無しさん@お腹いっぱい。
2011/12/31(土) 04:32:15.06The rule against using CL functions at run time is for the sake of the
user. The CL functions are not a standard part of the Emacs Lisp
namespace. Thus, loading CL can conflict with the user's function
definitions.
subr.elでdefunされているremoveと、
cl-seq.elでdefunされているremove-ifとでは、
「can conflict with the user's function definitions」という点で
どのような違いがあるのでしょうか。
■ このスレッドは過去ログ倉庫に格納されています