[dev] Initialize layouts

2010-10-22 Thread Scott
I have got dwm configured with the push,cycle,resize and pertag patches, but now I'd like every single tag to have it's own default layout. I've tried to following, but it doesn't work correct. /* init layouts */ for(m = mons; m; m = m->next) { for(i=0; i < LENGTH(tags) + 1; i++) { m->lt

Re: [dev] Initialize layouts

2010-10-22 Thread Scott
Hm, well I copy pasted it from a site, so I don't know:/ On 10/22/10, Bert Münnich wrote: > Correct me if I'm wrong, but isn't m->lts[0] for the "zero"-tag, i.e. > the one which gets activated by pressing Alt-0 and displays all tags? > > On Fri, Oct 2

[dev] [DWM]initialize tags

2010-10-25 Thread Scott
I have got dwm configured with the push,cycle,resize and pertag patches, but now I'd like every single tag to have it's own default layout. I've tried to following, but it doesn't work correct. /* init layouts */ for(m = mons; m; m = m->next) { for(i=0; i < LENGTH(tags) + 1; i++) { m->lts[

Re: [dev] [dwm] 2000 SLOC

2011-10-30 Thread Scott Lawrence
have been able to figure out config.h to produce the changes I want. Does this mean that I should be going back to struggling with Haskell? Haskell is always worth struggling with :P -- Scott Lawrence

Re: [dev] skype gui interface

2012-02-01 Thread Scott Lawrence
No. -- Scott Lawrence signature.asc Description: OpenPGP digital signature

[dev] Suckless ML archiver?

2012-03-03 Thread Scott Lawrence
e that's in the go stdlib. There are plenty of things that still need to be done to make this decent; if there's interest, I'd be happy to take suggestions and get it fully working. This is a just a "hey look at me!". [1] https://github.com/bytbox/slark p.s. thanks for dwm et al! -- Scott Lawrence

Re: [dev] Suckless ML archiver?

2012-03-17 Thread Scott Lawrence
-standard format (such as used by pipermail behind the scenes)? If the former, a call to `cat` would suffice to "extend" my archiver. -- Scott Lawrence Linux jagadai 3.2.9-1-ARCH #1 SMP PREEMPT Thu Mar 1 09:31:13 CET 2012 x86_64 Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz GenuineIntel GNU/Linux

Re: [dev] Suckless ML archiver?

2012-03-17 Thread Scott Lawrence
On Sat, 17 Mar 2012, Anselm R Garbe wrote: On 17 March 2012 20:56, Scott Lawrence wrote: On Sat, 17 Mar 2012, Anselm R Garbe wrote: The mlmmj output format is a directory consisting of files (1-n) where each contains a single message in mbox format. The number (1-n) is incremented for each

[dev] [st] St does not work with urwid

2014-10-03 Thread Ian D. Scott
When I try to run a python program that uses urwid[1] to provide a curses ui is, strange things happen. All the text is messed up, which continues after exiting the program. A comment in the AUR verifies that someone else has had the same problem.[2] This does not happen in st 0.4.1. To reprodu

Re: [dev] [st] St does not work with urwid

2014-10-07 Thread Ian D. Scott
On Tue, Oct 07, 2014 at 10:02:02AM +0200, Roberto E. Vargas Caballero wrote: > > here. Another point is the terminfo definition. I can see that we have > > enacs and smacs with '\E(0', so I am not sure what sequence wants to > > Sorry, this is wrong, enacs=\E)0 and smacs=\E(0, so the problem is en

Re: [dev] [sbase] [PATCH-UPDATE] Rewrite tr(1) in a sane way

2015-01-10 Thread Ian D. Scott
On Sat, Jan 10, 2015 at 06:56:45PM -0500, random...@fastmail.us wrote: > On Sat, Jan 10, 2015, at 16:47, Markus Wichmann wrote: > > You wanted to be Unicode compatible, right? Because in that case I > > expect [:alpha:] to be the class of all characters in General Category L > > (that is, Lu, Ll, L

[dev] Re: [hackers] [dwm] Patch to confirm Shift-Alt-Q

2015-08-09 Thread Ian D. Scott
On Sat, Aug 08, 2015 at 08:36:30PM +0200, Markus Teich wrote: > Eric Pruitt wrote: > > On Sat, Aug 08, 2015 at 05:39:55PM +0200, Quolick wrote: > > > When I press Shift-Alt-Q, all windows killed without any confirmation. > > > Is there any patch to add some king of dialog box? > > > Maybe two menu

Re: [dev] New Suckless computer language?

2016-07-23 Thread Ian Douglas Scott
Quoting Sylvain BERTRAND (2016-07-23 17:18:11) > There is no "TinyGo" neither "TinyRust" and they are garbage collected in > their > basic profile. Language "theorists" should consider ML based languages too. Rust is not garbage collected; one of the main features of Rust is its automatic memory