summaryrefslogtreecommitdiff
path: root/tex/context/base/supp-box.mkiv
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-01-31 18:40:12 +0200
committerMarius <mariausol@gmail.com>2011-01-31 18:40:12 +0200
commit8f0a9674137499392552a70d470f614f0eb98b6c (patch)
tree6d67600678dc90e269c2800f9609e78f307254a1 /tex/context/base/supp-box.mkiv
parentcf65f174d2b790545f27134a5d41d39c942a1d5b (diff)
downloadcontext-8f0a9674137499392552a70d470f614f0eb98b6c.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