Location: steve@xxxxxxxxxxxxxx http://arch.eicq.org/2005/
Revision: xwem--steve--2.2--patch-13
Archive: steve@xxxxxxxxxxxxxx
Creator: Steve Youngs <steve@xxxxxxxx>
Date: Tue Nov 22 02:25:44 EST 2005
Standard-date: 2005-11-21 16:25:44 GMT
Modified-files: dockapp/xwem-mpd.el
New-patches: steve@xxxxxxxxxxxxxx/xwem--steve--2.2--patch-13
Summary: Kill mpd process without query.
Keywords: internal
This changeset means I can cycle my XWEM session without being asked
about running processes.
* dockapp/xwem-mpd.el (mpd-start-connection): Set the process to kill
without query so SXEmacs can be exited while the music plays on. :-)
* added files
{arch}/xwem/xwem--steve/xwem--steve--2.2/steve@xxxxxxxxxxxxxx/patch-log/patch-13
* modified files
--- orig/dockapp/xwem-mpd.el
+++ mod/dockapp/xwem-mpd.el
@@ -117,6 +117,7 @@
(set-process-coding-system mpd-process 'utf-8 'utf-8)
(set-process-filter mpd-process 'mpd-process-filter)
(set-process-sentinel mpd-process 'mpd-process-sentinel)
+ (process-kill-without-query mpd-process)
(add-hook 'mpd-after-command-hook 'mpd-update-variables)
(setq mpd-itimer
|