Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-06-02 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > Sure. Attached. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-06-02 Thread Yasushi SHOJI
Hi, On Thu, 02 Jun 2016 02:34:31 +0900, Nicolas Goaziou wrote: > > > Would you remove the extra section marker (";;; Tags") thing when > > merge to master? It merges cleanly from maint to master but leaves > > the marker. > > I'll take care of the merging back to master. Thank you. > >

Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-06-01 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > Ah, the patch was intended for the branch maint. You're right, Tags section doesn't exist in in maint, so all is good. > Would you remove the extra section marker (";;; Tags") thing when > merge to master? It merges cleanly from maint

Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-06-01 Thread Rasmus
Samuel Wales writes: > i wonder if this also fixes tags for variable pitch (proportional) > fonts. i have been having great success with variable pitch fonts and > it would be great if this fixes tags for them too. No.

Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-06-01 Thread Yasushi SHOJI
Hi Samuel, On Wed, 01 Jun 2016 06:06:02 +0900, Samuel Wales wrote: > > i wonder if this also fixes tags for variable pitch (proportional) > fonts. i have been having great success with variable pitch fonts and > it would be great if this fixes tags for them too. This fix is nothing to do with

Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-06-01 Thread Yasushi SHOJI
Hi Nicolas, On Wed, 01 Jun 2016 05:02:58 +0900, Nicolas Goaziou wrote: > Yasushi SHOJI writes: > > Let me know if I miss something. > > Could you send it again with an appropriate commit message and using git > format-patch? Oops. Sorry about the format=flowed. Not

Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-05-31 Thread Samuel Wales
i wonder if this also fixes tags for variable pitch (proportional) fonts. i have been having great success with variable pitch fonts and it would be great if this fixes tags for them too. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have

Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-05-31 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > Some characters have multiple column width. Calculating string width > with points gives a wrong value than actual display width. Use > `string-width' instead. > > Here is an ECM for this problem. `M-x org-update-statistics-cookies` or