[dev] Re: [dwm] Most fonts do not work

2015-01-21 Thread Joshua Krämer
On 2015-01-20, 21:32, Dmitrij D. Czarkoff wrote: > Joshua Krämer said: > > I have figured it out myself: the non-working fonts are available > > with utf8 encoding only, but dwm (without Xft patch) does not > > support utf8. > > Sorry, but this doesn't make any sense. > > Firstly, dwm "supports

[dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
Hello everybody, I've found a bug in surf on FreeBSD. When I opened the web console at the Dutch Wikipedia, the browser crashed and killed itself. The reason why I opened the web console is because I wanted to copy the current URL. Is there any way to do this? Dennis

Re: [dev] Found a bug in surf

2015-01-21 Thread Wander Nauta
Hi, Copying the current URL should be possible by pressing Ctrl-y, Ctrl-Shift-o should open the Web Inspector. I haven't been able to reproduce a crash on nl.wikipedia.org. Cheers, Wander On 01/21/2015 07:33 PM, Vampyrah Broadcasting wrote: > Hello everybody, > > I've found a bug in surf on Fr

Re: [dev] Found a bug in surf

2015-01-21 Thread Markus Teich
Vampyrah Broadcasting wrote: > The reason why I opened the web console is because I wanted to copy > the current URL. Is there any way to do this? Ctrl-y copies the url currently hovered over by the mouse or if the mouse does not hover over any link it copies the url of the current page. Could yo

Re: [dev] Found a bug in surf

2015-01-21 Thread stanio
* Vampyrah Broadcasting 2015-01-21 19:34 > I wanted to copy > the current URL. Is there any way to do this? Hi, Ctrl+y (mnemonic yank) The manpage describes the default keybindings. cheers --s

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
Do you mean "surf -g"? Sorry, I'm not a programmer, so I cannot read sourcecode. But I use surf because it's fast 2015-01-21 19:39 GMT+01:00 Markus Teich : > Vampyrah Broadcasting wrote: >> The reason why I opened the web console is because I wanted to copy >> the current URL. Is there any way to

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
Ctrl-y does nothing. It doesn't copy the URL of the current website nor does it copy the URL of the link with the mouse hovered over it 2015-01-21 19:39 GMT+01:00 Markus Teich : > Vampyrah Broadcasting wrote: >> The reason why I opened the web console is because I wanted to copy >> the current URL

Re: [dev] [ii] Patch to use ii with UCSPI backend

2015-01-21 Thread younix
On Sun, Jan 18, 2015 at 01:22:38PM +0100, Nico Golde wrote: > Hi, > * younix [2015-01-15 22:41]: > > this diff changes the network connection of ii to the UCSPI[1] protocol. > > This makes ii much more flexible. With the UCSPI protocol you could use > > features like IPv6[2], SOCKSv5[3] or even T

Re: [dev] Found a bug in surf

2015-01-21 Thread Markus Teich
Vampyrah Broadcasting wrote: > Do you mean "surf -g"? Nope, I mean to edit the config.mk, change the two lines to be this: CFLAGS = -std=c99 -pedantic -Wall -g -O0 ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS} Then recompile by calling `make` and run surf in gdb `gdb ./surf`. This will give you a com

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
My full log is in the attatchment. After that, surf appears to be doing nothing. When I switch to xterm and then back to surf, it is a grey page. 2015-01-21 19:55 GMT+01:00 Markus Teich : > Vampyrah Broadcasting wrote: >> Do you mean "surf -g"? > > Nope, I mean to edit the config.mk, change the tw

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
And here is the log generated with bt full 2015-01-21 19:55 GMT+01:00 Markus Teich : > Vampyrah Broadcasting wrote: >> Do you mean "surf -g"? > > Nope, I mean to edit the config.mk, change the two lines to be this: > > CFLAGS = -std=c99 -pedantic -Wall -g -O0 ${INCS} ${CPPFLAGS} > LDFLAGS = -g ${L

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
I try to paste it in LibreOffice 2015-01-21 20:11 GMT+01:00 : > * Vampyrah Broadcasting 2015-01-21 19:50 >> Ctrl-y does nothing. > > how do you test? you try to paste, I guess. could be an issue of copy > and paste addressing different selections. > > after yanking (i.e. ctrl-y) you might try > >

Re: [dev] Found a bug in surf

2015-01-21 Thread stanio
* Vampyrah Broadcasting 2015-01-21 19:50 > Ctrl-y does nothing. how do you test? you try to paste, I guess. could be an issue of copy and paste addressing different selections. after yanking (i.e. ctrl-y) you might try xclip -o -selection primary xclip -o -selection secondary

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
I tried xclip -o -selection primary and that worked 2015-01-21 20:11 GMT+01:00 : > * Vampyrah Broadcasting 2015-01-21 19:50 >> Ctrl-y does nothing. > > how do you test? you try to paste, I guess. could be an issue of copy > and paste addressing different selections. > > after yanking (i.e. ctrl-y

Re: [dev] Found a bug in surf

2015-01-21 Thread stanio
* Vampyrah Broadcasting 2015-01-21 20:35 > I tried xclip -o -selection primary and that worked I'm not an expert, but there are these primary and secondary selection, the clipboard and a bunch of other buffers. They differ in how the content is requested and exchanged and who owns the content afai