Re: [dev] wmii: Question on wmiirc_local.py

2009-10-06 Thread Suraj Kurapati
On Tue, Oct 6, 2009 at 1:49 PM, Kris Maglione wrote: > I've thought about changing them all to Mod4, actually. Hurray! +1

Re: [dev] Re: clients with large min size

2009-10-06 Thread Szabolcs Nagy
On 10/6/09, Kris Maglione wrote: >>focusing might be expensive for some clients (eg dim/light up) > > If focusing were that expensive, we would have all given up on > sloppy focus long ago. it's not *that* expensive, but dwm redraws the bar and sets/resets border color at each focus(), accidental

Re: [dev] wmii: Question on wmiirc_local.py

2009-10-06 Thread Kris Maglione
On Thu, Oct 01, 2009 at 10:06:25AM +0200, Thomas Dahms wrote: Works fine now but gives rise to another problem: Keeping the modules in /etc, they don't get byte compiled on first import, as a normal user has no write access there. As a workaround you could compile them at make time, but optionall

Re: [dev] Suckless mail client solution?

2009-10-06 Thread Premysl Hruby
On (06/10/09 18:24), pancake wrote: > Date: Tue, 06 Oct 2009 18:24:14 +0200 > From: pancake > To: dev mail list > Subject: Re: [dev] Suckless mail client solution? > User-Agent: Thunderbird 2.0.0.22 (X11/20090608) > List-Id: dev mail list > > I already wrote a patch for msmtp that checks for t

Re: [dev] wmii: Question on wmiirc_local.py

2009-10-06 Thread Kris Maglione
On Wed, Sep 30, 2009 at 03:09:43PM -0400, Kris Maglione wrote: Well, to start with, you don't need to import all of those modules. Aside from that, you bring up a good point: key bindings are interpolated from events.keydefs when they're defined. You're changing them after that point. I'll see

Re: [dev] [dwm] [wmii] Prompt for client to add to current view

2009-10-06 Thread Suraj Kurapati
On Tue, Oct 6, 2009 at 12:41 PM, Nathan Neff wrote: > I don't quite understand how config.yaml gets turned into "real" ruby code See load_config() in config.rb

Re: [dev] [dwm] [wmii] Prompt for client to add to current view

2009-10-06 Thread Kris Maglione
On Tue, Oct 06, 2009 at 02:41:20PM -0500, Nathan Neff wrote: I changed my config.yaml to look like this: ${mod}-c: | # focus client chosen from a menu client = client_menu('invite client:') and client.tag curr_tag Thank you very much! I'm going to delve further into your wmiirc stuf

Re: [dev] Suckless mail client solution?

2009-10-06 Thread markus schnalke
[2009-10-06 21:26] Antoni Grzymala > markus schnalke dixit (2009-10-06, 20:54): > > > > I switched to nmh just these days and I'm greatly impressed. It gives this > > feeling that you know from using Unix. But you need to do a lot of stuff by > > hand. (OTOH you can!) > > /me envies somewhat.

Re: [dev] [dwm] [wmii] Prompt for client to add to current view

2009-10-06 Thread Nathan Neff
On Mon, Oct 5, 2009 at 5:05 PM, Suraj Kurapati wrote: > On Mon, Oct 5, 2009 at 1:30 PM, Nathan Neff wrote: > > I'd like to have a menu that shows all the currently running clients, > > and when I select a client, the current tag is applied to that client. > > You can do it like this now in my Ru

Re: [dev] Suckless mail client solution?

2009-10-06 Thread Antoni Grzymala
markus schnalke dixit (2009-10-06, 20:54): > > > Stuff like gpg, html2text (or text2html for those who wants to raise > > > hate on mailing lists), filters to format a mail into a 'reply' format > > > prefixing lines with '>' ... are just pre and post-hooks when calling > > > the $EDITOR or $PAGER

Re: [dev] Suckless mail client solution?

