[dev] Re: [dwm] Looking to implement work-around for GNOME bug

2016-04-13 Thread Eric Pruitt
On Tue, Mar 22, 2016 at 01:01:54AM -0700, Eric Pruitt wrote: > I've been plagued by crashes in Chromium caused by > https://bugzilla.gnome.org/show_bug.cgi?id=747280. The patch associated > with this bug fixes the issue in GNOME by checking for a null pointer on > the gdkwin variable before passing

Re: [dev] [scc] issues with invoking

2016-04-13 Thread k0ga
Hi, > I usually compile suckless software with tcc, > but it fails at static linking, so I found myself > cloning scc. Scc is still a work in progress. It is far of being completed and being able to compile programs. > I changed PREFIX in config.mk to /usr/local and > successfully installed it.

Re: [dev] structural regular expression support for vis

2016-04-13 Thread Marc André Tanner
On Wed, Apr 06, 2016 at 06:40:44PM -0500, Joshua Haase wrote: > > - `!` operator only works when visual selection is active (visual mode). It can be used like any other operator. It will create a selection for the range it was applied to, switch to visual mode and open a command prompt defaulting

Re: [dev] structural regular expression support for vis

2016-04-13 Thread Marc André Tanner
On Tue, Apr 12, 2016 at 11:29:08AM -0700, Suraj N. Kurapati wrote: > On Wed, 06 Apr 2016 18:45:57 -0500, Joshua Haase wrote: > > Marc André Tanner writes: > > > you do not have to prefix your sam command with `ggvG` because > > > in normal mode it will by default be applied to the whole file. >

Re: [dev] [st] possible bug with unicode character

2016-04-13 Thread Marc Collin
That's pretty nice! Thanks for teaching me. strings $(which st) | grep Terminus gives Terminus:pixelsize=12:antialias=false:autohint=true So can we confirm this is a font bug and start emailing the authors of the broken fonts? How could we explain the problem to them? Thanks. On Wed, Apr 13, 2016

Re: [dev] [st] possible bug with unicode character

2016-04-13 Thread Raphaël Proust
On 12 April 2016 at 15:34, Marc Collin wrote: > It's been a few weeks since I set up my set config.h and it's lost > now, You can recover the font configuration variable from the binary. Specifically, `strings $(which st)` will get you that (and loads of other things). > but I'm almost sure I'

Re: [dev] [st] possible bug with unicode character

2016-04-13 Thread Jochen Sprickerhof
* Silvan Jegen [2016-04-13 10:17]: > Have you tested it exactly as you wrote it here? Since wcwidth wants a > wchar_t you probably would have to use L'☺'. Good point, also I had to set setlocale(LC_CTYPE, ""); to make it work in glibc (it worked fine without in musl). So it's only a font bug. Ch

Re: [dev] [st] possible bug with unicode character

2016-04-13 Thread Silvan Jegen
On Tue, Apr 12, 2016 at 11:37 PM, Jochen Sprickerhof wrote: > * Marc Collin [2016-04-12 16:31]: >> So this is not a st bug and not a libc bug. > > I think it's a libc bug as well, quoting man 3 wcwidth: > > "The wcwidth() function returns the number of columns needed to > represent the wide chara