Porting guile-xlib

2013-01-27 Thread Mark Witmer
;return 0;" and rest easy knowing the gc will take care of the details? Thanks Mark Witmer

Re: Porting guile-xlib

2013-01-27 Thread Mark Witmer
I found something farily obvious that will help with a lot of these kinds of questions; methods like "scm_i_makinum" were accessed via macros, so the macro (SCM_MAKINUM) is what I had to search for in the old manuals. Am I safe to use "scm_from_int" in its place and other general SCM numeric func

First steps towards a window manager

2013-01-31 Thread Mark Witmer
unning. A lot of this is inspired by Stumpwm, a pretty nifty tiling wm written in common lisp that's similarly configurable. I'll put the wm code on github as well as I get more features added. Feedback and suggestions are welcome! Mark Witmer

Whitespace in sxml

2013-02-04 Thread Mark Witmer
espace? I decided I want to use xcb for my window manager, so I'm implementing a language in guile that reads the xml files xcb uses to describe the X protocol and creates bindings for it. Thanks Mark Witmer

guile-xcb

2013-02-16 Thread Mark Witmer
e that it's far from complete. But I'll keep hacking away at it! Thanks to everyone for the awesome work being done on the Guile core and all the exciting projects cropping up around it. I've learned a lot by following this list and guile-devel. -- Mark Witmer