small disambiguation:
On 2015-09-10, Guenter Milde wrote:
...
> \textsubplus{e}
> \=*{e}
> \b{e}
> \"{e}
> In addition to the IPA accent "minus below", there is also the standard
> TeX accent "macron below" (which is not an IPA character/command and
> actually does not belong there (testing the correct differentiation
> between them is good but maybe better done elsewhere)).
> * With the old (wrong) mappings, both commands translate to
> COMBINING MINUS SIGN BELOW and in fact, this is what is found in
> test-insets.lyx.lyx currently on Git.
> ! Ambiguity introduced by by the mapping of MINUS SIGN BELOW to \b in
> \unicodesymbols but now fixed in the test examples!
In this context, "fixed" does not mean "corrected", but "accepted as
expected behaviour". We actually want to change the expected output:
...
> And indeed, with these changes `make alltests` writes a new
> "test-insets.lyx.lyx" file that has in the relevant TIPA inset the correct
> accents
> e̟ e̠ e̱ ë
> that map to:
> \textsubplus{e} \=*{e} \b{e} ë
Fazit: we need to change the version of the generated test result
"test-inset.lyx.lyx", but to a version that that keeps the
differentiation between MINUS SIGN BELOW and MACRON BELOW. This version is
generated after fixing tex2lyx/text.cpp
Günter