]> git.eshelyaron.com Git - emacs.git/commit
Expand recognized time intervals for MPC seeking
authorMark Oteiza <mvoteiza@udel.edu>
Sun, 24 Sep 2017 12:17:34 +0000 (08:17 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Sun, 24 Sep 2017 12:22:12 +0000 (08:22 -0400)
commitc7474fab180b57174edb3c949422e466100d605c
treed2c8003a53279dd4b30616a5cc190f86e844ce6f
parent108df97bf7d9d93f9fe976ad1e52388920076eba
Expand recognized time intervals for MPC seeking

Now accepts [+-]H:M:S and subsets.  Also accepts some odd variations of
it since the regexp is not strict.  One unpleasant caveat is that
string-to-number simply returns zero on failure instead of signaling an
error.  At the moment, there are cases where instead of getting
a user-error, the seek may simply not go where one expects it.
* lisp/mpc.el (mpc-read-seek): New function.
(mpc-seek-current): Use it.
lisp/mpc.el