summaryrefslogtreecommitdiff
path: root/tex/context/base/supp-box.mkiv
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-01-31 16:59:00 +0100
committerHans Hagen <pragma@wxs.nl>2011-01-31 16:59:00 +0100
commita54b055aa4688508e8f0806eb5f776b353fbb03b (patch)
treee853e3c7e8fcd3798aa974b493b2febd1594bace /tex/context/base/supp-box.mkiv
parentd537da741abd9c53eae3c2de8c1df68e448be2f0 (diff)
downloadcontext-a54b055aa4688508e8f0806eb5f776b353fbb03b.tar.gz
beta 2011.01.31 16:59
Diffstat (limited to 'tex/context/base/supp-box.mkiv')
-rw-r--r--tex/context/base/supp-box.mkiv12
1 files changed, 6 insertions, 6 deletions
diff --git a/tex/context/base/supp-box.mkiv b/tex/context/base/supp-box.mkiv
index 2860c7556..f449e1d76 100644
--- a/tex/context/base/supp-box.mkiv
+++ b/tex/context/base/supp-box.mkiv
@@ -967,7 +967,7 @@
%D \stoptyping
\def\doshowhyphenatednextbox
- {\ctxlua{commands.showhyphenatedinlist(tex.box[\number\nextbox].list)}}
+ {\ctxcommand{showhyphenatedinlist(tex.box[\number\nextbox].list)}}
\def\showhyphens{\dowithnextbox\doshowhyphenatednextbox\hbox}
@@ -980,7 +980,7 @@
%D \stoptyping
\def\dohyphenatednextbox
- {\ctxlua{commands.hyphenatedlist(tex.box[\number\nextbox])}%
+ {\ctxcommand{hyphenatedlist(tex.box[\number\nextbox])}%
\unhbox\nextbox}
\def\hyphenatedword {\dowithnextbox\dohyphenatednextbox \hbox}
@@ -1304,14 +1304,14 @@
{\dontleavehmode
\begingroup
\setbox\scratchbox\normalhbox{#1}%
- \ctxlua{commands.applytochars(\number\scratchbox,"\strippedcsname#2",true)}%
+ \ctxcommand{applytochars(\number\scratchbox,"\strippedcsname#2",true)}%
\endgroup}
\def\processisolatedwords#1#2%
{\dontleavehmode
\begingroup
\setbox\scratchbox\normalhbox{#1}%
- \ctxlua{commands.applytowords(\number\scratchbox,"\strippedcsname#2",true)}%
+ \ctxcommand{applytowords(\number\scratchbox,"\strippedcsname#2",true)}%
\endgroup}
\unexpanded\def\processwords#1%
@@ -1323,12 +1323,12 @@
\def\applytocharacters#1%
{\dontleavehmode
- \dowithnextbox{\ctxlua{commands.applytochars(\number\nextbox,"\strippedcsname#1",true)}}%
+ \dowithnextbox{\ctxcommand{applytochars(\number\nextbox,"\strippedcsname#1",true)}}%
\normalhbox}
\def\applytowords#1%
{\dontleavehmode
- \dowithnextbox{\ctxlua{commands.applytowords(\number\nextbox,"\strippedcsname#1",true)}}%
+ \dowithnextbox{\ctxcommand{applytowords(\number\nextbox,"\strippedcsname#1",true)}}%
\normalhbox}
%D \macros