Re: How to move point in emms playlist?
Tom via <[email protected]>
| Newsgroups | gmane.emacs.emms.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 12, 2023 at 04:00:06PM +1000, Yuchen Pei wrote:
> Does the command emms-playlist-mode-center-current (bound to
> the c key by default) that teleports point to the currently
> playing track help?
It works interactively, but not from within the hook:
(defun tvd-emms-follow-playing-song()
(interactive)
(emms-playlist-mode-center-current))
But using it interactively is good enough, I'd say. Thanks for the hint!
best,
Tom