summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/typo-del.mkxl
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/typo-del.mkxl')
-rw-r--r--tex/context/base/mkxl/typo-del.mkxl8
1 files changed, 6 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/typo-del.mkxl b/tex/context/base/mkxl/typo-del.mkxl
index 850eb0cc2..9cac52ab8 100644
--- a/tex/context/base/mkxl/typo-del.mkxl
+++ b/tex/context/base/mkxl/typo-del.mkxl
@@ -28,11 +28,11 @@
{\getdummyparameters[#1]%
\expandnamespaceparameter\??hyphenmarksign\dummyparameter\c!sign\v!normal}
-\setvalue{\??hyphenmarksign\v!normal}%
+\defcsname\??hyphenmarksign\v!normal\endcsname
{\enforced\let\textmodehyphen\normalhyphen
\enforced\let\textmodehyphendiscretionary\normalhyphendiscretionary}
-\setvalue{\??hyphenmarksign\v!wide}%
+\defcsname\??hyphenmarksign\v!wide\endcsname
{\enforced\let\textmodehyphen\composedhyphen
\enforced\let\textmodehyphendiscretionary\composedhyphendiscretionary}
@@ -416,6 +416,8 @@
\edef\p_delimited_method{\delimitedtextparameter\c!method}%
\ifx\p_delimited_method\v!font
\expandafter\typo_delimited_start_font
+ \orelse\ifx\p_delimited_method\v!paragraph
+ \expandafter\typo_delimited_start_font
\else
\expandafter\typo_delimited_start_other
\fi}
@@ -567,6 +569,8 @@
\edef\p_delimited_method{\delimitedtextparameter\c!method}%
\ifx\p_delimited_method\v!font
\expandafter\typo_delimited_fontdriven
+ \orelse\ifx\p_delimited_method\v!text
+ \expandafter\typo_delimited_fontdriven
\else
\expandafter\typo_delimited_other
\fi}