タグ

2010年8月26日のブックマーク (4件)

  • Emacs講座 -第6回- load-path

    などといったエラーが発生します。 Emacs では例えば ~/.emacs に以下のようなコードを書くと load-path が参照されます。 load-path は Emacs Lisp の変数です。どんな値が入っているのかは第3回 の方法で調べられます。 load-path には複数のディレクトリが登録されているはずです。 まず先頭のディレクトリについて、以下の順で検査が行われます。第2回 の .emacs と同じですね。 hoge.elc が存在するか? hoge.el が存在するか? hoge が存在するか? 1, 2, 3 のどれにも当てはまらなければ、次のディレクトリが検査されます。 全てのディレクトリで当てはまらなければ、以下のエラーが発生します。 load-path を構成するディレクトリ# デフォルトの設定では、以下の順番に構成されているはずです。 <PREFIX>/sh

    craf
    craf 2010/08/26
    subdirs.elの話
  • Windowsにもソフトウェア更新情報を·WinSparkle MOONGIFT

    WinSparkleはWindows用のオープンソース・ソフトウェア。Mac OSXではアプリケーションごとに更新チェック機能が当たり前のように実装されている。それはアプリケーション更新通知機能ライブラリが存在するからだ。それがSparkleだ。 更新通知を出すライブラリ(紹介動画より) シンプルに組み込めて、起動時にアプリケーションの更新チェックを行うので常時起動のよく分からないプログラムを使ったりしてユーザビリティを損なうこともない。Windowsアプリケーションに組み込みたいならばWinSparkleを使おう。 WinSparkleはSparkleにインスパイアされて開発されているソフトウェアだ。単体で利用するものではなく、別途開発されているソフトウェアに組み込む。DLL化されているのでそれを組み込み、後はAPIを呼び出せば良い。MITライセンスなので商用にも組み込むことが検討できる

  • Just another Ruby porter, 2010-8-c

    ■ [GNU] GNU make 3.82 なんかリリースノートが見当たらないのでNEWSから抜粋した。 Version 3.82 A complete list of bugs fixed in this version is available here: http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=104&set=custom Compiling GNU make now requires a conforming ISO C 1989 compiler and standard runtime library. WARNING: Backward-incompatibility! The POSIX standard for make was changed in the 2008

    craf
    craf 2010/08/26
  • John Robbins' Blog : How to Capture a Minidump: Let Me Count the Ways

    As I was waiting for a minidump I was grabbing on a very large and busy server application to finish writing, my mind wandered and I realized there were quite a few ways to grab a minidump today. Back in the old Windows days, when we had to program up hill in the snow both ways, there was only WinDBG. Now it seems like an application isn't complete unless it produced a minidump. I thought I'd thro