emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] Re: double-width characters in tables


From: Bastien
Subject: Re: [O] [PATCH] Re: double-width characters in tables
Date: Wed, 13 Feb 2013 12:42:55 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Eric,

Eric Abrahamsen <address@hidden> writes:

> -                 l (max 1 (- (match-end 0) (match-beginning 0) 3))
> +                 l (max 1
> +                        (- (org-string-width
> +                            (buffer-substring
> +                             (match-end 0) (match-beginning 0))) 3))

(Why not just (org-string-width (match-string 0))?)

Let me know when you're done with extensive testing for this!

Thanks,

-- 
 Bastien



reply via email to

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