Re: emms-info-native and track duration
Petteri Hintsanen <[email protected]>
| Newsgroups | gmane.emacs.emms.user |
|---|---|
| Message-ID | <[email protected]> |
Yoni Rabkin <[email protected]> writes: > Haven't tested yet because I get a: > > emms-info-native-vorbis.el:85:36: Error: Wrong number of > arguments: (3 . 3), 4 > make: *** [Makefile:71: emms-info-native-vorbis.elc] Error 1 > > ...when I try to compile the code on Emacs 28.2. Thanks, this was something I had completely overlooked. Namely, bindat-type macro has changed between Emacs 28 and 29, and EMMS was using a type that is available only in v29. I pushed a new version; it uses an older type that is compatible with Emacs 28. Hope this helps, Petteri