On Thu, Jan 12, 2012 at 08:18:17PM -0600, Sung Pae wrote:
> Hello,
> 
> The new keysym-list perl extension has a small bug. The manual states:
> 
>     You can define a range of keysyms in one shot by loading the
>     "keysym-list" perl extension and providing a string with pattern
>     list/PREFIX/MIDDLE/SUFFIX
> 
> However, keysym strings of the form:
> 
>     list/\033/abcd/     # Empty suffix!
> 
> result in an error, because the extension calls split() on the passed
> string, resulting in an array of 3 strings, and not 4, as expected.
> 
> Since the manual does not mention that the suffix is mandatory, and as
> it was not mandatory in older versions, I believe this is a regression.
> 
> Trivial patch follows inline.

Thanks, applied.

Emanuele

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to