Re: [STUMP] Reload stumpwm after source change

2012-06-16 Thread Eric Abrahamsen
On Sun, Jun 17 2012, David T. Harris wrote: > Diogo, > Thank you for the reply. How exactly does slime work with stumpwm? > I compiled stumpwm using the normal ./configure, and make with sbcl. > Then I copied the executable into my local ~/bin. I then put a line > in my .xinitrc file that ex

Re: [STUMP] Reload stumpwm after source change

2012-06-16 Thread Pedro Silva
"David T. Harris" writes: > I've searched google and the stumpwm git repo and can't find stumprun, > I'm guessing this is a script that male made?  If it is does anyone > know what could have been in the script? I suppose stumprun could wrap something like this: --8<---cut here-

Re: [STUMP] Reload stumpwm after source change

2012-06-16 Thread David T. Harris
Diogo,   Thank you for the reply.  How exactly does slime work with stumpwm?  I compiled stumpwm using the normal ./configure, and make with sbcl.  Then I copied the executable into my local ~/bin.  I then put a line in my .xinitrc file that exec's the stumpwm in ~/bin when I run startx. At thi

Re: [STUMP] Reload stumpwm after source change

2012-06-16 Thread Diogo F. S. Ramos
"David T. Harris" writes: > In the StumpWM Experience video ( > http://www.youtube.com/watch?v=tKt_rVO960Q&t=4m43s ) by male and bobf, male > shows that he can edit a stumpwm source file (stumpwm.lisp in his example), > hit a key in vim, > and have the change take effect immediately without re

[STUMP] Reload stumpwm after source change

2012-06-16 Thread David T. Harris
All, In the StumpWM Experience video ( http://www.youtube.com/watch?v=tKt_rVO960Q&t=4m43s ) by male and bobf, male shows that he can edit a stumpwm source file (stumpwm.lisp in his example), hit a key in vim, and have the change take effect immediately without reloading or recompiling. My ques