Re: [dev][project] soap - a simple xdg-open replacement

2014-05-09 Thread FRIGN
On Fri, 9 May 2014 21:35:44 +0200 "Dmitrij D. Czarkoff" wrote: > Why do you need xdg at all then? For all X-Apps which call it. > Your software calls xdg-open, so either you install soap as > $PREFIX/xdg-open or it is not used. In former case you overwrite > $PREFIX/xdg-open from xdg-utils. R

Re: [dev][project] soap - a simple xdg-open replacement

2014-05-09 Thread Dmitrij D. Czarkoff
FRIGN said: > This is a solution, but who likes dealing with this xdg-crap if he > doesn't even have desktop-icons. Why do you need xdg at all then? > Soap doesn't break it either. If the package-manager overwrites the > soap-xdg-open, you just go to your soap-repo and reinstall it. Your softwa

Re: [dev] C coded cross-platform youtube video viewer

2014-05-09 Thread Markus Teich
Dmitrij D. Czarkoff wrote: > quvi dump -b mute -e "ffplay %u" $URL Heyho, since mpv uses quvi internally you could also just use: mpv $URL --Markus

Re: [dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Aaron Burrow
On Fri, May 9, 2014 at 12:29 PM, wrote: > On Fri, May 09, 2014 at 05:15:42PM +0200, Roberto E. Vargas Caballero wrote: >> Yeah, write an awk version is a big challenge, and it is something that >> for sure cannot be done without thinking a lot about it. It also has >> the problem of adding a new

Re: [dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread q
On Fri, May 09, 2014 at 05:15:42PM +0200, Roberto E. Vargas Caballero wrote: > Yeah, write an awk version is a big challenge, and it is something that > for sure cannot be done without thinking a lot about it. It also has > the problem of adding a new dependency to sbase, yacc. A recursive descent

[dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Robert Figura
On Fri, 9 May 2014 17:15:42 +0200 "Roberto E. Vargas Caballero" wrote: > > I couldn't reproduce your exact numbers. But sure, gawk itself isn't > > suckless. And? > > I have removed the generated files [ytab.c and ytab.h]. Thought as much, thanks for clearing that doubt. [plumber] > Yes, it is

Re: [dev] [sbase] -h/--human-readable on sbase

2014-05-09 Thread Dimitris Papastamos
On Fri, May 09, 2014 at 11:58:54AM -0300, Amadeus Folego wrote: > The -h or --human-readable option is not available on ls, and probably a > lot of other places on sbase. > > This is something that would help me migrating to an userspace made with > sbase binaries. > > Would implementing this be

Re: [dev] [st] [PATCH] Clear the full screen on reverse terminal mode change.

2014-05-09 Thread Christoph Lohmann
Greetings. On Fri, 09 May 2014 17:10:43 +0200 "Roberto E. Vargas Caballero" wrote: > > (introduction of term.dirty) which, on change of reverse mode (DECSCNM), > > caused only dirty lines to be redrawn with the new mode instead of the > > whole screen. > > [...] > > Christoph (you are the autho

Re: [dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Roberto E. Vargas Caballero
> I couldn't reproduce your exact numbers. But sure, gawk itself isn't > suckless. And? I have removed the generated files [ytab.c and ytab.h]. > I'm here because i believe a plumber variant to be of interest to some > people around suckless. I'm not here to write a new awk. I also don't > expect

[dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Robert Figura
On Fri, 9 May 2014 16:31:28 +0200 "Roberto E. Vargas Caballero" wrote: > > Btw, what did you mean by blow process? Arnold is one of the most > > conservative maintainers i've seen in the gnu. > > /usr/src/gawk-4.1.1+dfsg > 61385 total > /usr/src/awk > 6442 total I co

Re: [dev] [sbase] -h/--human-readable on sbase

2014-05-09 Thread Amadeus Folego
The -h or --human-readable option is not available on ls, and probably a lot of other places on sbase. This is something that would help me migrating to an userspace made with sbase binaries. Would implementing this be desirable, straightforward and compliant with suckless design concepts? I cou

Re: [dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Roberto E. Vargas Caballero
> Btw, what did you mean by blow process? Arnold is one of the most > conservative maintainers i've seen in the gnu. $ pwd /usr/src/gawk-4.1.1+dfsg $ wc -l *.[chy] | grep total 61385 total $ pwd /usr/src/awk $ wc -l *.[chy] | grep total

[dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Robert Figura
On Fri, 9 May 2014 14:42:22 +0200 "Roberto E. Vargas Caballero" wrote: > > Fine. Sorry. But i still doubt that implementation to be a reasonable > > choice: > > > > http://www.cs.princeton.edu/~bwk/btl.mirror/index.html > > I wanted to remark that your assertion about awk authors and awk i

Re: [dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Roberto E. Vargas Caballero
> Fine. Sorry. But i still doubt that implementation to be a reasonable > choice: > > http://www.cs.princeton.edu/~bwk/btl.mirror/index.html I wanted to remark that your assertion about awk authors and awk is not true (you know, k of awk comes from Kernighan). Regards, -- Roberto E. Varga

[dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Robert Figura
>>> Read more, talk less. >> did you read the GPL? I'm slowly realizing i misread that. You were referring to this quote: > "use at your own risk" Fine. Sorry. But i still doubt that implementation to be a reasonable choice: http://www.cs.princeton.edu/~bwk/btl.mirror/index.html Kind

[dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Robert Figura
I just said: >> Read more, talk less. On Fri, 9 May 2014 14:02:28 +0200 "Roberto E. Vargas Caballero" wrote: > did you read the GPL? Yes. Pure horror. Why ask? To make me partake in your silly war? I won't. Let me repeat myself: Bottomline is, i might support efforts to make req more por

Re: [dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Roberto E. Vargas Caballero
> Yes, and it says "use at your own risk". Possibly because that update > only fixed compilation problems on current platforms. It is also said in all the GNU programs, did you read the GPL? Regards, -- Roberto E. Vargas Caballero

[dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Robert Figura
On Fri, 9 May 2014 13:51:48 +0200 "Roberto E. Vargas Caballero" wrote: > > It seems to me, even the creators of awk are endorsing gawk over other > > implementations. The smell is there, maybe posix awk is dead? > > I don't think so. Take a look to > 'http://www.cs.princeton.edu/~bwk/btl.mirror/

Re: [dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Roberto E. Vargas Caballero
> I felt i could get away with gawk, because the larger part of the > community considers gawk as _the_ awk. Maybe you should change what community you form part. > It seems to me, even the creators of awk are endorsing gawk over other > implementations. The smell is there, maybe posix awk is dea

[dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Robert Figura
On Thu, 8 May 2014 10:50:12 +0200 "Dmitrij D. Czarkoff" wrote: > Robert Figura said: > > A little more than two years ago i started coding some plumberlike in > > gawk, and i think it's time for me to seek suggestions and share what > > > Why not POSIX awk? Because some gawk specific fea

[dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Robert Figura
On Thu, 8 May 2014 11:46:18 -0400 Wolfgang Corcoran-Mathe wrote: > Quoth Robert Figura on Thu, May 08 2014 10:37 +0200: > > Maybe i'm just paranoid or bad at explaining. Care to give me a > > hint? What's been useful, what would you keep? > > It may be just a matter of formatting and copy-editin

Re: [dev][project] soap - a simple xdg-open replacement

2014-05-09 Thread FRIGN
On Thu, 8 May 2014 10:37:39 +0200 "Dmitrij D. Czarkoff" wrote: > But this is easy to work around with a shell script. Having something > like "http-helper.sh" below, you may make a simple .desktop file and (...) This is a solution, but who likes dealing with this xdg-crap if he doesn't even hav

Re: [dev] [st] [PATCH] Clear the full screen on reverse terminal mode change.

2014-05-09 Thread Colona
On Fri, May 09, 2014 at 08:54:52AM +0200, Roberto E. Vargas Caballero wrote: > > (introduction of term.dirty) which, on change of reverse mode (DECSCNM), > > caused only dirty lines to be redrawn with the new mode instead of the > > whole screen. > > Maybe could be better idea revert 0dbf9c, becau

[dev] [st] [PATCH] End a sequence only on CAN, SUB, \a and C1s.

2014-05-09 Thread Colona
--- st.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/st.c b/st.c index fe44608..da5e493 100644 --- a/st.c +++ b/st.c @@ -2335,19 +2335,19 @@ tcontrolcode(uchar ascii) { switch(ascii) { case '\t': /* HT */ tputtab(1); -