Meadow3が久しぶりに更新

system-configurationが"i386-msvc-nt5.1.2600"と返ってくる*1ので.emacsに書いていた、環境固有の設定切り替えを修正した。Meadowに独自設定が多すぎるので、この形態になった。

(cond;; switch
;;; *2

*1:へー、msvcでコンパイルするんだ。

*2:string-match "mingw" system-configuration) ((string-match "msvc" system-configuration) ;; Meadow 特有の設定 (load (expand-file-name "~/.meadow") t) ) ((string-match "linux" system-configuration) ;; linux 特有の設定 (load (expand-file-name "~/.gnuemacs") t) ) ((string-match "freebsd" system-configuration) ;; freebsd 特有の設定 (load (expand-file-name "~/.gnuemacs") t)