]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Tue, 20 Jan 2009 09:38:25 +0000 (18:38 +0900)
committerPHO <pho@cielonegro.org>
Tue, 20 Jan 2009 09:38:25 +0000 (18:38 +0900)
dot-files/_emacs_el

index 6bf8419b1f52880d534ad08295450293e3717c9e..ad328dac61e933a6db4e28902034b0133192835f 100644 (file)
 
 ;; 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)