Source of Nothingness - A

* Menu

[[About:self:AboutPage.txt]] | [[Profile:http://iddy.jp/profile/southly/]] | [[まとめ:self:1163859357.txt]] | [[オリジナル:http://ninjinix.x0.com/rn/]] | [[xyzzy:http://raido.sakura.ne.jp/southly/xyzzy/site-lisp/]] | [[あんてな:http://i-know.jp/southly/listall]] | [[■:http://raido.sakura.ne.jp/southly/lisp/ni/view.lisp]] | [[buzz:http://www.google.com/profiles/southly#buzz]]

* Scrapbook : soft/Xming - ペンギンの杜 - Linuxソフトライブラリ -

linux-soft/index.php?soft%2FXming

どうしてもXが必要になったときに

*

(defun delete-blank-lines-region (start end)
  (interactive "*r")
  (save-restriction
    (narrow-to-region start end)
    (save-excursion
      (goto-char (point-min))
      (while (and (scan-buffer "^$" :no-dup t :regexp t)
                  (not (eobp)))
        (delete-blank-lines)))))

* Scrapbook : エレベーター事故まとめ

news.at-ninja.jp/

* xyzzy lisp : formatのCONTROL-STRINGとパラメータと「:」と「@」の関係

~a	4	:	@
~s	4	:	@
~d	4	:	-
~b	4	:	-
~o	4	:	-
~x	4	:	-
~r	5	:	@	:@
~p	0	:	@
~c	0	:	@
~f	5	-	@
~e	7	-	@
~g	7	-	@
~$	4	:	@	:@
~%	1	-	-
~&	1	-	-
~|	1	-	-
~~	1	-	-
~\n	0	:	@	-
~t	2	-	@	-
~*	1	:	@	-
~w	???
~?	0	-	@	-
~(	0	:	@	:@
~[	1→	:0	@0	-
~{ 	1	:	@	:@
~^	3	:	-

* Scrapbook : ブザーの鳴らないLinuxマシン(Beepオフ)

linux_silence.html

* Scrapbook : Emacs Lisp

file.html

* xyzzy lisp : format

リファレンスで「~W」が抜けている
lispworks.com/documentation/HyperSpec/Body/22_cdc.htm

* xyzzy lisp : defpackage の OPTIONS に指定できるもの

* Scrapbook : GIGAZINE - パーティションを操作できるフリーソフト「GParted Live CD」