Ok, true enough. Just removed my changes and it all works now. I swear it wasn't working before. At any rate, now it is. Please disregard the patches and sorry for the noise.
Ross Michael Olson <[EMAIL PROTECTED]> writes: > Ross Patterson <[EMAIL PROTECTED]> writes: > >> The emms-player-*-playable-p predicates generated by the >> define-emms-simple-player macro in emms-player-simple or defun'ed in >> emms-player-mpd fail to recognize track string-matches on the regexp >> if the regexp matches at the beginning because string-match returns >> 0 which causes and to return false. Attached are patches against >> 2.0-2 from Debian Unstable. > > I don't understand what you mean. In C, 0 is false, but not so in > Lisp. Example: (and (and 1 0) 'foo) -> 'foo. > > -- > Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ > Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net > /` |\ | | | IRC: freenode.net/mwolson: #emacs, #hcoop, #muse, #PurdueLUG > |_] | \| |_| Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC > _______________________________________________ > Emms-help mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/emms-help _______________________________________________ Emms-help mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emms-help
