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
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
---
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))
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
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
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
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
___
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
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
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
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
"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
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
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
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
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
16 matches
Mail list logo