Source of Nothingness - -5672

* Menu

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

* xyzzy topic : xdoc2txt 0.8 リリース

http://d.hatena.ne.jp/miyamuko/20060312
(2006-03-12)

* 2006-03-15

xyzzyの自動セーブの関数オブジェクトってdo-auto-saveだよな〜
builtin.lにあるよな〜
(setf (symbol-function 'do-auto-save) #'foo)
で動作を置き換えられないみたいなんだけど、何でだろ?
こんなもんだっけ?
exeのソースをいじってfuncallかなんかに置き換えてしまおうかな〜

* clispcgi

とりあえずで作ったsplit-string
(defun split-string (string &optional (separator " "))
  (let ((n (position separator string :test #'(lambda (x y)
                                                (find y x :test #'char=)))))
    (if n
        (cons (subseq string 0 n) (split-string (subseq string (1+ n)) separator))
      (cons string nil))))
あとで末尾再帰へ書き直ししないと。

ファイルの入出力のときに「Bad address」のエラーが出ているみたい。
一応入出力には成功しているんだけど。

日本語関係をちゃんとすれば簡単な一行掲示板になるかな。

[[(ReadMore...) index.rb?1142181148.txt]]

* xyzzy topic : ふかふかさんいろいろ更新

http://www5e.biglobe.ne.jp/~fukafuka/xyzzy/
changelogmemo, psearch.l, open-backup.l, autolookup.l, mmc.l, mathematica.l, ee.lが更新。
changelogmemoの更新はかなり大きいので注意。

また、残念なことにTipsがいくつか削除されています。(2006-03-08)

* xyzzy topic : outline-tree2の使い方

outline-tree2の使い方の紹介です。
第一部はアウトライン作成関数の生成について
第二部はアウトラインの出力について
(2006-03-12)

* xyzzy topic : reftex-mode更新(Yutaka Nomura's Page / xyzzy)

http://f55.aaa.livedoor.jp/~ynomura/xyzzy/#reftex-mode

修正みたいです。(2006-03-11)

* Scrapbook : Unix系 errno一覧

http://pinka99.ddo.jp/nanao/work/errno.html

* xyzzy topic : dsearch.l, den8view+.l 更新(きまぐれにxyzzy)

http://members3.jcom.home.ne.jp/2116826401/kimagurenixyzzy.html
(2006-03-11)

dsearch.l, pdic.l に修正BSDライセンス、
egrep.lにMITライセンスが適用されました。
(2006-03-12)

* Scrapbook : ケンシロウ進数