Re: [STUMP] Logitech G15 keyboard keysyms

2009-01-16 Thread Shawn
Ted Zlatanov writes: > TC's patch looks good to me, look in his last message in this thread. Roger, roger. Thank you Ted and TC! Your patch is in the you-know-where. -Shawn ___ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org http://lists.nongnu.

Re: [STUMP] Module search path and other stuff

2009-01-16 Thread Shawn
Julian Stecklina writes: > Hello, > > I just updated my local stumpwm tree and found a bug regarding > *contrib-dir* which is a pathname but passed as :directory parameter to > make-pathname. My new git tree git://github.com/blitz/stumpwm.git > contains a patch and is regularly rebased to stumpwm

Re: [STUMP] Changing keyboard layout... forth and back

2009-01-16 Thread Shawn
eu...@dueck.org writes: > Hi Fabrice, > > Looks almost like the French layout has a different mapping for your > prefix key than the English layout. Did you try to use xev to figure > out whether that's the case? I suspect this is the problem. >> By default, it is well in British English. If I p

Re: [STUMP] [PATCH] Fix module paths on sbcl

2009-01-16 Thread Shawn
Ivy Foster writes: > So it turns out that sbcl doesn't like it when it's asked to `(load ...)' a > path > instead of a string. This lets sbcl users use the new module.lisp stuff. Thanks for the bug report! I decided to fix it a different way. -Shawn __

Re: [STUMP] crash

2009-01-16 Thread Shawn
Stanisław Halik writes: > Oh hi, > > So stumpwm crashed only to reinitialize itself and crash again. Here's > the backtrace: > > Caught 'The value 4294967295 is not of type (OR NULL (UNSIGNED-BYTE > 16)).' at the top level. Please report this. > 11: (XLIB::DECODE-WM-HINTS > #(119 1 1 377495

Re: [STUMP] minor netwm patch

2009-01-16 Thread Shawn
Rupert Swarbrick writes: > Could this patch find its way to upstream? It calls the > netwm-set-group-properties function on group kill as well as group > create, which is useful if you use gnome-panel and workspace switcher > applet (otherwise the applet doesn't know about the deletion). Thanks

Re: [STUMP] declare mpd maps before using them

2009-01-16 Thread Shawn
Vitaly Mayatskikh writes: > SBCL complains on undeclared variables while loading mpd.lisp Thanks Vitaly. That bad ass is in the snatch, now. -Shawn ___ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/stum

Re: [STUMP] [PATCH] Make gnome-panel recognize closed windows

2009-01-16 Thread Shawn
"James Wright" writes: > So the fix, which is much shorter than this comment, changes `withdraw-window' > to remove the withdrawn window from its tile-group and *then* call > `remove-mapped-window'. Thanks James. I've applied your patch to the repository. -Shawn __