2013-03-12から1日間の記事一覧

古い howm-mode と emacs 24 で inhibit-first-line-modes-regexps が無いといわれるので

(defvaralias 'inhibit-first-line-modes-regexps 'inhibit-local-variables-regexps) を追加して暫定対処。 ちゃんとしたパッチがあるのであとでやる http://howm.sourceforge.jp/index-j.html

続々「Scala スケーラブルプログラミング 第2版」で気づいたこと

List 操作の代表的なメソッドが紹介されているが、remove と sort は Scala 2.10.0 だと無い。代わりに filterNot と sortWith を使う。https://github.com/yewton/scala_ex/blob/master/03_next_steps_in_scala/list_functions.scala