[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to move point in emms playlist?
From: |
Tom |
Subject: |
Re: How to move point in emms playlist? |
Date: |
Wed, 12 Jul 2023 14:51:40 +0200 |
User-agent: |
Mutt/2.2.7 (2022-08-07) |
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