Re: [dev] surf, bug

2015-02-04 Thread Eric Pruitt
On Wed, Feb 04, 2015 at 01:41:10PM +0100, Famfop wrote: > References: <3a124a0b169aae1a914ca7567d829...@shike2.com> > In-Reply-To: <3a124a0b169aae1a914ca7567d829...@shike2.com> Please do not reply to an existing message to make a new, unrelated thread when you're using a MUA that uses References a

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-04 Thread Anselm R Garbe
On 4 February 2015 at 21:57, Markus Teich wrote: > for an example site, I am using, I get a `301 moved permanently` linking to > `/news/` as response to a `GET /news` request. At least for me it isn't a big > deal at all and I prefer not having to maintain a cgi, if I can avoid it. I'm not saying

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-04 Thread Markus Teich
Anselm R Garbe wrote: > But then the URLs would break, as there is a difference between faq and faq/ Heyho, for an example site, I am using, I get a `301 moved permanently` linking to `/news/` as response to a `GET /news` request. At least for me it isn't a big deal at all and I prefer not having

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-04 Thread FRIGN
On Wed, 4 Feb 2015 21:19:30 +0100 Anselm R Garbe wrote: > It becomes even more suspicious if you look at > > http://git.suckless.org/9base/tree/lib9/utf/rune.c http://git.suckless.org/libutf/tree/rune.3 http://git.suckless.org/libutf/tree/rune.c http://git.suckless.org/libutf/tree/runetype.c ht

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-04 Thread Anselm R Garbe
On 4 February 2015 at 21:25, Markus Teich wrote: > The generator would actually make a directory faq/ out of it. The faq.md > content > would be rendered into faq/index.html then. But then the URLs would break, as there is a difference between faq and faq/ BR, -Anselm

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-04 Thread Markus Teich
Anselm R Garbe wrote: > This is only true for directories, but not for leafs. Take > > http://sta.li/faq > > for instance, the generator would need to transform xxx.md inputs into > xxx outputs and the webserver would need to treat all suffix-less > files as text/html mimetype. Heyho, The gene

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-04 Thread Anselm R Garbe
On 3 February 2015 at 12:26, hiro <23h...@gmail.com> wrote: > I reject all the hidden SS references. (Software and Suck both start > with an S and they are getting repeated multiple times for no reason > (definitely not minimalist or suckless, so I assume it's done on > purpose), S is directly foll

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-04 Thread Dimitris Papastamos
On Wed, Feb 04, 2015 at 09:12:07PM +0100, Anselm R Garbe wrote: > I'd rather be inclined to rewrite swerc as quark-addon, but in order > to perform a full quark-switch, we'd rather need adequate HTTP POST > support -- which is quite a mess, because all kinds of weirdo > multipart mime encodings hav

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-04 Thread Anselm R Garbe
On 3 February 2015 at 10:07, Markus Teich wrote: > Anselm R Garbe wrote: >> Well executing swerc for each request is still overhead. But for the sake of >> not doing weirdo stuff (like hiding .html or redirecting from previously >> known >> URL to some .html file) in order to keep all the links t

Re: [dev] [sbase][sed] first pass at sed, request for comments

2015-02-04 Thread FRIGN
On Tue, 3 Feb 2015 15:18:59 -0800 Evan Gates wrote: Hey Evan, > I finally have a new sed implementation. It's littered with FIXMEs and > there are some points that need to be discussed, but for the most part > it works like it should. It definitely has some work until it sucks > less. that soun

Re: [dev] surf, bug

2015-02-04 Thread tautolog
Hi, In my patch, I needed to have an XSync after XChangeProperty in setatom, not just before it. It seemed to fix a race condition. I am not sure I actually fixed it completely, because I don't know how that stuff works yet, but it helped in my case.  I haven't been able to reproduce the bug,

Re: [dev] surf, bug

2015-02-04 Thread Famfop
ok, here my gif experiment. http://gifyu.com/image/s4Z i was pressing and releasing my mouse quickly. sometimes its not that laggy but the window "just disappears". you may want to check my cpu usage at bottom left. on other "experiments" it went up to 80-90%. regards, daniel On 04/02/15 14:3

Re: [dev] surf, bug

2015-02-04 Thread Famfop
hi, not exactly. when you grabbed and moved the text release the mouse and grab it again and move it and release and grab...^^ usually when i read texts online i always mark the text. as surf doesnt mark that well it eventually moves it like you did in the gif and as i do it quickly it crashes.

Re: [dev] surf, bug

2015-02-04 Thread Thomas Berryhill
Hi, like this? https://ptpb.pw/QQEL.gif Regards, Thomas On 02/04, Famfop wrote: > Hello everybody, > i guess i found a bug in surf. as i dont know how to explain it well, here > is how you may reproduce it (if its not only my prob): > go to a page with lots of text, lets say a wikipedia article.

Re: [dev] surf, bug

2015-02-04 Thread Thomas Berryhill
Like this? https://ptpb.pw/QQEL.gif -Thomas -- sent with mutt for linux

[dev] surf, bug

2015-02-04 Thread Famfop
Hello everybody, i guess i found a bug in surf. as i dont know how to explain it well, here is how you may reproduce it (if its not only my prob): go to a page with lots of text, lets say a wikipedia article. mark everything and move the marked text around with your mouse (maybe do it a bit qui

Re: [dev] [st] [PATCH] Correct shift amount on MODE_INSERT in tputc()

2015-02-04 Thread k0ga
> > Thanks for the feedback everyone. Glad to contribute, st is literally the only > sane freely available graphical terminal emulator in existence. > > The original code still looks a bit fishy to me. It looks like there could be > a situation where two newlines are written when a single charac