summaryrefslogtreecommitdiff
path: root/tex/context/base/lang-wrd.mkiv
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-12 17:15:07 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-12 17:15:07 +0100
commit8d8d528d2ad52599f11250cfc567fea4f37f2a8b (patch)
tree94286bc131ef7d994f9432febaf03fe23d10eef8 /tex/context/base/lang-wrd.mkiv
parentf5aed2e51223c36c84c5f25a6cad238b2af59087 (diff)
downloadcontext-8d8d528d2ad52599f11250cfc567fea4f37f2a8b.tar.gz
2016-01-12 16:26:00
Diffstat (limited to 'tex/context/base/lang-wrd.mkiv')
-rw-r--r--tex/context/base/lang-wrd.mkiv70
1 files changed, 0 insertions, 70 deletions
diff --git a/tex/context/base/lang-wrd.mkiv b/tex/context/base/lang-wrd.mkiv
deleted file mode 100644
index 8c544773b..000000000
--- a/tex/context/base/lang-wrd.mkiv
+++ /dev/null
@@ -1,70 +0,0 @@
-%D \module
-%D [ file=lang-wrd,
-%D version=2006.XX.XX,
-%D title=\CONTEXT\ Language Macros,
-%D subtitle=Checking,
-%D author=Hans Hagen,
-%D date=\currentdate,
-%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
-%C
-%C This module is part of the \CONTEXT\ macro||package and is
-%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
-%C details.
-
-%D Experimental.
-
-\writestatus{loading}{ConTeXt Language Macros / Checking}
-
-\registerctxluafile{lang-wrd}{1.001}
-
-\unprotect
-
-% \loadspellchecklist[en][words-en.txt]
-% \loadspellchecklist[us][words-en.txt]
-% \loadspellchecklist[nl][words-nl.txt]
-% \setupspellchecking[state=start,method=1]
-%
-% \setupspellchecking[state=start,method=2]
-% ...
-% \typefile{\jobname.words}
-%
-% beware, maybe some day we will honour grouping
-%
-% 1: spell checking
-% 2: word counting
-% 3: language coloring
-
-\installcorenamespace{spell}
-
-\installdirectcommandhandler \??spell {spellchecking}
-
-\appendtoks
- \doifelse{\directspellcheckingparameter\c!state}\v!start
- {\clf_enablespellchecking
- method {\directspellcheckingparameter\c!method}%
- list {\directspellcheckingparameter\c!list}%
- \relax}
- {\clf_disablespellchecking}%
-\to \everysetupspellchecking
-
-\unexpanded\def\loadspellchecklist
- {\dodoubleempty\lang_spellchecking_load_list}
-
-\def\lang_spellchecking_load_list[#1][#2]%
- {\clf_loadspellchecklist{#1}{#2}}
-
-\setupspellchecking
- [\c!state=\v!stop,
- \c!method=1,
- \c!list=]
-
-\definecolor[word:yes] [g=.75]
-\definecolor[word:no] [r=.75]
-
-%definecolor[word:unset] [s=.75]
-\definecolor[word:en] [b=.75]
-\definecolor[word:de] [r=.75]
-\definecolor[word:nl] [g=.75]
-\definecolor[word:unknown][r=.75,g=.75]
-
-\protect \endinput