<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -80,6 +80,12 @@ library is useful enough to be bundled with the starter kit, it should
 be useful enough to submit to ELPA so that everyone can use it, not
 just users of the starter kit.
 
+Sometimes packages are removed from the Starter Kit as they get added
+to ELPA itself. This has occasionally caused problems with certain
+packages. If you run into problems with such a package, try removing
+everything from inside the elpa/ directory and invoking M-x
+starter-kit-elpa-install in a fresh instance.
+
 ## Contributing
 
 If you know your way around Emacs, please try out the starter kit as a</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,8 @@
 
 (eval-after-load 'ruby-mode
   '(progn
-     (require 'ruby-compilation)
+     ;; work around possible elpa bug
+     (ignore-errors (require 'ruby-compilation))
      (setq ruby-use-encoding-map nil)
      (add-hook 'ruby-mode-hook 'inf-ruby-keys)
      (define-key ruby-mode-map (kbd &quot;RET&quot;) 'reindent-then-newline-and-indent)</diff>
      <filename>starter-kit-ruby.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ae9570b34e8931cb1e76047bd04ef08d167dabd0</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/edavis10/emacs-starter-kit/commit/ad5705fe63fb457bcfb4756b4677b162e0fb1008</url>
  <id>ad5705fe63fb457bcfb4756b4677b162e0fb1008</id>
  <committed-date>2009-02-26T10:05:20-08:00</committed-date>
  <authored-date>2009-02-26T10:05:20-08:00</authored-date>
  <message>Instructions for how to work around ELPA upgrade problems.</message>
  <tree>c8a6e71ac29e41352ce85ebe122b8e83d23f2265</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
