On Friday, February 12, 2021 3:01:19 PM WET Thibaut Cuvelier wrote:
> Actually, it looks like \e is a GCC-only extension that is not
> well-understood by MSVC. The attached patch solves the problem for me by
> replacing \e by another nonprintable character.

You are right \e is a gcc extension:
https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html#C-Extensions
https://gcc.gnu.org/onlinedocs/gcc/Character-Escapes.html#Character-Escapes

-- 
José Abílio


-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to