In the file defining the knowledges, add the possibility of writing keywords (in comments) in the same line as the definition of some knowledge kl to desactivate some features of the addquotes command, such as:
| Keyword |
Effect |
kl-addquotes:ignore |
do not propose to the user to add quotes around occurrences of kl |
kl-addquotes:force-exact-match |
do not propose to define synonyms of kl |
kl-addquotes:only-case-insensitive |
proposes to define kl' as a synonym of kl only when kl' is the same as kl, up to letter case |
For every keyword kwd, add a keyword kwd-syn which has the effect of applying the effect of kwd to kl but also to all its synonyms. Add a keyword kwd-all to apply this effect to every knowledge of the file.
In the file defining the knowledges, add the possibility of writing keywords (in comments) in the same line as the definition of some knowledge
klto desactivate some features of theaddquotescommand, such as:kl-addquotes:ignoreklkl-addquotes:force-exact-matchklkl-addquotes:only-case-insensitivekl'as a synonym ofklonly whenkl'is the same askl, up to letter caseFor every keyword
kwd, add a keywordkwd-synwhich has the effect of applying the effect ofkwdtoklbut also to all its synonyms. Add a keywordkwd-allto apply this effect to every knowledge of the file.