diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-18 16:20:10 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-18 16:20:10 +0200 |
commit | 843451f9bf2d9a61e75842b1202d412ab0c05587 (patch) | |
tree | 6463b9540181712703b5a8acce1ca40594c6af23 /doc/en | |
parent | ac107802fdd508ecaa6fd44cc56d2ff1cdc3f9b6 (diff) | |
download | weechat-843451f9bf2d9a61e75842b1202d412ab0c05587.zip |
Remove aspell real_time option (not used any more), update aspell doc
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/aspell_commands.xml | 19 | ||||
-rw-r--r-- | doc/en/autogen/aspell_options.xml | 104 |
2 files changed, 123 insertions, 0 deletions
diff --git a/doc/en/autogen/aspell_commands.xml b/doc/en/autogen/aspell_commands.xml new file mode 100644 index 000000000..fe4d6ef5f --- /dev/null +++ b/doc/en/autogen/aspell_commands.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<command>aspell [list | enable lang | disable | addword [lang] word]</command> +<programlisting> +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. +</programlisting> diff --git a/doc/en/autogen/aspell_options.xml b/doc/en/autogen/aspell_options.xml new file mode 100644 index 000000000..f26722a36 --- /dev/null +++ b/doc/en/autogen/aspell_options.xml @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<command>aspell.check.commands</command> +<itemizedlist> + <listitem> + <para>description: comma separated list of commands for which spell checking is enabled (spell checking is disabled for all other commands)</para> + </listitem> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string</para> + </listitem> + <listitem> + <para>default value: 'ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic'</para> + </listitem> +</itemizedlist> + +<command>aspell.check.default_dict</command> +<itemizedlist> + <listitem> + <para>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)</para> + </listitem> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string</para> + </listitem> + <listitem> + <para>default value: ''</para> + </listitem> +</itemizedlist> + +<command>aspell.check.word_min_length</command> +<itemizedlist> + <listitem> + <para>description: minimum length for a word to be spell checked (use 0 to check all words)</para> + </listitem> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 0 .. 2147483647</para> + </listitem> + <listitem> + <para>default value: 2</para> + </listitem> +</itemizedlist> + +<command>aspell.dict.irc.local.#test</command> +<itemizedlist> + <listitem> + <para>description: liste de dictionnaires (séparés par des virgules) à utiliser sur ce tampon</para> + </listitem> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string</para> + </listitem> + <listitem> + <para>default value: 'fr'</para> + </listitem> +</itemizedlist> + +<command>aspell.dict.irc.local.#test2</command> +<itemizedlist> + <listitem> + <para>description: liste de dictionnaires (séparés par des virgules) à utiliser sur ce tampon</para> + </listitem> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string</para> + </listitem> + <listitem> + <para>default value: 'fr'</para> + </listitem> +</itemizedlist> + +<command>aspell.look.color</command> +<itemizedlist> + <listitem> + <para>description: color used for mispelled words</para> + </listitem> + <listitem> + <para>type: color</para> + </listitem> + <listitem> + <para>values: a color name</para> + </listitem> + <listitem> + <para>default value: lightred</para> + </listitem> +</itemizedlist> + |