Re: [dev] Re: [slock] red color on control keys?

2016-04-06 Thread David Phillips
On Wed, Apr 06, 2016 at 02:48:27PM +0200, Markus Teich wrote: > we already discussed this. There are two settings, one for the "normal" people > and one for the paranoid ones. The setting you propose is mostly the same as > the > paranoid one, but slightly less paranoid. Why should paranoid people

Re: [dev] svmidi - a simple virtual midi keyboard (WIP)

2016-04-06 Thread Henrique N. Lengler
On Thu, Apr 07, 2016 at 03:26:09AM +0200, Johnny Oskarsson wrote: > Hi, > > I see now that 135da56cc and a338e9611 introduced an `undefined reference > to midisend' when using ALSA. (since I was using a macro for that function, > which became redundant with commit 135da56cc and removed in a338e961

Re: [dev] svmidi - a simple virtual midi keyboard (WIP)

2016-04-06 Thread Johnny Oskarsson
Hi, I see now that 135da56cc and a338e9611 introduced an `undefined reference to midisend' when using ALSA. (since I was using a macro for that function, which became redundant with commit 135da56cc and removed in a338e9611) Furthermore, I have also attached my patch for a 'clean build' on Linux

Re: [dev] svmidi - a simple virtual midi keyboard (WIP)

2016-04-06 Thread Henrique N. Lengler
On Wed, Apr 06, 2016 at 10:33:23PM +0200, Johnny Oskarsson wrote: > Hi, > First of all I would like to thank you for this! I use VMPK quite > a lot and it is nice to see a "simpler" alternative without all the > dependencies. Hi, Nice to hear. > > The biggest missing feature is ALSA support, whi

Re: [dev] svmidi - a simple virtual midi keyboard (WIP)

2016-04-06 Thread Henrique N. Lengler
On Wed, Apr 06, 2016 at 01:38:23PM +0100, robpill...@gmail.com wrote: > Hi, > > I suspect you want to have a size argument to your midisend() function. > At the moment you'll always pass sizeof(u_char *) bytes to mio_write(). > > https://github.com/henriqueleng/svmidi/blob/master/sndio.c#L21 > >

Re: [dev] structural regular expression support for vis

2016-04-06 Thread Joshua Haase
Marc André Tanner writes: > On Sun, Mar 13, 2016 at 11:07:49AM +, Raphaël Proust wrote: >> `ggvG:sam y/\n/i/FOO` only inserts "FOO" at the start of the first >> line. It should do it on every line. >> Same when using `x/^.*$/` instead of `y/\n/` > > These should now also work. By the way you

Re: [dev] structural regular expression support for vis

2016-04-06 Thread Joshua Haase
Marc André Tanner writes: > On Wed, Apr 06, 2016 at 01:07:10PM -0500, Joshua Haase wrote: > We have to be somewhat careful with the nomenclature here. There currently > exists both a vi operator `!` (filter) and a sam command `!` (launch > interactive program). The former is implemented in terms

Re: [dev] structural regular expression support for vis

2016-04-06 Thread Marc André Tanner
On Wed, Apr 06, 2016 at 01:07:10PM -0500, Joshua Haase wrote: > sam features work generally fine, just a few notes: > > - Since commit ab2d1ddd0 the `!` command stopped working (did bisect), > but the command is still in the documentation and default config file. > > > The commit f47ecc3518e2

Re: [dev] svmidi - a simple virtual midi keyboard (WIP)

2016-04-06 Thread Johnny Oskarsson
Hi, First of all I would like to thank you for this! I use VMPK quite a lot and it is nice to see a "simpler" alternative without all the dependencies. > The biggest missing feature is ALSA support, which I can't do > since I have no linux box, but might be extremely simple task. > Once the sup

Re: [dev] structural regular expression support for vis

2016-04-06 Thread Joshua Haase
Marc André Tanner writes: > On Mon, Apr 04, 2016 at 01:32:01PM +0200, Marc André Tanner wrote: >> Hence it would probably be a good time to get some more testing feedback > > I merged the sam branch into master, hope this facilitates testing > and encourages more people to give it a try ... > >

Re: [dev] [st] Argbbg patch makes window borders transparent

2016-04-06 Thread Eon S. Jeon
Hello, Andreas. I'm the initial author of argbbg patch. On Wed, Apr 06, 2016 at 12:35:33AM +0200, Andreas Doll wrote: > I've noticed that after applying the argbbg patch to st, the window borders > become transparent as well. Yes, argbbg patch makes the borders transparent. > Is this behaviour

Re: [dev] Re: [slock] red color on control keys?

2016-04-06 Thread Pickfire
On Wed, Apr 06, 2016 at 02:48:27PM +0200, Markus Teich wrote: David Phillips wrote: This /may/ not achieve quite the behaviour that Frostyfrog is after. By example, I would appreciate if slock was able to only show failcolor when the buffer is empty and a key which actually modifies the buffer w

Re: [dev] Re: [slock] red color on control keys?

2016-04-06 Thread Markus Teich
David Phillips wrote: > This /may/ not achieve quite the behaviour that Frostyfrog is after. By > example, I would appreciate if slock was able to only show failcolor when the > buffer is empty and a key which actually modifies the buffer was pressed. Heyho David, we already discussed this. There

Re: [dev] svmidi - a simple virtual midi keyboard (WIP)

2016-04-06 Thread robpilling
Hi, I suspect you want to have a size argument to your midisend() function. At the moment you'll always pass sizeof(u_char *) bytes to mio_write(). https://github.com/henriqueleng/svmidi/blob/master/sndio.c#L21 HTH, Rob On Tue, 5 Apr 2016, Henrique N. Lengler wrote: Hey, In my vacation I p

Re: [dev] svmidi - a simple virtual midi keyboard (WIP)

2016-04-06 Thread Ben Woolley
This is totally up my alley, but it could be a couple months before I could get to it. > On Apr 5, 2016, at 4:45 PM, Henrique N. Lengler > wrote: > > Hey, > > In my vacation I programmed a simple virtual midi keyboard, > as a alternative to programs like VMPK, wich only supports > ALSA, an