Source of Nothingness - make-process

* Menu

[[About:self:AboutPage.txt]] | [[Profile:file/southly/]] | [[まとめ:self:1163859357.txt]] | [[オリジナル:http://ninjinix.x0.com/rn/]] | [[xyzzy:lisp/]] | [[あんてな:listall]] | [[■:lisp]] | [[buzz:files/southly#buzz]]

* editorパッケージのbuiltin関数

以下で調べて652個
(let ((count 0))
  (do-symbols (sym (find-package "editor") (format t "~%count: ~d~%" count))
    (when (and (not (find-symbol (symbol-name sym) "lisp"))
               (fboundp sym)
               (si:*builtin-function-p (symbol-function sym)))
      (format t "~a~%" sym)
      (incf count))))
[[(ReadMore...) index.rb?1164371462.txt]]

* xyzzy : 関数 make-process にキーパラメータ :show を追加する

→[[patch/12 patch%2F12]]

http://ameblo.jp/hue-e/entry-10008694797.html
で取り上げられていた話。
わざわざ見えるように作られているので、何か理由があったんじゃないかと思う。
なので、消してしまうのには抵抗があって、選択式に。
call-processに動作を揃えたといってもよいかも。