summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/spac-hor.mkxl
diff options
context:
space:
mode:
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.