Re: Possible bug in 'unset' builtin

2015-05-11 Thread Chet Ramey
On 5/8/15 12:42 PM, Eduardo A. Bustamante López wrote: >>> [19:24] < dualbus> for every fix that Chet does, he introduces like 2 bugs. >>> Nice way of keeping himself busy >> >> That points to the importance of having a good, comprehensive test suite. >> It's difficult to test the interaction betwe

[PATCH] wrong backtick escaping on autocomplete

2015-05-11 Thread Igor Bogomazov
in devel branch backticks are not escaped in multibyte character locale this patch fixes that and the previously reported issue for devel branch --- bashline.c | 6 -- include/shmbchar.h | 1 + lib/sh/shmbchar.c | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/

Re: [PATCH] wrong backtick escaping on autocomplete

2015-05-11 Thread Chet Ramey
On 5/11/15 3:02 PM, Igor Bogomazov wrote: > in devel branch backticks are not escaped in multibyte character locale > > this patch fixes that and the previously reported issue Thanks for the patch; I'll take a look. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer