Re: [dev] [tabbed] [PATCH] Clear urgency hint on sel == c

2014-08-04 Thread Christoph Lohmann
Greetings. On Mon, 04 Aug 2014 23:11:25 +0200 Peter Hofmann wrote: > Hi, > > errr, am I supposed to do something here? Or is Christoph just busy? :-) > No worries, I'm not in a hurry. I'm simply not that familiar with your > workflows. :-) Oh, I simply forgot to work through the mailmarks I

Re: [dev] [st] Erasing UTF-8 characters in ed

2014-08-04 Thread Roberto E. Vargas Caballero
> from the source code. xterm has several related options (-lc to adapt the > encoding to the locale used, -u8 to force UTF-8, and others). I glanced As far as I know xterm uses an external program for it luit(1). > st does not use termios(3), and does not seem to do anything special > depending

[dev] [st][PATCH] Add error message when child exits whit error

2014-08-04 Thread Roberto E. Vargas Caballero
Master proccess was not showing any error message when the child died with an error, and it was very confusing for the user (for example with incorrect -e command). --- st.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/st.c b/st.c index a2703f4..45bc89d 100644 --

Re: [dev] [tabbed] [PATCH] Clear urgency hint on sel == c

2014-08-04 Thread Markus Teich
Peter Hofmann wrote: > errr, am I supposed to do something here? Or is Christoph just busy? :-) No > worries, I'm not in a hurry. I'm simply not that familiar with your workflows. Heyho, I also have the thread marked as „not yet upstream“ and think it should be merged. ;) --Markus

Re: [dev] [tabbed] [PATCH] Clear urgency hint on sel == c

2014-08-04 Thread Peter Hofmann
Hi, errr, am I supposed to do something here? Or is Christoph just busy? :-) No worries, I'm not in a hurry. I'm simply not that familiar with your workflows. :-) Thanks! Peter

Re: [dev] [st] Erasing UTF-8 characters in ed

2014-08-04 Thread Alexandre Niveau
Hi, On 04/08/2014 06:44, Michael Reed wrote: Stty shows that iutf8 is enabled for me. I saw earlier in the thread you verified your LC_ALL as being UTF-8, perhaps that or LANG is configured on your filesystem but is not propogating to st due to some shell configuration issue? I'm not sure that

Re: [dev] [st] Erasing UTF-8 characters in ed

2014-08-04 Thread Roberto E. Vargas Caballero
> Stty shows that iutf8 is enabled for me. I saw earlier in the thread you > verified your LC_ALL as being UTF-8, perhaps that or LANG is configured on > your filesystem but is not propogating to st due to some shell configuration > issue? This is a bit ugly. I am now in a linux machine where:

Re: [dev] [st] Erasing UTF-8 characters in ed

2014-08-04 Thread Roberto E. Vargas Caballero
> I hope this could actually be useful for others. If it's not possible to > have st automatically tell stty to use the iutf8 mode, then maybe it's worth > a mention in the FAQ. Well, st could set the correct values of stty (iutf8 and erase), but I think is not a good idea. What happens if the sys