commit e3845415827da0a37e866787288204901d597e94
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sat Jun 7 10:41:52 2025 +0200

    Fix clash of double \LyXZeroWidthSpace definition
    
    (cherry picked from commit 85e63756b4356ea3132aeea9c3a633d273e4b2cf)
---
 lib/unicodesymbols | 2 +-
 status.24x         | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/unicodesymbols b/lib/unicodesymbols
index 1d0c32d0d1..cb249eaa3d 100644
--- a/lib/unicodesymbols
+++ b/lib/unicodesymbols
@@ -1898,7 +1898,7 @@
 0x2008 "\\LyXPunctSpace" "\\newcommand*\\LyXPunctSpace{\\hphantom{,}}" "force" 
"\\LyXPunctSpace" "\\newcommand*\\LyXPunctSpace{\\hphantom{,}}" # PUNCTUATION 
SPACE
 0x2009 "\\LyXThinSpace" "\\newcommand*\\LyXThinSpace{\\,\\hspace{0pt}}" 
"force=utf8;utf8-cjk" "\\LyXThinSpace" 
"\\newcommand*\\LyXThinSpace{\\,\\hspace{0pt}}" # THIN SPACE
 0x200a "\\LyXHairSpace" "\\newcommand*\\LyXHairSpace{\\hspace{1pt}}" "force" 
"\\LyXHairSpace" "\\newcommand*\\LyXHairSpace{\\hspace{1pt}}" # HAIR SPACE
-0x200b "\\LyXZeroWidthSpace" "\\newcommand*\\LyXZeroWidthSpace{\\hspace{0pt}}" 
"force=utf8;utf8-cjk" "\\LyXZeroWidthSpace" 
"\\newcommand*\\LyXZeroWidthSpace{\\hspace{0pt}}" # ZERO WIDTH SPACE
+0x200b "\\LyXZeroWidthSpace" "lyxzerowidthspace" "force=utf8;utf8-cjk" 
"\\LyXZeroWidthSpace" "lyxzerowidthspace" # ZERO WIDTH SPACE
 0x200c "\\textcompwordmark"       "" "" "" "" # ZERO WIDTH NON-JOINER
 #0x200d ""                         "" "" "" "" # ZERO WIDTH JOINER
 #0x200e ""                         "" "" "" "" # LEFT-TO-RIGHT MARK
diff --git a/status.24x b/status.24x
index 84600f6b6d..97935581e3 100644
--- a/status.24x
+++ b/status.24x
@@ -43,6 +43,7 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- Fix clash of double \LyXZeroWidthSpace definition.
 
 
 * USER INTERFACE
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to