[rhmessaging-commits] rhmessaging commits: r980 - mgmt/etc.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Oct 9 12:59:40 EDT 2007


Author: justi9
Date: 2007-10-09 12:59:39 -0400 (Tue, 09 Oct 2007)
New Revision: 980

Modified:
   mgmt/etc/cumindev.el
Log:
 * Binds .strings files to html mode
 * Removes the desktop-read business



Modified: mgmt/etc/cumindev.el
===================================================================
--- mgmt/etc/cumindev.el	2007-10-09 16:01:15 UTC (rev 979)
+++ mgmt/etc/cumindev.el	2007-10-09 16:59:39 UTC (rev 980)
@@ -2,9 +2,12 @@
 
 (if cumindev-home
     (progn
-      ;(desktop-read cumindev-home)
       (shell "dev")
       (setq tags-file-name (concat cumindev-home "/etc/cumindev.tags"))
-      (setq grep-command (concat "find " cumindev-home " -name \\*.py -print | xargs fgrep -n "))
-      (setq compile-command "cumin-test"))
-  (display-warning 'cumindev "Environment variable CUMINDEV_HOME not set" :error))
+      (setq grep-command (concat "find " cumindev-home
+                                 " -name \\*.py -print | xargs fgrep -n "))
+      (setq compile-command "cumin-test")
+      (setq auto-mode-alist
+            (cons '("\\.strings$" . html-mode) auto-mode-alist)))
+  (display-warning 'cumindev
+                   "Environment variable CUMINDEV_HOME not set" :error))




More information about the rhmessaging-commits mailing list