--- bicyclerepair-0.9.orig/README.vim
+++ bicyclerepair-0.9/README.vim
@@ -1,2 +1,5 @@
-Instructions for installing bike.vim are in the file itself.
-See ide-integration/bike.vim
\ No newline at end of file
+The vim plugin is installed automatically on Debian. 
+
+Instructions for debugging it, and installing it from source are in the
+vim plugin, installed as /usr/share/vim/vim62/plugin/bike.vim, and present
+in the source as ide-integration/bike.vim
--- bicyclerepair-0.9.orig/ide-integration/BicycleRepairMan_Idle.py
+++ bicyclerepair-0.9/ide-integration/BicycleRepairMan_Idle.py
@@ -300,21 +300,21 @@
         return 1
 
 
-    def confirm_buffer_is_saved(self, editwin):
-        if not editwin.get_saved():
-            name = (editwin.short_title()or
-            editwin.long_title()or
-            "Untitled")
-            reply = tkMessageBox.askokcancel("Bicycle Repair Man",
-                "The buffer for %s is not saved.\n\n"%name+
-                "Save it and continue?",
-                master = self.editwin.text)
-          &nbs p; self.editwin.text.focus_set()
-            if reply:
-                editwin.io.save(None)
-            else:
-                return 0
-        return 1
+    def confirm_buffer_is_saved(self, editwin):
+        if not editwin.get_saved():
+            name = (editwin.short_title()or
+            editwin.long_title()or
+            "Untitled")
+            reply = tkMessageBox.askokcancel("Bicycle Repair Man",
+            "The buffer for %s is not saved.\n\n"%name+
+            "Save it and continue?",
+            master = self.editwin.text)
+            self.editwin.text.focus_set()
+            if reply:
+                editwin.io.save(None)
+            else:
+                return 0
+        return 1
 
     def errorbox(self, title, message):
         tkMessageBox.showerror(title, message, master = self.editwin.text)
--- bicyclerepair-0.9.orig/ide-integration/bikeemacs.py
+++ bicyclerepair-0.9/ide-integration/bikeemacs.py
@@ -64,7 +64,7 @@
         lisp("""
         (defvar brm-menu nil "Menu for Bicycle Repair Man")
          (easy-menu-define
-          brm-menu py-mode-map "Bicycle Repair Man"
+          brm-menu python-mode-map "Bicycle Repair Man"
           '("BicycleRepairMan"
                    "Queries"
                    ["Find-References" brm-find-references]
--- bicyclerepair-0.9.orig/bike/query/getPackageDependencies.py
+++ bicyclerepair-0.9/bike/query/getPackageDependencies.py
@@ -2,5 +2,4 @@
 
 # fileInPackage is the filename of a file in the package hierarchy
 def getPackageDependencies(fileInPackage):
-    
-
+    pass
