Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-13 Thread Christoph Lohmann
Greetings. On Sat, 14 Mar 2015 07:39:29 +0100 Alex Pilon wrote: > > On 03/10/2015 10:49 PM, Alex Pilon wrote: > > > Are you thinking of something like the attached? > > > On Wed, Mar 11, 2015 at 01:01:11PM -0400, Greg Reagle wrote: > > That looks fine to me, looking at it briefly, but I haven't t

Re: [dev] Re: [dwm] [libsl] Xft and fallback fonts support

2015-03-13 Thread Eric Pruitt
On Thu, Mar 12, 2015 at 08:01:37AM +0100, Anselm R Garbe wrote: > Yes. > > Best regards, > Anselm Thanks for applying the patch and using git-am this time. This makes maintaining my personal copy of dwm a and its patches a lot easier. If anyone is currently using the systray patch and would like

[dev] [dwm] [patch] Fix freetype include on config.mk, imitating st file.

2015-03-13 Thread Henrique Lengler
Hi, This patch solved me a build problem when tring to build dwm with the new freetype support on Openbsd. I changed config.mk to act as st config.mk, using pkg-config to find includes. Patch attached. -- Regards Henrique Lengler diff --git a/config.mk b/config.mk index cf95913..ccc6653 10064

Re: [dev] [sbase][offtopic] sbase in the wild

2015-03-13 Thread stanio
* Vampyrah Broadcasting 2015-03-13 21:11 > My teacher is pregnant, so our class made a present for her: personally > painted rompers. I decided to put cat.c 20150303 from sbase on the romper truly brilliant, Dennis! --s

Re: [dev] [sbase][patch] typedef new structs

2015-03-13 Thread David Phillips
I can sympathise with both sides of the argument, but I'm not convinced code readability and maintainability will be negatively affected. As far as I can see, it comes down to personal taste, which I understand is often the spark of debate at suckless. -- Four word witty remark

Re: [dev] [sbase][patch] typedef new structs

2015-03-13 Thread Dimitris Papastamos
On Fri, Mar 13, 2015 at 06:44:04PM -0400, Charlie Murphy wrote: > Evan Gates wrote: > > typedef the new history and recurse structs as per style guide > > -emg > > Ahh, it's less verbose. Typedef'd structs have never sent me on a > header-hunt, so sticking with the style guide seems like the righ

Re: [dev] [sbase][patch] typedef new structs

2015-03-13 Thread Charlie Murphy
Evan Gates wrote: > typedef the new history and recurse structs as per style guide > -emg Ahh, it's less verbose. Typedef'd structs have never sent me on a header-hunt, so sticking with the style guide seems like the right thing to do. Charlie Murphy

Re: [dev] [sbase][offtopic] sbase in the wild

2015-03-13 Thread Vampyrah Broadcasting
Just because this is already offtopic and because I just want to philosophize with you: they could not understand it. Look at Egyptian hieroglyphes: they could have only be solved by Rosetta's rock. I think it can be (partially) solved without it, but you would at least need tons and tons of text,

Re: [dev] [sbase][offtopic] sbase in the wild

2015-03-13 Thread FRIGN
On Fri, 13 Mar 2015 21:35:09 +0100 Vampyrah Broadcasting wrote: Hey Dennis, > What does the word "refactor" mean? it basically means that I looked at the code and applied knowledge we came up with in the course of development. You might not believe it, but sbase's codebase-size is already as hi

Re: [dev] [sbase][offtopic] sbase in the wild

2015-03-13 Thread Vampyrah Broadcasting
Hello, What does the word "refactor" mean? An explanation of the cat command is on the back of the romper, along with the file name (cat.c), the software where it belongs to (sbase), the developer (suckless), the license (MIT, right?) and the version (20150303). I tried to write the explanation a

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-13 Thread Samuel Holland
On March 12, 2015 11:05:10 AM CDT, Wander Nauta wrote: >> Do most numpad-less laptop keyboards even have Insert or a middle >mouse button? > >Macbooks have neither, I believe, and they're fairly popular. They have insert at fn+Enter. Of course, it's not labeled. -- Regards, Samuel Holland

Re: [dev] [sbase][offtopic] sbase in the wild

2015-03-13 Thread FRIGN
On Fri, 13 Mar 2015 21:08:28 +0100 Vampyrah Broadcasting wrote: Hey Dennis, > My teacher is pregnant, so our class made a present for her: personally > painted rompers. I decided to put cat.c 20150303 from sbase on the romper > because: > 1) at school I am known to be busy with stuff like this >

Re: [dev] [sbase][patch] typedef new structs

2015-03-13 Thread FRIGN
On Fri, 13 Mar 2015 10:57:24 -0700 Evan Gates wrote: > typedef the new history and recurse structs as per style guide The styleguide applies, but if a project has a different style, then the project's style applies. I hate typedef'd structs, because you have to go 2 steps to actually see what th

Re: [dev] [sbase][offtopic] sbase in the wild

2015-03-13 Thread Dimitris Papastamos
On Fri, Mar 13, 2015 at 09:08:28PM +0100, Vampyrah Broadcasting wrote: > Hello everybody, > > My teacher is pregnant, so our class made a present for her: personally > painted rompers. I decided to put cat.c 20150303 from sbase on the romper > because: > 1) at school I am known to be busy with stu

[dev] [sbase][patch] typedef new structs

2015-03-13 Thread Evan Gates
typedef the new history and recurse structs as per style guide -emg From 192bd627e01de5f66a1cd76ad733b55f21bfde52 Mon Sep 17 00:00:00 2001 From: Evan Gates Date: Fri, 13 Mar 2015 10:55:23 -0700 Subject: [PATCH] typedef History and Recursor as per style guide --- chgrp.c | 4 ++-- chmo

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-13 Thread Christoph Lohmann
Greetings. On Fri, 13 Mar 2015 17:49:45 +0100 Kai Hendry wrote: > My 2 cents: Suggestions to use 3 keys to copy & paste SUCK > > Can we please have feature parity with MacOSX? > > cmd-c, cmd-v NEVER. Mac OS X users have to tortured and explictly selected for even more torture than customers.

Re: [dev] [sbase][patch] sed: handle utf8 characters as delimiter in s command correctly

2015-03-13 Thread Dimitris Papastamos
On Thu, Mar 12, 2015 at 02:48:38PM -0700, Evan Gates wrote: > Was adding 1 to pointer instead of runelen(delim) in get_s_arg(). oops. > -emg Thanks, applied :)

Re: [dev] Potential bug in st fallback font code

2015-03-13 Thread Alexander S.
2015-03-11 2:00 GMT+03:00 Eric Pruitt : > First, you say thanks for reporting the issue: Don't try to argue with Christoph, please. His words are rarely the reason for why he's pissed off, but most often are the rationalization he invented on the fly to make his opinions appear objective and justif