Source of Nothingness - lan

* Menu

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

*

(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 : Google グループ : comp.lang.lisp

URI Escape/Unescape Library?
thread/d252a7d7e34ad7c9/b882f1a826bf7875

URIエンコーディングについて。
マルチバイト文字を使わない人たちなんだろうけど、参考まで。

* Scrapbook : Windows でパスワードの LAN Manger ハッシュが Active Directory とローカル SAM データベースに保存されないようにする方法

http://support.microsoft.com/default.aspx?scid=kb;ja;299656