2002-02-27 (Wed) 環境改善 [長年日記]

昨日の夜

上厨で呑み。

バンドすんの?

今日の update

今度の JDE は byte-compile するとウマく動作しないようだ。bsh の実行やJavaメソッド名の補完に失敗する。

Semantic が恐らく Emacs21 依存のコードによって動作しなくなっていたようなのでテキトーに修正。

--- semantic-util-modes.el~     Tue Dec 18 12:03:18 2001
+++ semantic-util-modes.el      Wed Feb 27 13:05:30 2002
@@ -339,9 +339,11 @@
 
 (defface semantic-unmatched-syntax-face
   '((((class color) (background dark))
-     (:underline "red"))
+     (:underline  t))
     (((class color) (background light))
-     (:underline "red")))
+     (:underline t)))
   "*Face used to show unmatched-syntax in.
 The face is used in  `semantic-show-unmatched-syntax-mode'."
   :group 'semantic)