> However I can see no error in the definition of the gravity command in > tile-window.lisp. ---Zitatende---
[df] on #stumpwm spotted the difference. Here's a patch: --- command.lisp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/command.lisp b/command.lisp index 3c0d7ad..8528354 100644 --- a/command.lisp +++ b/command.lisp @@ -403,7 +403,8 @@ then describes the symbol." ("top-left" :top-left) ("bottom-right" :bottom-right) ("bottom-left" :bottom-left))) - (gravity (second (assoc (argument-pop-or-read input prompt values)) values :test 'string-equal))) + (gravity (second (assoc (argument-pop-or-read input prompt values) + values :test 'string-equal)))) (or gravity (throw 'error "No matching gravity.")))) -- 1.6.3.rc1.34.g0be9b -- Friedrich Delgado Friedrichs <frie...@nomaden.org> TauPan on Ircnet and Freenode ;) _______________________________________________ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/stumpwm-devel