[dev] Re: [surf] Switching to webkit2 as default

2016-02-07 Thread Charles Lehner
On Sat, 6 Feb 2016 09:11:19 + Nick wrote: > You can set strictssl to TRUE in config.h to fix this behaviour (at > least with the webkit1 surf; haven't looked at the webkit2 one yet). Thanks Nick, you're right, that option is there in both versions and seems to work. Charles

[dev] Re: [surf] Switching to webkit2 as default

2016-02-05 Thread Charles Lehner
On Thu, 4 Feb 2016 19:16:09 +0100 FRIGN wrote: > > I try not to keep too abreast of things like GTK and WebKit, for the > > sake of my sanity, but I read this[0] today which was a pretty scary > > read, really. > > I also read this article a while ago. After reading that article I decided t

[dev] Re: [PATCH] Reload on SIGHUP

2016-01-09 Thread Charles Lehner
On Sat, 09 Jan 2016 21:14:50 +0100 Christoph Lohmann <2...@r-36.net> wrote: > Thanks, it’s in the mainline of surf now. Thanks!

[dev] [PATCH] Reload on SIGHUP

2016-01-09 Thread Charles Lehner
This patch makes surf reload its pages when it receives a SIGHUP signal. This makes it easier for shell scripts to trigger surf to reload. I'm aware of using xdotool to trigger ctrl+r keypresses for reloading [1] but I wasn't able to get that to work in a general way. I'm sending this here in c

[dev] Re: Auto-preview man pages

2016-01-09 Thread Charles Lehner
On Thu, 7 Jan 2016 21:20:17 -0500 Greg Reagle wrote: > I simplified the two separate commands into one command: > echo address.yaml | entr -r sh -c 'make address.pdf && mupdf address.pdf' > > and like I mentioned it is very automatic and very convenient. Whenever I > save changes with my text