bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Re: Improve `bongo-set-backend-for-track' and make `C-u


From: Daniel Jensen
Subject: [bongo-patches] Re: Improve `bongo-set-backend-for-track' and make `C-u M-x bongo-dwim RET' (i.e, `C-u RET') invoke the former (original patch by Daniel Jensen); also add `bongo-backend' to `bongo-line-serializable-properties'
Date: Fri, 06 Apr 2007 15:42:23 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

To avoid, the insertion of action tracks in playlist buffers:

diff -Naur bongo-old/bongo.el bongo-new/bongo.el
--- bongo-old/bongo.el  2007-04-06 15:24:55.000000000 +0200
+++ bongo-new/bongo.el  2007-04-06 15:39:12.000000000 +0200
@@ -5633,7 +5633,7 @@
          (if (not (consp n))
              (bongo-play-lines (prefix-numeric-value n))
            (call-interactively 'bongo-set-backend-for-track)
-           (bongo-play-lines 1)))))
+           (bongo-play-lines)))))

 (defun bongo-mouse-dwim (event)
   "In Bongo, do what the user means to the object that was clicked on.





reply via email to

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