From 843451f9bf2d9a61e75842b1202d412ab0c05587 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 18 Oct 2008 16:20:10 +0200 Subject: Remove aspell real_time option (not used any more), update aspell doc --- doc/de/autogen/aspell_commands.xml | 19 +++++++ doc/de/autogen/aspell_options.xml | 104 +++++++++++++++++++++++++++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 doc/de/autogen/aspell_commands.xml create mode 100644 doc/de/autogen/aspell_options.xml (limited to 'doc/de') diff --git a/doc/de/autogen/aspell_commands.xml b/doc/de/autogen/aspell_commands.xml new file mode 100644 index 000000000..fe4d6ef5f --- /dev/null +++ b/doc/de/autogen/aspell_commands.xml @@ -0,0 +1,19 @@ + + + +aspell [list | enable lang | disable | addword [lang] word] + +aspell plugin configuration + + list: show installed dictionnaries + enable: enable aspell on current buffer +disable: disable aspell on current buffer +addword: add a word in your personnal aspell dictionary + +Input line beginning with a '/' is not checked, except for some commands. + diff --git a/doc/de/autogen/aspell_options.xml b/doc/de/autogen/aspell_options.xml new file mode 100644 index 000000000..f26722a36 --- /dev/null +++ b/doc/de/autogen/aspell_options.xml @@ -0,0 +1,104 @@ + + + +aspell.check.commands + + + description: comma separated list of commands for which spell checking is enabled (spell checking is disabled for all other commands) + + + type: string + + + values: any string + + + default value: 'ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic' + + + +aspell.check.default_dict + + + description: default dictionary (or comma separated list of dictionaries) to use when buffer has no dictionary defined (leave blank to disable aspell on buffers for which you didn't explicitely enabled it) + + + type: string + + + values: any string + + + default value: '' + + + +aspell.check.word_min_length + + + description: minimum length for a word to be spell checked (use 0 to check all words) + + + type: integer + + + values: 0 .. 2147483647 + + + default value: 2 + + + +aspell.dict.irc.local.#test + + + description: liste de dictionnaires (séparés par des virgules) à utiliser sur ce tampon + + + type: string + + + values: any string + + + default value: 'fr' + + + +aspell.dict.irc.local.#test2 + + + description: liste de dictionnaires (séparés par des virgules) à utiliser sur ce tampon + + + type: string + + + values: any string + + + default value: 'fr' + + + +aspell.look.color + + + description: color used for mispelled words + + + type: color + + + values: a color name + + + default value: lightred + + + -- cgit v1.2.3