;; ecb
(require-if-present 'ecb-autoloads)
-(if (equal (system-name) "netbsd.")
- (setq ecb-source-path '(("~/sandbox/yxmimeproc" "yxmimeproc")
- )))
+(let* ((hosts '(("netbsd." .
+ (("~/sandbox/yxmimeproc" "yxmimeproc")
+ ))
+ ("aria.cielonegro.org" .
+ (("~/sandbox/_web-app/Rakka" "Rakka")
+ ("~/sandbox/_haskell/Lucu" "Lucu")
+ ("~/sandbox/_web-app/Kirschbaum" "Kirschbaum")
+ ("~/sandbox/_haskell/HsOpenSSL" "HsOpenSSL")
+ ("~/sandbox/_haskell/HsHyperEstraier" "HsHyperEstraier")
+ ("~/sandbox/_haskell/HsSVN" "HsSVN")
+ ("~/sandbox/_game/RoRo" "RoRo")
+ ("~/sandbox/_haskell/HXT" "HXT")
+ ("~/src/ghc-6.10.1" "ghc-6.10.1")
+ ("~/sandbox/sugar" "sugar")
+ ))))
+ (paths (cdr (assoc (system-name) hosts))))
+ (setq ecb-source-path paths))
;; leim
(require-if-present 'gaelic)
'(ecb-layout-name "left14")
'(ecb-options-version "2.32")
'(ecb-show-sources-in-directories-buffer (quote always))
- '(ecb-source-path (quote (("~/sandbox/_web-app/Rakka" "Rakka") ("~/sandbox/_haskell/Lucu" "Lucu") ("~/sandbox/_web-app/Kirschbaum" "Kirschbaum") ("~/sandbox/_haskell/HsOpenSSL" "HsOpenSSL") ("~/sandbox/_haskell/HsHyperEstraier" "HsHyperEstraier") ("~/sandbox/_haskell/HsSVN" "HsSVN") ("~/sandbox/_game/RoRo" "RoRo") ("~/sandbox/_haskell/HXT" "HXT") ("~/src/ghc-6.8.3" "ghc-6.8.3") ("/Users/admin/sandbox/sugar" "sugar") ("/" "/"))))
'(ecb-tip-of-the-day nil)
'(ecb-tree-buffer-style (quote ascii-guides))
'(ecb-windows-width 0.2)