내가 Aquamacs 이맥스 소리를 재생하려고 해요.
나는 이것을 가지고있다:
(add-hook 'org-after-todo-state-change-hook 'my-org-after-todo)
(defun my-org-after-todo ()
(play-sound-file "~/Library/Sounds/InkSoundStroke3.aif"))
하지만이 오류가 발생합니다.
This Emacs binary lacks sound support
어떤 아이디어?
답변
나는 2011 년에 똑같은 문제를 겪었고, 지금 내가 공유하고있는 작은 elisp 꾸러미로 그것을 고쳤다. https://github.com/leoliu/play-sound-osx . 내가 그것을 많이 사용하는 것을 기억할 수 없기 때문에 그것이 당신을 위해 작동하는지 알려주세요 🙁