bongo-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bongo-patches] Make header lines skip action tracks when looking for th


From: Daniel Brockman
Subject: [bongo-patches] Make header lines skip action tracks when looking for their infoset
Date: Thu, 05 Apr 2007 03:24:18 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

2007-04-05  Daniel Brockman  <address@hidden>

        Make header lines skip action tracks when looking for
        their infoset.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-04-05 03:24:16.000000000 +0200
+++ new-bongo/bongo.el  2007-04-05 03:24:16.000000000 +0200
@@ -2589,7 +2589,8 @@
            (indentation (bongo-line-indentation)))
       (while (and (bongo-next-object-line 'no-error)
                   (> (bongo-line-indentation) indentation)
-                  (not (bongo-track-line-p))))
+                  (or (not (bongo-track-line-p))
+                      (bongo-action-track-line-p))))
       (when (and (> (bongo-line-indentation) indentation)
                  (bongo-track-line-p))
         (bongo-filter-alist fields (bongo-track-infoset))))))
-- 
Daniel Brockman <address@hidden>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]