At Sat, 2 May 2009 02:40:31 +0530, Sharad Pratap wrote:

> Hi,
> I am only able to find
> 
> Eval : (linux:execl "/usr/bin/wmaker")
> 
> works ! only in clisp.
> 
> No solution for sbcl.
> 
> sbcl has sb-unix but no support for fork, execl etc, present.

(sb-posix:fork)

(sb-ext:run-program ...)

...
;;; RUN-PROGRAM uses fork() and execve() to run a different program.
...
-- 
wbr, Vitaly


_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to