emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emms-help] A strange problem


From: Ye Wenbin
Subject: [emms-help] A strange problem
Date: Mon, 05 Mar 2007 13:45:15 +0800
User-agent: Opera Mail/9.10 (Linux)

Hi,
Something is wrong when I use emms-mark-mode. The error message is:
emms-mark-update-descriptions: Invalid function: (macro lambda (&rest body)...

That is the macro emms-walk-tracks. I simply change the outer macro emms-with-inhibit-read-only-t to let binding, the problem is went out:
(defun emms-mark-update-descriptions ()
  "Update the track descriptions in the current buffer."
  (let ((inhibit-read-only t))
    (save-excursion
      (goto-char (point-min))
      (emms-walk-tracks
       (emms-playlist-update-track)))))

I'm no familar of macro. Is this a bug of emacs or else?

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]