unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18934: 24.4; ibuffer with double-width characters doesn't work correctly
@ 2014-11-03 15:25 Shigeru Fukaya
  0 siblings, 0 replies; only message in thread
From: Shigeru Fukaya @ 2014-11-03 15:25 UTC (permalink / raw)
  To: 18934

Hello,

`ibuffer' displays buffer information on incorrect column position if
buffer name includes double-width characters or singile-width
multibyte characters.  It is mostly because they wrongly use `length'
for string width.

It can be fixed almost by replacing length, substring with
string-width, truncate-string-to-width in several functions.

Regards,
Shigeru





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-03 15:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03 15:25 bug#18934: 24.4; ibuffer with double-width characters doesn't work correctly Shigeru Fukaya

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).