[libutf] Re: [dev] [st][patch] not roll our own utf functions

2013-05-05 Thread Random832
On 05/05/2013 01:06 PM, Nick wrote: Hmm, I'm not sure that's the right decision. Maybe include the appropriate .c & .h file for libutf in the source tree? That's what I do in a couple of projects. I don't have strong feelings about it, but libutf is pretty reasonable and I'm not convinced it shou

Re: [dev] [stali] Status of the project?

2013-05-05 Thread KarlOskar Rikås
Sounds interesting, looking forward to see what comes out of it. Thanks, klrr On May 5, 2013 5:18 PM, "Anselm R Garbe" wrote: > Hi KarlOskar, > > On 4 May 2013 21:20, KarlOskar Rikås wrote: > > What's the current status of stali? > > Nothing to play with yet. > > > I've seen that Anselm R Garbe

Re: [dev] [st][patch] not roll our own utf functions

2013-05-05 Thread Nick
Quoth Christoph Lohmann: > On Sun, 05 May 2013 16:49:06 +0200 Strake > wrote: > > From c40205fe15f0da048128f8735fd2140605de5e9e Mon Sep 17 00:00:00 2001 > > From: Strake > > Date: Sun, 5 May 2013 09:35:58 -0500 > > Subject: [PATCH] not roll our own utf functions > > Rejected due to dependency h

Re: [dev] [stali] Status of the project?

2013-05-05 Thread hiro
Nothing works.

Re: [dev] [st][patch] not roll our own utf functions

2013-05-05 Thread Strake
On 05/05/2013, Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > > On Sun, 05 May 2013 16:49:06 +0200 Strake wrote: >> From c40205fe15f0da048128f8735fd2140605de5e9e Mon Sep 17 00:00:00 2001 >> From: Strake >> Date: Sun, 5 May 2013 09:35:58 -0500 >> Subject: [PATCH] not roll our own utf func

Re: [dev] Call for configurations

2013-05-05 Thread William Giokas
On Sun, May 05, 2013 at 06:09:11PM +0200, Anselm R Garbe wrote: > Hi there, > > today I decided to make > > http://git.suckless.org/dextra > > world-writable. > > I invite everybody to contribute your config files into the dextra > repository, eg. for dwm/dmenu/st/surf/etc. Idea: make master

[dev] Call for configurations

2013-05-05 Thread Anselm R Garbe
Hi there, today I decided to make http://git.suckless.org/dextra world-writable. I invite everybody to contribute your config files into the dextra repository, eg. for dwm/dmenu/st/surf/etc. Thanks in advance, Anselm

Re: [dev] [stali] Status of the project?

2013-05-05 Thread Anselm R Garbe
Hi KarlOskar, On 4 May 2013 21:20, KarlOskar Rikås wrote: > What's the current status of stali? Nothing to play with yet. > I've seen that Anselm R Garbe will have a talk on it's state and its future, > I've noted though that stali isn't available in the git repo so is it still > in brainstormi

Re: [dev] [st][patch] SWAP macro

2013-05-05 Thread Christoph Lohmann
Greetings. On Sun, 05 May 2013 16:54:31 +0200 Strake wrote: > From d3455f61a5caaf5d94e2b6c1056fb03713772029 Mon Sep 17 00:00:00 2001 > From: Strake > Date: Tue, 30 Apr 2013 23:53:04 -0500 > Subject: [PATCH] swap Rejected. You are doing two things wrong: You are using ugly variable names in a

Re: [dev] [st][patch] not roll our own utf functions

2013-05-05 Thread Christoph Lohmann
Greetings. On Sun, 05 May 2013 16:49:06 +0200 Strake wrote: > From c40205fe15f0da048128f8735fd2140605de5e9e Mon Sep 17 00:00:00 2001 > From: Strake > Date: Sun, 5 May 2013 09:35:58 -0500 > Subject: [PATCH] not roll our own utf functions Rejected due to dependency hell. Sincerely, Christoph L

[dev] [st][patch] not roll our own utf functions

2013-05-05 Thread Strake
>From c40205fe15f0da048128f8735fd2140605de5e9e Mon Sep 17 00:00:00 2001 From: Strake Date: Sun, 5 May 2013 09:35:58 -0500 Subject: [PATCH] not roll our own utf functions --- README| 2 +- config.mk | 2 +- st.c | 129 +- 3

[dev] [st][patch] SWAP macro

2013-05-05 Thread Strake
>From d3455f61a5caaf5d94e2b6c1056fb03713772029 Mon Sep 17 00:00:00 2001 From: Strake Date: Tue, 30 Apr 2013 23:53:04 -0500 Subject: [PATCH] swap --- st.c | 38 ++ 1 file changed, 10 insertions(+), 28 deletions(-) diff --git a/st.c b/st.c index 5251e70..8cf348