* 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ソフトライブラリ -
- Scrapbook : エレベーター事故まとめ
- xyzzy lisp : formatのCONTROL-STRINGとパラメータと「:」と「@」の関係
- Scrapbook : ブザーの鳴らないLinuxマシン(Beepオフ)
- Scrapbook : Emacs Lisp
- xyzzy lisp : format
- xyzzy lisp : defpackage の OPTIONS に指定できるもの
- Scrapbook : GIGAZINE - パーティションを操作できるフリーソフト「GParted Live CD」
- Scrapbook : サッカーの得点とポアソン分布(TAKENAKA's Web Page:)
- xyzzy topic : はてな関連 xyzzy 拡張 Lisp まとめ
- xyzzy topic : xyzzy使い in はてな
- xyzzy topic : はてダモード
- xyzzy topic : きまぐれにxyzzy移転&更新いっぱい
- xyzzy topic : gtags-menu
page 22 - << : 0 : 1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 : 9 : 10 : 11 : 12 : 13 : 14 : 15 : 16 : 17 : 18 : 19 : 20 : 21 : 22 : 23 : 24 : 25 : 26 : 27 : 28 : 29 : 30 : 31 : 32 : 33 : 34 : 35 : 36 : >>
* Scrapbook : soft/Xming - ペンギンの杜 - Linuxソフトライブラリ -
*
(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
