Re: [dev] [vis][RFC][PATCH 2/2] Implement the execution of external commands and cmd_substitute

2015-05-14 Thread Silvan Jegen
On Thu, May 14, 2015 at 12:30:54AM +0200, Marc André Tanner wrote: > On Thu, May 07, 2015 at 10:15:34AM +0200, Silvan Jegen wrote: > > On Wed, May 6, 2015 at 9:47 PM, Marc André Tanner > > wrote: > > * If the text is marked read only anyways, is it actually useful to > > have a "responsive" edito

Re: [dev] simple terminal : about fonts

2015-05-14 Thread regj
Romain GIACALONE skrev den 2015-05-13 21:37: Hello, sorry for this "user level" question but I'm using simple terminal and I'm looking for a readable and comfortable font. It look like that I cannot find a decent one by myself ... So could some users give me the value of their config.h:fo

[dev] [st] [PATCH] set selection to IDLE on clear

2015-05-14 Thread v4hn
From 3823c33f284a9c11d3db7a020957775b6d59d4e3 Mon Sep 17 00:00:00 2001 From: v4hn Date: Thu, 14 May 2015 15:36:57 +0200 Subject: [PATCH] set selection to IDLE on clear Otherwise a tangling bmotion event will consider the selection still valid and selnormalize segfaults because of an invalid sel.o

Re: [dev] simple terminal : about fonts

2015-05-14 Thread Thuban
* Romain GIACALONE le [13-05-2015 21:37:43 +0200]: > Hello, > > sorry for this "user level" question but I'm using simple terminal and I'm > looking for a readable and comfortable font. > It look like that I cannot find a decent one by myself ... > > So could some users give me the value o

[dev] [sbase] [PATCH 1--2] ls: fix -S and -q

2015-05-14 Thread Alexandre Niveau
Greetings, I found some bugs in ls. 1. option -S does not work on its own: $ echo "aa" >a; echo "b" >b; echo "ccc">c $ ls -S a b c First attached patch fixes this. 2. When filenames contain control chars, it only works fine when no option among -tSFilpR is specified: $ touch "$(printf "tot

[dev] Patches applied

2015-05-14 Thread Roberto E. Vargas Caballero
Hi, I have applied the patches 'Small bugfix for makeglyphfontspecs cass in drawregion' by suigin, and 'set selection to IDLE on clear' by v4hn. Thanks!!! Regards,