]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_emacs_el
Auto commit by The Sugar System.
[sugar.git] / dot-files / _emacs_el
index 638e7b3ab5fb4e09947e76add110e275b7fa053a..e9feb7fd5c4aefaa10c27a4d89c6bf025ce69a7d 100644 (file)
 
 ;; ecb
 (require-if-present 'ecb-autoloads)
+(let* ((hosts '(("netbsd." .
+                 (("~/sandbox/yxmimeproc" "yxmimeproc")
+                  ))
+                ("g1.cuenote.jp" .
+                 (("~/sandbox/MR/engine/libycom" "libycom")
+                  ))
+                ("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)
  '(canlock-password "a14fa4d2601465d55585c291fa8b3943e189e716")
  '(cleite:auto-refresh-interval nil)
  '(cleite:measure-srpc-call-time t)
+ '(completion-ignored-extensions (quote (".svn/" "CVS/" ".o" "~" ".bin" ".lbin" ".so" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".dvi" ".fmt" ".tfm" ".pdf" ".class" ".fas" ".lib" ".mem" ".x86f" ".sparcf" ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" ".lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".pyc" ".pyo" ".hi")))
  '(cperl-merge-trailing-else nil)
- '(default-frame-alist (quote ((tool-bar-lines . 0) (menu-bar-lines . 1) (width . 80) (height . 25) (right-fringe) (left-fringe) (font . -adobe-courier-medium-r-normal--12-120-75-75-m-70-iso10646-1))))
+ '(default-frame-alist (quote ((tool-bar-lines . 0) (menu-bar-lines . 1) (width . 80) (height . 25) (right-fringe) (left-fringe))))
  '(ecb-add-path-for-not-matching-files (quote (t)))
  '(ecb-help-info-path "/sw/share/info/ecb.info")
  '(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)