[Mew-dist 05633] audio bug fix
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
1998年 7月 23日 (木) 14:57:46 JST
Please give a try to the following patch and tell me whether or not
the audio bug is fixed.
I have to go. Mont Blanc is waiting for me.
--Kazu at example.com
-------------- next part --------------
*** mew-attach.el.orig Thu Jul 23 13:54:25 1998
--- mew-attach.el Thu Jul 23 13:55:02 1998
***************
*** 449,456 ****
(while (not (y-or-n-p "Are you ready? ")) ())
(message "Type C-g to finish recording...")
(mew-plet
! (apply (function call-process) mew-prog-audio)
! ))
(quit (message "Type C-g to finish recording... done.")))
(mew-flet
(write-region (point-min) (point-max) filepath nil 'no-msg)))
--- 449,457 ----
(while (not (y-or-n-p "Are you ready? ")) ())
(message "Type C-g to finish recording...")
(mew-plet
! (apply (function call-process)
! (nth 0 mew-prog-audio)
! (nth 1 mew-prog-audio)))
(quit (message "Type C-g to finish recording... done.")))
(mew-flet
(write-region (point-min) (point-max) filepath nil 'no-msg)))
Mew-dist メーリングリストの案内