<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -68,6 +68,9 @@
 ;; Should be able to eval-and-replace anywhere.
 (global-set-key (kbd &quot;C-c e&quot;) 'eval-and-replace)
 
+;; For debugging Emacs modes
+(global-set-key (kbd &quot;C-c p&quot;) 'message-point)
+
 ;; Applications
 
 (global-set-key (kbd &quot;C-c j&quot;) (lambda () (interactive) (switch-or-start 'jabber-connect &quot;*-jabber-*&quot;)))</diff>
      <filename>starter-kit-bindings.el</filename>
    </modified>
    <modified>
      <diff>@@ -206,6 +206,10 @@ Symbols matching the text at point are put first in the completion list.&quot;
        (list ?\&quot;))
   (paredit-mode 1))
 
+(defun message-point ()
+  (interactive)
+  (message &quot;%s&quot; (point)))
+
 (defun toggle-fullscreen ()
   (interactive)
   ;; TODO: this only works for X. patches welcome for other OSes.</diff>
      <filename>starter-kit-defuns.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0386f01192e3cb1713eddc19c3e7a87dda0d0a39</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/technomancy/emacs-starter-kit/commit/7297c0a6d91d71634870561404a236e397573b51</url>
  <id>7297c0a6d91d71634870561404a236e397573b51</id>
  <committed-date>2009-10-09T12:26:29-07:00</committed-date>
  <authored-date>2009-10-09T12:26:29-07:00</authored-date>
  <message>Add message-point binding.</message>
  <tree>b0c6836f695f507aa25333166125a411a58c42fc</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
