[dev] [surf] A bug with Googles multiple sign-in

2012-10-16 Thread Daniel Bainton
Hi, I bumped into a bug in surf. I try to use Googles multiple sign-in so I can view my work and my personal mail in the same browser, but somehow the cookies start fighting and all sorts of buggy behaviour shows in Google Mail. 1. Most of the time I can only open one of the inboxes at a time,

[dev] [dvtm] Key Coding issues under Cygwin/Mintty

2012-10-16 Thread Jörn Gersdorf
Hi, I'm running dvtm in Cygwin. Thank you for this really amazing piece of software. I really enjoy it. However, I have some problems regarding some key codes like CTRL-PgUp or CTRL-End. Running read -n 1 in plain mintty (bash) and pressing CTRL-PgUp results in ~ (master) $ read -n 1 ==

Re: [dev] uriel is gone

2012-10-16 Thread Ruben Gonzalez Arnau
Thanks for all your contribution! Descansa en paz/pau/peace/frid Uriel R.I.P -- r...@sdf.lonestar.org

Re: [dev] [surf] A bug with Googles multiple sign-in

2012-10-16 Thread Christoph Lohmann
Hello. On Tue, 16 Oct 2012 16:21:47 +0200 Carlos Pita carlosjosep...@gmail.com wrote: Maybe you will find this patch to enable webkit cookie support (the cookie jar) useful. I tried really hard to integrate this patch into surf, but I always had to scream in insanity because of this pita to

Re: [dev] [surf] A bug with Googles multiple sign-in

2012-10-16 Thread Nick
On Tue, Oct 16, 2012 at 09:03:44AM -0300, Carlos Pita wrote: Maybe you will find this patch to enable webkit cookie support (the cookie jar) useful. Thanks for that Carlos. I had been vaguely wanting somebody to do this for ages! Now reformat it as Christoph desires, so we can all delight in it

Re: [dev] [surf] A bug with Googles multiple sign-in

2012-10-16 Thread Carlos Pita
Sure Christoph, in fact I put all this in a separate file because it didn't play well with surf style, but there was a reason for that and it was that I needed to follow some gtk or webkit conventions just because of the macros you dislike. I have forgotten the details but give me a little time

Re: [dev] [st] toggle font

2012-10-16 Thread Roberto E. Vargas Caballero
Surely, it would be better to use a separate control input stream, stdctl (or nstdctl), for configuration. Are you talking about keep, for example, file descriptor 3 for control operations?

Re: [dev] [st] toggle font

2012-10-16 Thread Bjartur Thorlacius
On Tue, Oct 16, 2012 at 06:25:40PM +0200, Roberto E. Vargas Caballero wrote: Surely, it would be better to use a separate control input stream, stdctl (or nstdctl), for configuration. Are you talking about keep, for example, file descriptor 3 for control operations? Yes.

Re: [dev] [surf] A bug with Googles multiple sign-in

2012-10-16 Thread Christoph Lohmann
Hello. On Tue, 16 Oct 2012 21:57:26 +0200 Carlos Pita carlosjosep...@gmail.com wrote: Sure Christoph, in fact I put all this in a separate file because it didn't play well with surf style, but there was a reason for that and it was that I needed to follow some gtk or webkit conventions just