Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-08-30 Thread Nicolas Goaziou
Hello, Konstantin Kliakhandler writes: > Sorry for the late reply. Am I supposed to send the patch against master or > against maint? The latter. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-08-29 Thread Konstantin Kliakhandler
Hi Nicolas, Sorry for the late reply. Am I supposed to send the patch against master or against maint? If against master, see the file starting at 0001. If against maint, see the file starting with 0002. For some reason, I can't apply the 0001 patch to the maint branch either, nor can I rebase it

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-07-06 Thread Nicolas Goaziou
Hello, Rasmus writes: > Sure, I can do that. Thanks ! Regards, -- Nicolas Goaziou

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-07-06 Thread Rasmus
Nicolas Goaziou writes: >> I'm not sure what were the conclusions of the side discussion, but >> I do want to point out that my change is in accordance with unicode >> symbol names and with the symbols that pdflatex prints on paper. > > I think Rasmus (Cc'ed) discovered a bug in TeX input method.

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-07-05 Thread Nicolas Goaziou
Hello, Konstantin Kliakhandler writes: > I have an additional, similar patch - In this one I changed the unicode > symbol for \circ from something looking like ^ to [image: \circ] (#x2218 = > "ring operator" = \circ in TeX input method). For some reason, I'm unable to apply it to maint branch.

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-07-03 Thread Konstantin Kliakhandler
Thanks! I have an additional, similar patch - In this one I changed the unicode symbol for \circ from something looking like ^ to [image: \circ] (#x2218 = "ring operator" = \circ in TeX input method). Thanks, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( On 1 Jul

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-07-01 Thread Nicolas Goaziou
Hello, Konstantin Kliakhandler writes: > Attached is the patch, as requested. Applied. Thank you. > I'm not sure what were the conclusions of the side discussion, but > I do want to point out that my change is in accordance with unicode > symbol names and with the symbols that pdflatex prints

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-06-30 Thread Konstantin Kliakhandler
Hello Nicolas, Attached is the patch, as requested. I'm not sure what were the conclusions of the side discussion, but I do want to point out that my change is in accordance with unicode symbol names and with the symbols that pdflatex prints on paper. Thanks and regards, Kosta -- Konstantin Kli

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-06-28 Thread Rasmus
> AFAICT, (La)TeX disagrees with TeX input method. The latter may be > buggy. > > Regards, Nick Dokos writes: > That's not what Lamport says (p.41, 2nd ed.) Maybe the input method > got it wrong? Oh, you are all right. Sorry about the noise. -- You people at the NSA are becoming my new best

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-06-28 Thread Nick Dokos
Rasmus writes: > Konstantin Kliakhandler writes: > >> Hello, >> >> The unicode letters for 'varphi' and for 'phi' are swapped. >> >> Here is a patch correcting this: >> >> diff --git a/lisp/org-entities.el b/lisp/org-entities.el >> index 4044432..6f6d054 100644 >> --- a/lisp/org-entities.el >> +

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-06-28 Thread Nicolas Goaziou
Hello, Rasmus writes: > The behavior is "correct" with reference to (La)TeX. E.g. > > M-x set-input-method RET TeX RET > > Then, > > \phi → φ > \varphi → ϕ > > Your suggestion is correct with reference to HTML. > > I’d tend to favor the TeX interpretation even if it’s technically >

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-06-28 Thread Rasmus
Konstantin Kliakhandler writes: > Hello, > > The unicode letters for 'varphi' and for 'phi' are swapped. > > Here is a patch correcting this: > > diff --git a/lisp/org-entities.el b/lisp/org-entities.el > index 4044432..6f6d054 100644 > --- a/lisp/org-entities.el > +++ b/lisp/org-entities.el > @@

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-06-28 Thread Nicolas Goaziou
Hello, Konstantin Kliakhandler writes: > The unicode letters for 'varphi' and for 'phi' are swapped. Good catch. > Here is a patch correcting this: Would you mind providing a patch with a proper commit message and using git format-patch? See

[O] BUG: swapped utf-8 symbols in org-entities

2016-06-28 Thread Konstantin Kliakhandler
Hello, The unicode letters for 'varphi' and for 'phi' are swapped. Here is a patch correcting this: diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 4044432..6f6d054 100644 --- a/lisp/org-entities.el +++ b/lisp/org-entities.el @@ -204,9 +204,8 @@ packages to be loaded, add these pa