Re: [STUMP] [PATCH] Redisplay functionality like in ratpoison

2008-08-28 Thread Shawn
38a938c2 <[EMAIL PROTECTED]> writes: > Shawn wrote: >> 38a938c2 <[EMAIL PROTECTED]> writes: >> >>> Shawn wrote: Why so much resizing? In ratpoison it resizes the window down by 1 pixel and then back (I'm pretty sure). If you resize a window down to 1x1 it's possible the client will

Re: [STUMP] Placement rules, automatic group create/restore

2008-08-28 Thread Shawn
Morgan Veyret <[EMAIL PROTECTED]> writes: > Here is the fixed version in a single patch. Applied! Thanks. -Shawn ___ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

[STUMP] [PATCH] Make select-from-menu completion case insensitive

2008-08-28 Thread Lionel Flandrin
--- menu.lisp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/menu.lisp b/menu.lisp index 48d46a7..684251f 100644 --- a/menu.lisp +++ b/menu.lisp @@ -106,7 +106,7 @@ completion (e.g. not backspace or F9)" (cur-elem (car rest-elem) (car rest-elem))

Re: [STUMP] [PATCH] Redisplay functionality like in ratpoison

2008-08-28 Thread 38a938c2
Shawn wrote: > 38a938c2 <[EMAIL PROTECTED]> writes: > >> Shawn wrote: >>> Why so much resizing? In ratpoison it resizes the window down by 1 >>> pixel and then back (I'm pretty sure). If you resize a window down to >>> 1x1 it's possible the client will iconify the window because it's too >>> small

Re: [STUMP] [PATCH] Redisplay functionality like in ratpoison

2008-08-28 Thread Shawn
38a938c2 <[EMAIL PROTECTED]> writes: > Shawn wrote: >> Why so much resizing? In ratpoison it resizes the window down by 1 >> pixel and then back (I'm pretty sure). If you resize a window down to >> 1x1 it's possible the client will iconify the window because it's too >> small. I'd be happy to incl

Re: [STUMP] Last portable-clx patch

2008-08-28 Thread Shawn
Manuel Giraud <[EMAIL PROTECTED]> writes: > Hi folks, > > This morning I wanted to upgrade both stumpwm and clx and stumpwm went > this way: > > Caught 'The value NIL is not of type STUMPWM::SCREEN.' at the top level. > Please report this. > 14: (STUMPWM::PROCESS-MAPPED-WINDOW NIL #) > 15: ((LAB

Re: [STUMP] [Patch] [stumpish] Self-reference fixes.

2008-08-28 Thread Shawn
38a938c2 <[EMAIL PROTECTED]> writes: > It's better to support renaming of the main executable, or its being > called via absolute path. Strictly speaking, I really should have let Male accept this, as he's the maintainer, but it seems straight forward enough that I added it. -Shawn ___

Re: [STUMP] [PATCH] Make select-from-menu try match unmapped user input.

2008-08-28 Thread Shawn
Lionel Flandrin <[EMAIL PROTECTED]> writes: > For instance, if the user has to choose between: > ,-- > | "xterm" > | "gimp" > | "firefox" > | "git" > `-- > And he wants to choose "git", he can type "git", "it", "g.t" or even > "t$" and the correct entry will be selected. This is very nice! I've p

Re: [STUMP] [PATCH] Renumbering windows to remove gaps.

2008-08-28 Thread Shawn
38a938c2 <[EMAIL PROTECTED]> writes: > +(defun make-window-numbers-contiguous (preserved) > + "Ensure that used window numbers do not have gaps; possibly ignore > preserved window numbers" > + (let* ((group (current-group)) > + (windows (sort-windows group))) > +(loop for w in windows

Re: [STUMP] [PATCH] Logging: messages, destroyed windows; Manual: add missing hook.

2008-08-28 Thread Shawn
38a938c2 <[EMAIL PROTECTED]> writes: > Manual missed description of *urgent-window-hook*. FIXED Applied. Thanks! > Messages output to the screen were not logged. I assigned level 5 to > that logging, as it is usually something supposed to be seen by user. See below. > On window destruction eve

Re: [STUMP] [PATCH] Redisplay functionality like in ratpoison

2008-08-28 Thread 38a938c2
Shawn wrote: > Why so much resizing? In ratpoison it resizes the window down by 1 > pixel and then back (I'm pretty sure). If you resize a window down to > 1x1 it's possible the client will iconify the window because it's too > small. I'd be happy to include a patch that does what rp does, or > sim

Re: [STUMP] what is ml in fmt-

2008-08-28 Thread Shawn
"Rohan Nicholls" <[EMAIL PROTECTED]> writes: > Thanks for the reply > > On Tue, Aug 19, 2008 at 4:22 PM, John Li <[EMAIL PROTECTED]> wrote: >> On Tue, Aug 19, 2008 at 02:45:29PM +0200, Rohan Nicholls wrote: >>> Hey everyone, >>> >>> I was making a define-stumpwm-command with the wifi package, and

Re: [STUMP] [PATCH] Redisplay functionality like in ratpoison

2008-08-28 Thread Shawn
38a938c2 38a938c2 <[EMAIL PROTECTED]> writes: > Two commits: code itself and comments; works in the cases I thought of > (like small configuration windows); resizes window down to 1x1, then > fills the entire frame, calling maximize-window on both resizes. Bound > to "redisplay" command and "l" ke

Re: [STUMP] mode-line formatting

2008-08-28 Thread Julian Stecklina
Shawn <[EMAIL PROTECTED]> writes: > Currently you can't right align text in the modeline nor add pics. If > you feel up to the task, I'd love to see what you come up with. Having a programmable panel that supports these little notifier icons (what's the correct term?) would be even cooler. :) But

[STUMP] Last portable-clx patch

2008-08-28 Thread Manuel Giraud
Hi folks, This morning I wanted to upgrade both stumpwm and clx and stumpwm went this way: Caught 'The value NIL is not of type STUMPWM::SCREEN.' at the top level. Please report this. 0: (SB-DEBUG::MAP-BACKTRACE #)[:EXTERNAL] 1: (SB-DEBUG:BACKTRACE 100 #) 2: (STUMPWM::BACKTRACE-STRING) 3: ((FLE

Re: Fwd: [STUMP] Crash with some GTK apps

2008-08-28 Thread Pierre-Paul Paquin
I use clisp v2.46 and I compiled it like this: unset CFLAGS CXXFLAGS configure --prefix=/usr --with-module=clx/new-clx --with-module=rawsock --with-module=pcre --cbc build cd build make install -ppp- 2008/8/28 Shawn <[EMAIL PROTECTED]> > "Pierre-Paul Paquin" <[EMAIL PROTECTED]> writes: > > > Oo