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

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

[debbugs-tracker] bug#10978: closed (`calendar-string-spread' loses with


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10978: closed (`calendar-string-spread' loses with double-width characters)
Date: Fri, 16 Mar 2012 01:43:02 +0000

Your message dated Thu, 15 Mar 2012 21:12:06 -0400
with message-id <address@hidden>
and subject line Re: bug#10978: `calendar-string-spread' loses with 
double-width characters
has caused the debbugs.gnu.org bug report #10978,
regarding `calendar-string-spread' loses with double-width characters
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
10978: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10978
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: `calendar-string-spread' loses with double-width characters Date: Fri, 09 Mar 2012 12:57:30 +0100
The algorithm used obviously works using `length', but for every
double-width character the resulting string is one char too long when
actually displayed, defeating its purpose when formatting the calendar
mode line (`calendar-update-mode-line' et al.).

Ex.:

(calendar-string-spread '("a" "b" "c") ?\s 10)
;=> "a   b    c" ; OK

(calendar-string-spread '("矢" "b" "c") ?\s 10)
;=> "矢   b    c" ; not OK

-- 
Štěpán



--- End Message ---
--- Begin Message --- Subject: Re: bug#10978: `calendar-string-spread' loses with double-width characters Date: Thu, 15 Mar 2012 21:12:06 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.0.95

> Eli Zaretskii wrote:
>
>> But it looks like calendar-insert-at-column and calendar-string-spread
>> also need similar changes.

Both hopefully fixed.


--- End Message ---

reply via email to

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