<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,8 +31,8 @@
   (package-initialize))
 
 (request 'cedet)
-(require 'semantic-gcc)
-(semantic-gcc-setup &quot;gcc&quot;)
+;; (require 'semantic-gcc)
+;; (semantic-gcc-setup &quot;gcc&quot;)
 
 (when (request 'package)
   (package-initialize))
@@ -696,4 +696,20 @@ With prefix argument, turn on if ARG &gt; 0; else turn off.&quot;
 
 ;; (eval-after-load &quot;info&quot; '(require 'info+))
 
+(eval-after-load 'nxml-mode
+  '(defun bf-pretty-print-xml-region (begin end)
+     &quot;Pretty format XML markup in region. You need to have nxml-mode
+http://www.emacswiki.org/cgi-bin/wiki/NxmlMode installed to do
+this.  The function inserts linebreaks to separate tags that have
+nothing but whitespace between them.  It then indents the markup
+by using nxml's indentation rules.&quot;
+     (interactive &quot;r&quot;)
+     (save-excursion
+       (nxml-mode)
+       (goto-char begin)
+       (while (search-forward-regexp &quot;\&gt;[ \\t]*\&lt;&quot; nil t)
+         (backward-char) (insert &quot;\n&quot;))
+       (indent-region begin end))
+     (message &quot;Ah, much better!&quot;)))
+
 (message &quot;.emacs loaded&quot;)
\ No newline at end of file</diff>
      <filename>_emacs</filename>
    </modified>
    <modified>
      <diff>@@ -107,17 +107,6 @@
  '(glasses-separator &quot;&quot;)
  '(global-company-mode t)
  '(global-font-lock-mode t nil (font-lock))
- '(global-semantic-decoration-mode nil nil (semantic-decorate-mode))
- '(global-semantic-highlight-edits-mode t nil (semantic-util-modes))
- '(global-semantic-highlight-func-mode nil nil (semantic-util-modes))
- '(global-semantic-idle-completions-mode nil nil (semantic-idle))
- '(global-semantic-idle-scheduler-mode t nil (semantic-idle))
- '(global-semantic-idle-summary-mode nil nil (semantic-idle))
- '(global-semantic-mru-bookmark-mode nil nil (semantic-util-modes))
- '(global-semantic-show-parser-state-mode nil nil (semantic-util-modes))
- '(global-semantic-show-unmatched-syntax-mode nil nil (semantic-util-modes))
- '(global-semantic-stickyfunc-mode nil nil (semantic-util-modes))
- '(global-senator-minor-mode nil nil (senator))
  '(global-visible-mark-mode-exclude-alist (quote (&quot;^\\*&quot;)))
  '(gnus-activate-level 5)
  '(gnus-adaptive-pretty-print t)
@@ -272,7 +261,6 @@
  '(search-whitespace-regexp &quot;[ 	
 ]+&quot;)
  '(semantic-idle-scheduler-max-buffer-size 102400)
- '(semanticdb-global-mode t nil (semanticdb))
  '(server-use-tcp nil)
  '(set-mark-command-repeat-pop t)
  '(sh-shell-file &quot;/bin/bash&quot;)</diff>
      <filename>_emacs-cust</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9e6e176cf5c5d71b3300f3d9e50889ddc4e67ab3</id>
    </parent>
  </parents>
  <author>
    <name>Yann Hodique</name>
    <email>yhodique@vmware.com</email>
  </author>
  <url>http://github.com/sigma/dotfiles/commit/abfd62cd75e1d4a2e659f9bcb52599d68ffe3807</url>
  <id>abfd62cd75e1d4a2e659f9bcb52599d68ffe3807</id>
  <committed-date>2009-11-13T02:12:22-08:00</committed-date>
  <authored-date>2009-11-13T02:12:22-08:00</authored-date>
  <message>cleanup semantic
add XML cleanup function</message>
  <tree>2fbadf41d90f231ddc1f855633605a91d8b56979</tree>
  <committer>
    <name>Yann Hodique</name>
    <email>yhodique@vmware.com</email>
  </committer>
</commit>
