stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] wmaker's RESTART


From: Sharad Pratap
Subject: Re: [STUMP] wmaker's RESTART
Date: Sat, 2 May 2009 02:40:31 +0530

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.


-sharad

On Wed, Apr 22, 2009 at 2:33 AM, Shawn Betts <address@hidden> wrote:
On Tue, Apr 21, 2009 at 11:40 AM, Sharad Pratap <address@hidden> wrote:
> Hi All,
>
> Anybody please let me know,
> if here equivalent of  wmaker 's RESTART to move to another WindowManger
> keeping all window opened.
> Or if it is not here, then could be achieved by some way.

Currently there is not. All you need to do is export the posix
function execvp to lisp and then run it with the new WM. If you get it
working send me a patch and I'll put it in stumpwm. You could use cffi
but it'd be nice, at this point, not to pull in another dependency for
a single function.

-Shawn

reply via email to

[Prev in Thread] Current Thread [Next in Thread]