Re: [STUMP] Problem in makefile

2008-08-27 Thread Shawn
Bob Farrell <[EMAIL PROTECTED]> writes: > On Sun, Aug 17, 2008 at 03:42:17PM +0100, Bob Farrell wrote: >> Hai guys, >> >> First of all, <3 to everyone, you know who you are. xxx >> >> Shawn: Basically we've just spent ten hours helping some idiot get StumpWM >> installed because the texi isn't b

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

2008-08-27 Thread Shawn
"Pierre-Paul Paquin" <[EMAIL PROTECTED]> writes: > Oops, sry: I should have sent this to the whole list but only sent it to Yann: > > -- Forwarded message -- > From: Pierre-Paul Paquin <[EMAIL PROTECTED]> > Date: 2008/8/13 > Subject: Re: [STUMP] Crash with some GTK apps > To: Yann

Re: [STUMP] vsplit and hsplit not working with emacs 22

2008-08-27 Thread Shawn
Emre Sahin <[EMAIL PROTECTED]> writes: > Should I file a bug report for Emacs or StumpWM or both or none? > (English must have an XOR connective, like "aut" in Latin ;)) Seems like stumpwm was doing what it was supposed to do. You can hit C-t F11 to disable fullscreen. I can see it being a shock

Re: [STUMP] [PATCH] Add docs on modifiers (namely, how to set up super properly).

2008-08-27 Thread Shawn
John Li <[EMAIL PROTECTED]> writes: > --- > > "How to make the super key work" is a rather frequent question on > #stumpwm. I also added a bit on Meta and Alt, as well as setting up a > Hyper key. This is great. Thanks! (applied) -Shawn ___ Stumpwm-d

Re: [STUMP] mode-line formatting

2008-08-27 Thread Shawn
"Rohan Nicholls" <[EMAIL PROTECTED]> writes: > Hey there everyone, > > I have a question about formatting the modeline. I did an aptitude > dist-upgrade and gnome-panel went south. Tried fixing it, but it was > doing some very strange things so I put the mode-line back and was > pleasantly surpr

Re: [STUMP] [PATCH] Simplifying a couple of lines.

2008-08-27 Thread Shawn
thanks. it's in the repo. -Shawn ___ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Re: [STUMP] mpd.lisp bug fix

2008-08-27 Thread Shawn
Morgan Veyret <[EMAIL PROTECTED]> writes: > The following patch fixes the timeout disconnect bug of > contrib/mpd.lisp Applied! -Shawn ___ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Re: [STUMP] mpd.lisp update

2008-08-27 Thread Shawn
Morgan Veyret <[EMAIL PROTECTED]> writes: > Here is a patch for the mpd client. > > It just add a few commands and keybindings. Applied! -Shawn ___ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/stumpwm-d

Re: [STUMP] [PATCH] Add g{next,prev}-with-window commands.

2008-08-27 Thread Shawn
John Li <[EMAIL PROTECTED]> writes: > --- > > I find these two commands useful. Having gnext, gprev, > gnext-with-window, and gprev-with-window bound to the top-map makes > navigating stumpwm groups really nice and smooth (I use s-Left,Right > and s-C-Left,Right). These seem like useful commands.

Re: [STUMP] [PATCH] Add set-frame-indicator-border-color for doing just that.

2008-08-27 Thread Shawn
John Li <[EMAIL PROTECTED]> writes: > Also added a bit of docs on the frame indicator. > --- > > I've set all my stump colors to cyan, black, or grey - but my frame > indicator border was white. This clashed horribly and made me sad. Now > I can set it gray and life RULES. in update-colors-for-sc

Re: [STUMP] [PATCH] Add show-window-properties command.

2008-08-27 Thread Shawn
John Li <[EMAIL PROTECTED]> writes: > --- > > This is uglier than I'd like, but I couldn't think of a better way to > build the string. > > This has to use echo-string and *suppress-echo-timeout* because > message-no-timeout will run the string through the formatter, so if I > have a shell open wi

Re: [STUMP] [PATCH] update-all-mode-lines added for mouse-based window focus events.

2008-08-27 Thread Shawn
John Li <[EMAIL PROTECTED]> writes: > Otherwise, the "current window" highlighting in the window list is > incorrect until the next mode-line update. I just noticed this bug and found a patch for it on the ml. Talk about open sores, eh? I've applied this to the repo. -Shawn __

Re: [STUMP] [PATCH] Add fmt-head-window-list variant that colors "hidden" windows.

2008-08-27 Thread Shawn
John Li <[EMAIL PROTECTED]> writes: > +(defun fmt-head-window-list2 (ml) > + "Using *window-format*, return a 1 line list of the windows, space > +separated. The currently focused window is highlighted with > +fmt-highlight. Any non-visible windows are " Looks like you didn't finish commenting i

Re: [STUMP] [PATCH] Modify run-or-raise to cycle through all matched windows.

2008-08-27 Thread Shawn
John Li <[EMAIL PROTECTED]> writes: > Sorting by window number and then by group gives a predictable cycling > order. I removed the comments about not looking for a match because it > didn't seem to refer to any code. Beauty, thanks. It's been applied. -Shawn __