branch: externals/mpdired commit 1c0bdfde9940b73131d9b3da4d55dcf55589700b Author: Manuel Giraud <man...@ledu-giraud.fr> Commit: Manuel Giraud <man...@ledu-giraud.fr>
more comment --- mpdired.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mpdired.el b/mpdired.el index fe883a2a86..ca18ac2dd4 100644 --- a/mpdired.el +++ b/mpdired.el @@ -522,10 +522,11 @@ (insert string) (set-marker (process-mark proc) (point))) (if moving (goto-char (process-mark proc))) - ;; The server has done its work. + ;; The server has replied. (cond ((re-search-backward "^ACK \\(.*\\)$" nil t) (message (match-string 1))) ((re-search-backward "^OK$" nil t) + ;; Present results in the main buffer (cond ((or (eq mpdired--last-command 'listall) (eq mpdired--last-command 'listplaylist)) (mpdired--present-list proc))