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 18:15:10 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

Daniel Brockman <address@hidden> writes:

> address@hidden (Daniel Jensen) writes:
>
>> To avoid, the insertion of action tracks in playlist buffers:
>
> [...]
>
>> -           (bongo-play-lines 1)))))
>> +           (bongo-play-lines)))))
>
> Oops, thanks.  Installed.

Double oops, I forgot to change the other call to `bongo-play-lines'.

diff -Naur bongo-old/bongo.el bongo-new/bongo.el
--- bongo-old/bongo.el  2007-04-06 16:54:58.000000000 +0200
+++ bongo-new/bongo.el  2007-04-06 18:14:05.000000000 +0200
@@ -5639,7 +5639,7 @@
          (bongo-toggle-collapsed))
         ((bongo-track-line-p)
          (if (not (consp n))
-             (bongo-play-lines (prefix-numeric-value n))
+             (bongo-play-lines n)
            (call-interactively 'bongo-set-backend-for-track)
            (bongo-play-lines)))))
 

reply via email to

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