Re: [dev] [st] [PATCH] Refactor selsnap SNAP_WORD.

2014-06-05 Thread Colona
On Thu, Jun 05, 2014 at 09:19:49PM +0200, Roberto E. Vargas Caballero wrote: > What do you think about this slightly different patch? For my eyes was > too hard see the line break in the brackets of and array, and I think was > not a good idea to have '(direction > 0)' repeated. Yeah, you’re right

Re: [dev] suck-less XML parsing

2014-06-05 Thread Teodoro Santoni
If it takes too much time to put in place a program relying on a SAX parser or a DOM parser, the best choice is libxml2, probably. Otherwise... What about using libparsifal [1], nunnimcax [2] or libnxml [3]? The latter isn't very fresh or the most efficient: has the only function of marshaling x

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-05 Thread Dmitrij D. Czarkoff
Truls Becken said: > There is also the pic preprocessor for troff. IMO suffer from the same issue: OK for its domain, but somehow inappropriate elsewhere. -- Dmitrij D. Czarkoff

[dev] suck-less XML parsing

2014-06-05 Thread Bobby Powers
Hello folks, XML sucks, but I would like to write suckless code for a project that requires reading in someone elses XML. Is there an XML library that others have used that sucks-less than rest? libxml2 currently looks ahead of the pack and has few dependencies, despite its gnome pedigree. your

Re: [dev] [st] [PATCH] Refactor selsnap SNAP_WORD.

2014-06-05 Thread Roberto E. Vargas Caballero
What do you think about this slightly different patch? For my eyes was too hard see the line break in the brackets of and array, and I think was not a good idea to have '(direction > 0)' repeated. commit 5159d55c631cd1179bd2f872859d4540668745b9 Author: Colona Date: Thu Jun 5 06:32:01 2014 +0200

Re: [dev] [PATCH] Fixed copying empty lines inside selection.

2014-06-05 Thread Roberto E. Vargas Caballero
> > The code was assuming that empty lines have implicit wrap-around attribute. > Was this issue considered a bug after all? Yes, and the patch was applied in 2411308bd. Regards. -- Roberto E. Vargas Caballero

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-05 Thread Truls Becken
There is also the pic preprocessor for troff. -Truls

Re: [dev] [st] using 256color and boldfonts

2014-06-05 Thread Andreas Herz
On 05/06/14 at 18:21, Christoph Lohmann wrote: > Greetings. > > On Thu, 05 Jun 2014 18:21:36 +0200 Andreas Herz wrote: > > Hi, > > > > i'm trying to switch from urxvt to st since st handles unicode fallback > > fonts much better and i also like the lightweight and good code. > > > > I use 256co

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-05 Thread Dmitrij D. Czarkoff
78...@web.de said: > What's wrong with MetaPost? > http://ect.bell-labs.com/who/hobby/MetaPost.html Dependencies. It is OK for use in TeX, but for vector graphics alone it's an overkill. -- Dmitrij D. Czarkoff

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-05 Thread Norman Köhring
On 2014-06-05 18:10, Dmitrij D. Czarkoff wrote: > Basically, all of them suck. The best SVG editor I came across to date > was , although SVG already > sucks enough to make the idea of suckless SVG editor self-contradictory. There is a vector description language called Asymptote[0]. Doesn't look

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-05 Thread 78abc
On Thu, Jun 05, 2014 at 18:10:18 +0200, Dmitrij D. Czarkoff wrote: > > Because you have always very fantastic/great ideas in this field, I > > would like to ask if you would know a cool vector graphics editor. > > Basically, all of them suck. The best SVG editor I came across to date > was , alt

Re: [dev] [st] using 256color and boldfonts

2014-06-05 Thread Christoph Lohmann
Greetings. On Thu, 05 Jun 2014 18:21:36 +0200 Andreas Herz wrote: > Hi, > > i'm trying to switch from urxvt to st since st handles unicode fallback > fonts much better and i also like the lightweight and good code. > > I use 256colors which works in st except ony strange issue comes up with > s

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-05 Thread Martti Kühne
Basically you could produce output suitable for imagemagick and your favorite shell script / script interpreter / valid c code. Although, Imagemagick isn't self-hosted like SVG yet, because it has yet no functionality for executing images itself...

Re: [dev] C coded lightweight Linux vector graphics editor

2014-06-05 Thread Dmitrij D. Czarkoff
patrick295767 patrick295767 said: > Because you have always very fantastic/great ideas in this field, I > would like to ask if you would know a cool vector graphics editor. Basically, all of them suck. The best SVG editor I came across to date was , although SVG already sucks enough to make the

[dev] C coded lightweight Linux vector graphics editor

2014-06-05 Thread patrick295767 patrick295767
Hi Friends, Hello Guys, Because you have always very fantastic/great ideas in this field, I would like to ask if you would know a cool vector graphics editor. You probably know Inkscape, but I must say that I am not a fan of this software. Inkscape is a free and open source software vector graph

[dev] [st] using 256color and boldfonts

2014-06-05 Thread Andreas Herz
Hi, i'm trying to switch from urxvt to st since st handles unicode fallback fonts much better and i also like the lightweight and good code. I use 256colors which works in st except ony strange issue comes up with several programs. If $TERM is set to st-256color and i start lynx or weechat-curse

Re: [dev] [PATCH] Fixed copying empty lines inside selection.

2014-06-05 Thread Alexander S.
2014-05-26 9:23 GMT+04:00 Alexander : > The code was assuming that empty lines have implicit wrap-around attribute. Was this issue considered a bug after all? -- Best regards, Alexander Sedov.