|
From: | Stefan Monnier |
Subject: | bug#17822: bs-show with mulitbyte characters doesn't work well |
Date: | Fri, 20 Jun 2014 15:16:08 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> `bs-show' displays buffer information on incorrect column position. > It is because `bs-show' calculates column using `length' for multibyte > strings. > Just changing `length' to `string-width' in `bs-show-in-buffer' and > `bs--insert-one-entry' will solve the problem. Indeed (tho this is not a "multibyte" problem, but a problem with double-width chars). Can you provide a patch? Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |