bongo-devel
[Top][All Lists]
Advanced

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

Re: [bongo-devel] Re: Bongo marking and selecting random tracks


From: Daniel Brockman
Subject: Re: [bongo-devel] Re: Bongo marking and selecting random tracks
Date: Sun, 01 Apr 2007 18:50:31 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

address@hidden (Daniel Jensen) writes:

> Daniel Brockman <address@hidden> writes:
>
>> So I propose a fourth option:
>>
>>  (defun bongo-unplayed-randomly-playable-track-line-p (&optional point)
>>    "Return non-nil for unplayed and randomly playable track lines.
>>  Inspect the line at POINT; or the one at point, if POINT is nil.
>>  See `bongo-randomly-playable-track-line-p' and `bongo-played-track-line-p'."
>>    (and (bongo-randomly-playable-track-line-p point)
>> +       (not (and bongo-mark-played-tracks
>> +                 (bongo-currently-playing-track-line-p)))
>>         (not (bongo-played-track-line-p))))
>
> In English, this is Anthony's fix, only that it doesn't apply
> when `bongo-mark-played-tracks' is off. Looks OK to me.

Okay. :-)

I will install it.

Thanks to both of you.

-- 
Daniel Brockman <address@hidden>




reply via email to

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