stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Displaying messages using StumpWM


From: Manuel Giraud
Subject: Re: [STUMP] Displaying messages using StumpWM
Date: Wed, 08 Jun 2011 13:36:08 +0200
User-agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/23.3 (berkeley-unix)

Duncan Bayne <address@hidden> writes:

> I'm learning Common Lisp, & I had an idea for a CI-like tool.  The
> rough idea is that it's a Lisp program that will monitor a set of Lisp
> files, & if any changes, run all the lisp-unit tests in them.

Good luck with that but I don't see how it is related to a window
manager.

> The thing is, I'd like to display the result using the StumpWm
> message() function.  However - and possibly this is just because I'm
> new to Common Lisp - I don't see how I can have my Lisp program get
> StumpWM to display messages.

StumpWM run into a Common Lisp implementation (sbcl, clisp or whatnot)
instance so your program has to run in that same instance in order to
call any of the running stumpwm function. Or you have to be able to
communicate with that lisp instance (maybe you could use
contrib/stumpish as an example).

-- 
Manuel Giraud



reply via email to

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