Re: [dev] [st] 0.4.1 release »pufferfish tastes like carp«

2013-04-20 Thread Joerg Jung
Am 20.04.2013 um 15:32 schrieb Christoph Lohmann <2...@r-36.net>: > I am glad to announce the 0.4.1 release of st. Thanks. > Main release reason: > * st now compiles on OpenBSD again This affected others using BSDmake as well. >* This error has there been for a longer time. Learn to speak

[dev] Re: R: [dev] [st] 0.4.1 release »pufferfish tastes like carp«

2013-04-20 Thread Lorenzo
> Thanks  for  the  notice.  I  tagged  the wrong head. Now it’s all as it > should be. Perfect. Thanks! Kind regards, Lorenzo Bracco

Re: R: [dev] [st] 0.4.1 release »pufferfish tastes like carp«

2013-04-20 Thread Christoph Lohmann
Greetings. On Sat, 20 Apr 2013 17:30:54 +0200 Lorenzo wrote: > I immediately switched to st 0.4.1; I ran "st -v" to check that the new > version was installed, but what I saw was still "st 0.4". > Then I found out that in "config.mk" "VERSION" is still equal to "0.4"; > obviously that's not a p

R: [dev] [st] 0.4.1 release »pufferfish tastes like carp«

2013-04-20 Thread Lorenzo
Hi all! Being it the first time I write to the dev mail list, please let me thank you for the suckless software. Then: I immediately switched to st 0.4.1; I ran "st -v" to check that the new version was installed, but what I saw was still "st 0.4". Then I found out that in "config.mk" "VERSION

[dev] Re: [dev] [st] 0.4.1 release »pufferfish tastes like carp«

2013-04-20 Thread matti christensen
Hello Comrades ! ( hope i also may use this phrase as i really would like to ) This is my first post to the list i have been listening for a while. i'm an old Linux ( and *BSD ) user from kernel version 1.2.13 - and thus not that young in any way. Regently i've been hackin w pi as i got one for f

Re: [dev] [st] [PATCH] Added support for double/triple click+dragging.

2013-04-20 Thread Christoph Lohmann
Greetings. On Sat, 20 Apr 2013 16:06:57 +0200 Alexander Sedov wrote: > Now double-click+dragging automatically snaps both ends to word boundaries > (unless on series of spaces), and triple-click selects whole lines. > As a side effect, snapping now occurs on button press, not button release > li

[dev] [st] 0.4.1 release »pufferfish tastes like carp«

2013-04-20 Thread Christoph Lohmann
Greetings comrades, I am glad to announce the 0.4.1 release of st. It's codename is »pufferfish tates like carp« because of the special reason for this release. Main release reason: * st now compiles on OpenBSD again * This error has there been for a longer time. Learn to speak up

Re: [dev] ST 0.4 and OpenBSD 5.2

2013-04-20 Thread Thorsten Glaser
Gregor Best dixit: >wasting much time. If it works with the patch replacing $() by ``, The issue here is the use of $(shell …) which is not the same as the shellish $(…). Replace it by $$(…) instead, as U+0060 should die. bye, //mirabilos -- > Hi, does anyone sell openbsd stickers by themselve