<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,10 @@
+fix: in pyhalp any stdout output isn't shown if there's an exception
+
+set PYTHONPATH (or something)
+
+don't delete old outputs if there's an error in the initial module
+loading. but do mark them somehow as no longer the current output.
+
 add doc comments to interactive elisp functions
 
 We're still getting 'File &quot;&lt;string&gt;&quot;, line 14' on syntax errors.</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -275,12 +275,12 @@ def compute_diff(is_junk, a, b):
     i = j = 0
     triples = []
     for ai, bj, size in sm.get_matching_blocks():
-	# Invariant: 
-	#  triples is the diff for a[:i], b[:j]
-	#  and the next matching block is a[ai:ai+size] == b[bj:bj+size].
-	if i &lt; ai or j &lt; bj:
-	    triples.append((a[i:ai], j, bj))
-	i, j = ai+size, bj+size
+        # Invariant: 
+        #  triples is the diff for a[:i], b[:j]
+        #  and the next matching block is a[ai:ai+size] == b[bj:bj+size].
+        if i &lt; ai or j &lt; bj:
+            triples.append((a[i:ai], j, bj))
+        i, j = ai+size, bj+size
     triples.reverse()
     return triples
 </diff>
      <filename>pyhalp.py</filename>
    </modified>
    <modified>
      <diff>@@ -82,12 +82,12 @@ def compute_diff(is_junk, a, b):
     i = j = 0
     triples = []
     for ai, bj, size in sm.get_matching_blocks():
-	# Invariant: 
-	#  triples is the diff for a[:i], b[:j]
-	#  and the next matching block is a[ai:ai+size] == b[bj:bj+size].
-	if i &lt; ai or j &lt; bj:
-	    triples.append((a[i:ai], j, bj))
-	i, j = ai+size, bj+size
+        # Invariant: 
+        #  triples is the diff for a[:i], b[:j]
+        #  and the next matching block is a[ai:ai+size] == b[bj:bj+size].
+        if i &lt; ai or j &lt; bj:
+            triples.append((a[i:ai], j, bj))
+        i, j = ai+size, bj+size
     triples.reverse()
     return triples
 </diff>
      <filename>v8halp.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>93e3a850aa43f5b404949a916a7851d85806303f</id>
    </parent>
  </parents>
  <author>
    <name>darius</name>
    <email>darius@66-215-17-42.dhcp.gldl.ca.charter.com</email>
  </author>
  <url>http://github.com/darius/halp/commit/581f48c8d1b576c2d866ad3afc20c82ca5c99043</url>
  <id>581f48c8d1b576c2d866ad3afc20c82ca5c99043</id>
  <committed-date>2008-10-04T12:18:39-07:00</committed-date>
  <authored-date>2008-10-04T12:18:39-07:00</authored-date>
  <message>untabify sourcefiles</message>
  <tree>6a59f157ee1c0709f314e969b1e1f7e188659b0a</tree>
  <committer>
    <name>darius</name>
    <email>darius@66-215-17-42.dhcp.gldl.ca.charter.com</email>
  </committer>
</commit>
