bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24972: 26.0.50; Multibyte characters are misaligned in ibuffer


From: Mark Oteiza
Subject: bug#24972: 26.0.50; Multibyte characters are misaligned in ibuffer
Date: Sun, 20 Nov 2016 13:58:16 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Liu Hui <liuhui1610@gmail.com> writes:
> As shown in the screenshot attached, multibyte characters (the second
> line) are misaligned in ibuffer. The problem seems at least relevant
> to the function `ibuffer-compile-format', which uses `length' rather
> than `string-width' for characters.

Indeed, changing to string-width improves it. ibuffer should probably
also be using display properties to align the columns, but that's
another issue.

Committed in 7e2a8b1. Thanks for reporting





reply via email to

[Prev in Thread] Current Thread [Next in Thread]