2009-10-06 Thread markus schnalke
[2009-10-06 20:14] Antoni Grzymala > pancake dixit (2009-10-06, 18:24): > > > Stuff like gpg, html2text (or text2html for those who wants to raise > > hate on mailing lists), filters to format a mail into a 'reply' format > > prefixing lines with '>' ... are just pre and post-hooks when calling

[dev] [dwm] StatusColors patch update

2009-10-06 Thread Axel Bayerl
I have updated the patch of status colors to the latest hg rev (2bcd25cce4ab). It works for me. Yahoo! Cocina Encontra las mejores recetas con Yahoo! Cocina. http://ar.mujer.yahoo.com/cocina/ dwm-5.7.2-2bcd25cce4ab-statuscolors.diff Description: Binary data

Re: [dev] Suckless mail client solution?

2009-10-06 Thread Antoni Grzymala
pancake dixit (2009-10-06, 18:24): > Stuff like gpg, html2text (or text2html for those who wants to raise > hate on mailing lists), filters to format a mail into a 'reply' format > prefixing lines with '>' ... are just pre and post-hooks when calling > the $EDITOR or $PAGER. Isn't that what mh (n

Re: [dev] Re: clients with large min size

2009-10-06 Thread Kris Maglione
On Tue, Oct 06, 2009 at 07:19:14PM +0200, Szabolcs Nagy wrote: On 10/6/09, Szabolcs Nagy wrote: another corner case: enternotify is handled even when the entered window is already focused (eg moving the mouse to the bar and back, scrolling on the border..) focusing might be expensive for som

[dev] Re: clients with large min size

2009-10-06 Thread Szabolcs Nagy
On 10/6/09, Szabolcs Nagy wrote: > another corner case: enternotify is handled even when the entered window is already focused (eg moving the mouse to the bar and back, scrolling on the border..) focusing might be expensive for some clients (eg dim/light up) a possible solution is to modify ent

Re: [dev] dwm and -geometry

2009-10-06 Thread Eckehard Berns
> BTW, why do you think that it should be set once in config.h > which applications should start in floating mode? You don't have to do that for every application. If there is some misbehaving application I use only so often, I tend to activate floating mode (mod+f), start the application, make it

Re: [dev] dwm and -geometry

2009-10-06 Thread Thayer Williams
On Oct 06, 2009 at 09:57 AM, Thayer Williams wrote: > On Oct 06, 2009 at 09:13 AM, "Swiat R. Gal" wrote: > > > If the policy of the Developers is that dwm should be configured through > > config.h (I am not arguing agains that) can one restart dwm on the fly > > after recompiling it? > > Yes

Re: [dev] dwm and -geometry

2009-10-06 Thread Thayer Williams
On Oct 06, 2009 at 09:13 AM, "Swiat R. Gal" wrote: > If the policy of the Developers is that dwm should be configured through > config.h (I am not arguing agains that) can one restart dwm on the fly > after recompiling it? Yes and it's also helpful to restart dwm on the fly *after* recompiling

Re: [dev] ved

2009-10-06 Thread pancake
markus schnalke wrote: [2009-10-06 10:43] pancake or better [2009-10-05 03:04] pancake Vi is the visual ed, but I have never seen any implementation using ed. They just embed it inside the 'GUI' . I think that having all the editing engine implemented in ed is simple to wrap it into a

Re: [dev] Suckless mail client solution?

2009-10-06 Thread Kurt H Maier
Check out tinymail[1]. This guy took a pretty cerebral approach to developing his MUA back-end library. I've used it in the form of Modest[2] on my Nokia n810. Personally, I'd hate to see any more dev hours wasted on garbage like imap or pop3. ssh/rsyncing maildir to form a 'local copy,' then '

Re: [dev] Suckless mail client solution?

2009-10-06 Thread pancake
markus schnalke wrote: [2009-10-06 16:26] pancake PD: Actually I have not found a more fast, usable and simplest mail client than the one shipped with iphone-os. And no, fetchmail,mutt,claws,telnet are not decent solutions. Should we open another thread to create a suckless mail client?

Re: [dev] dwm and -geometry

2009-10-06 Thread Swiat R. Gal
-- From Eckehard Berns 04-10-2009 at 01:01 -- > > But I would be more happy if I could decide which windows would > > remain floating when I turn to the tabbed mode. > > Although I don't think this is a good way to use dwm, the following > patch to tip should make dwm put windows w

Re: [dev] ved (was: Suckless word processing solution?)

2009-10-06 Thread markus schnalke
[2009-10-06 10:43] pancake or better [2009-10-05 03:04] pancake > > Vi is the visual ed, but I have never seen any implementation using > ed. They just embed it inside the 'GUI' . > > I think that having all the editing engine implemented in ed is > simple to wrap it into a GUI based on X11

Re: [dev] Suckless word processing solution?

2009-10-06 Thread markus schnalke
[2009-10-06 16:26] pancake > > PD: Actually I have not found a more fast, usable and simplest mail client > than the one shipped with iphone-os. And no, fetchmail,mutt,claws,telnet > are not decent solutions. Should we open another thread to create a suckless > mail client? What do you mean wit

Re: [dev] [dwm] [wmii] Prompt for client to add to current view

2009-10-06 Thread Julien Steinhauser
On Mon, Oct 05, 2009 at 03:30:29PM -0500, Nathan Neff wrote: > I'd like to have a menu that shows all the currently running clients, > and when I select a client, the current tag is applied to that client. > > This would allow me to quickly view another client without having > to switch to the tag

Re: [Fwd: Fwd: [dev] Suckless word processing solution?]

2009-10-06 Thread Kurt H Maier
On Tue, Oct 6, 2009 at 9:26 AM, pancake wrote: > PD: Actually I have not found a more fast, usable and simplest mail client > than the one shipped with iphone-os. And no, fetchmail,mutt,claws,telnet > are not decent solutions. Should we open another thread to create a suckless > mail client? I wo

[dev] Re: clients with large min size

2009-10-06 Thread Szabolcs Nagy
another corner case: dragging a client around snapping only works on selmon and selmon is not updated once the client is dragged on the other monitor not terribly surprising, but worth a mention here..

Re: [Fwd: Fwd: [dev] Suckless word processing solution?]

2009-10-06 Thread pancake
Szabolcs Nagy wrote: On 10/6/09, pancake wrote: Sorry for the fwd:fwd..i had some mail issues Content-Type: multipart/alternative; boundary=Apple-Mail-4--577211373 Yeah I know, i'm a evil guy for replying mails from my ipod. Did you got access to the rest of the mail and be abl

Re: [Fwd: Fwd: [dev] Suckless word processing solution?]

2009-10-06 Thread Szabolcs Nagy
On 10/6/09, pancake wrote: > Sorry for the fwd:fwd..i had some mail issues > Content-Type: multipart/alternative; boundary=Apple-Mail-4--577211373

[Fwd: Fwd: [dev] Suckless word processing solution?]

2009-10-06 Thread pancake
Sorry for the fwd:fwd..i had some mail issues --- Begin Message --- Begin forwarded message: From: pancake Date: October 5, 2009 3:32:53 PM GMT+02:00 To: panc...@youterm.com Subject: Fwd: [dev] Suckless word processing solution? Begin forwarded message: From: pancake Date: Octobe

Re: [dev] [st] goals / non-goals for st?

2009-10-06 Thread Jordi Marine
Maybe you can try Task Spooler [1], it do some of the thinks you want and its very confortable. -- jordi [1] http://vicerveza.homeunix.net/~viric/soft/ts/ On Mon, Aug 24, 2009 at 12:27 PM, pancake wrote: > Yep, I dont see why we should delegate scrolling to screen. screen is > bloated GNU > s