[dev] morc_menu for i3wm (and others) using dmenu (or others)

2016-03-13 Thread Boruch Baum
A while back, there was some discussion on the Manjaro forums about the desirability of having some form of dmenu that would present applications the way many window managers do, organized by category. So, I wrote it. It's VERY customizable, is not dependent on any window manager, and you can even

Re: [dev] structural regular expression support for vis

2016-03-13 Thread Marc André Tanner
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 do not have to prefix your sam comma

Re: [dev] structural regular expression support for vis

2016-03-13 Thread Marc André Tanner
First of all, thanks for giving it a try! On Sun, Mar 13, 2016 at 11:07:49AM +, Raphaël Proust wrote: > On 12 March 2016 at 17:44, Marc André Tanner wrote: > > On Fri, Mar 11, 2016 at 08:08:38PM +0100, Marc André Tanner wrote: > >> - There will likely be bugs, memory leaks, crashes, infinite

Re: [dev] Re: [sbase] [PATCH] sort: Fix -u option

2016-03-13 Thread Dimitris Papastamos
On Sat, Mar 12, 2016 at 03:48:13PM -0800, Michael Forney wrote: > On Sat, Mar 12, 2016 at 11:46:31AM -0800, Michael Forney wrote: > > In eb9bda878736344d1bef06d42e57e96de542a663, a bug was introduced in the > > handling of -1 return values from getline. Since the type of the len > > field in struct

Re: [dev] structural regular expression support for vis

2016-03-13 Thread Raphaël Proust
On 12 March 2016 at 17:44, Marc André Tanner wrote: > On Fri, Mar 11, 2016 at 08:08:38PM +0100, Marc André Tanner wrote: >> - There will likely be bugs, memory leaks, crashes, infinite loops etc. >>YOU are supposed to fix them and submit patches ;) When typing `:sam` the editor segfaults. I'

Re: [dev] structural regular expression support for vis

2016-03-13 Thread Jan Christoph Ebersbach
Not yet, I have it on my agenda for May. On Sat 12-03-2016 18:44 +0100, Marc André Tanner wrote: > On Fri, Mar 11, 2016 at 08:08:38PM +0100, Marc André Tanner wrote: > > > - There will likely be bugs, memory leaks, crashes, infinite loops > > etc. YOU are supposed to fix them and submit patches