Location: steve@xxxxxxxxxxxxxx http://arch.eicq.org/2005/
Revision: xwem--steve--2.2--patch-7
Archive: steve@xxxxxxxxxxxxxx
Creator: Steve Youngs <steve@xxxxxxxx>
Date: Wed Sep 28 17:18:56 EST 2005
Standard-date: 2005-09-28 07:18:56 GMT
Modified-files: lisp/xwem-launcher.el
New-patches: steve@xxxxxxxxxxxxxx/xwem--steve--2.2--patch-7
Summary: Optionally start apps with nohup and set PWD
Keywords: enhancement, user-visible
With this change a user can have apps lauched with nohup. This way
xwem-agent users can cycle their SXEmacs session and keep _all_ their
currently running apps running.
It also gives the user the option of being able to set the PWD for all
apps launched. The idea here is so that those horrible nohup.out files
will be in one place.
* lisp/xwem-launcher.el (xwem-launcher-use-nohup): New. When non-nil,
makes XWEM launch apps using nohup(1).
(xwem-launcher-force-pwd): New. If non-nil, use
`xwem-launcher-forced-pwd' as the PWD when launching apps.
(xwem-launcher-forced-pwd): Directory to use when
`xwem-launcher-force-pwd' is non-nil. Defaults to $HOME.
(xwem-execute-program): Use above new vars to optionally use nohup and
force the PWD.
|