]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Mon, 16 Feb 2009 03:23:03 +0000 (12:23 +0900)
committerPHO <pho@cielonegro.org>
Mon, 16 Feb 2009 03:23:03 +0000 (12:23 +0900)
dot-files/_emacs_el

index a836decb0e25f07ec84c05fbd8f5b8ed9f7f5b3d..edb2a1aac45386c9c28cc0a2b5bb19af86625c25 100644 (file)
       (require feature)
     (file-error
      (if (equal (cadr e) "Cannot open load file")
-         nil ; ignore
+         (message "Warning: feature %s is absent" feature) ; warn and ignore
        (apply 'signal (car e) (cdr e)))))) ; rethrow
 
 (defun load-file-if-present (path)
   (if (file-exists-p path)
-      (load-file path)))
+      (load-file path)
+    (message "Warning: file %s is absent" path)))
 
 ;; flyspell
 (require-if-present 'flyspell)
                   ("~/sandbox/_haskell/HsSVN"           "HsSVN")
                   ("~/sandbox/_game/RoRo"               "RoRo")
                   ("~/sandbox/_haskell/HXT"             "HXT")
+                  ("~/sandbox/_haskell/hxt-compile"     "hxt-compile")
                   ("~/src/ghc-6.10.1"                   "ghc-6.10.1")
                   ("~/sandbox/sugar"                    "sugar")
                   ))))
  '(mew-summary-form (quote (type (5 date) " " (14 from) " " t (14 x-classification) " " (30 subj) "|" (0 body))))
  '(mouse-wheel-progessive-speed nil)
  '(mouse-wheel-scroll-amount (quote (1 ((shift) . 5) ((control)))))
- '(navi2ch-browse-url-browser-function (quote browse-url-with-firefox))
+ '(navi2ch-browse-url-browser-function (quote browse-url-firefox))
  '(navi2ch-mona-face-variable (quote navi2ch-mona16-face))
  '(navi2ch-mona-on-message-mode t)
  '(newsticker-html-renderer (quote w3m-region))