"David T. Harris" <blueninj...@yahoo.com> 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 reloading or recompiling. > > My question is how does he do this? What exact key is he running in vim to > do this. > > In vim it shows the following: > > :'<,'>w ! stumprun > STUMPWM-INTERNAL-LOOP > > 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? > > Thank you to anyone who can shed some light on this.
I don't know what they are using and I'm not a VIM user, but in Emacs we normally use SLIME[0] to talk to the common lisp machine. Maybe they are using Slimv[1], which is apparently "SLIME for Vim". [0] http://common-lisp.net/project/slime/ [1] http://www.vim.org/scripts/script.php?script_id=2531 -- Diogo F. S. Ramos _______________________________________________ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/stumpwm-devel