summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/spac-hor.mkxl
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2023-02-14 18:21:35 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2023-02-14 18:21:35 +0100
commitcd404631d7079a9af603d173eb015f026731aa01 (patch)
tree588c6c8e860bb26955999dfc8be67eb78cc7ff7f /tex/context/base/mkxl/spac-hor.mkxl
parentd643b65f7ab840157f538914b07f8d3cddf94bec (diff)
downloadcontext-cd404631d7079a9af603d173eb015f026731aa01.tar.gz
2023-02-14 17:44:00
Diffstat (limited to 'tex/context/base/mkxl/spac-hor.mkxl')
-rw-r--r--tex/context/base/mkxl/spac-hor.mkxl16
1 files changed, 11 insertions, 5 deletions
diff --git a/tex/context/base/mkxl/spac-hor.mkxl b/tex/context/base/mkxl/spac-hor.mkxl
index 017a94d5b..3c4fd1eb4 100644
--- a/tex/context/base/mkxl/spac-hor.mkxl
+++ b/tex/context/base/mkxl/spac-hor.mkxl
@@ -400,13 +400,19 @@
% test test\fsp. test % beats frenchspacing
+% \permanent\protected\def\fsp#1% fixed space puncuation
+% {\begingroup
+% \ifchknum`#1\or
+% \sfcode`#1\plusthousand
+% \fi
+% #1%
+% \endgroup}
+
\permanent\protected\def\fsp#1% fixed space puncuation
- {\begingroup
+ {#1%
\ifchknum`#1\or
- \sfcode`#1\plusthousand
- \fi
- #1%
- \endgroup}
+ \spacefactor\plusthousand
+ \fi}
%D Here's a tweak .. if needed one can configure it in the configuration
%D so that initialization happens more efficient.