diff options
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/plugin_api/completions.adoc | 8 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/infos.adoc | 4 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/plugins_priority.adoc | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/aspell_commands.adoc | 32 | ||||
-rw-r--r-- | doc/it/autogen/user/spell_commands.adoc | 32 | ||||
-rw-r--r-- | doc/it/autogen/user/spell_options.adoc (renamed from doc/it/autogen/user/aspell_options.adoc) | 42 | ||||
-rw-r--r-- | doc/it/man_files.it.adoc | 6 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 17 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 12 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 75 |
10 files changed, 118 insertions, 112 deletions
diff --git a/doc/it/autogen/plugin_api/completions.adoc b/doc/it/autogen/plugin_api/completions.adoc index 3fe17a4a5..5489f6d38 100644 --- a/doc/it/autogen/plugin_api/completions.adoc +++ b/doc/it/autogen/plugin_api/completions.adoc @@ -10,10 +10,6 @@ | alias | alias_value | valore dell'alias -| aspell | aspell_dicts | elenco dei dizionari aspell installati - -| aspell | aspell_langs | elenco di tutte lingue supportate da aspell - | exec | exec_commands_ids | ids (numbers and names) of executed commands | fset | fset_options | configuration files, sections, options and words of options @@ -86,6 +82,10 @@ | script | script_tags | tag degli script nel repository +| spell | spell_dicts | list of installed dictionaries + +| spell | spell_langs | list of all languages supported + | tcl | tcl_script | elenco degli script | trigger | trigger_hook_arguments | default arguments for a hook diff --git a/doc/it/autogen/plugin_api/infos.adoc b/doc/it/autogen/plugin_api/infos.adoc index 1f77d30fc..0a01f09f6 100644 --- a/doc/it/autogen/plugin_api/infos.adoc +++ b/doc/it/autogen/plugin_api/infos.adoc @@ -6,8 +6,6 @@ |=== | Plugin | Nome | Descrizione | Argomenti -| aspell | aspell_dict | elenco separato da virgole di dizionari usati nel buffer | puntatore al buffer ("0x12345678") o buffer con il nome completo ("irc.freenode.weechat") - | fifo | fifo_filename | nome della pipe FIFO | - | guile | guile_eval | evaluation of source code | source code to execute @@ -74,6 +72,8 @@ | ruby | ruby_version | version of the interpreter used | - +| spell | spell_dict | elenco separato da virgole di dizionari usati nel buffer | puntatore al buffer ("0x12345678") o buffer con il nome completo ("irc.freenode.weechat") + | tcl | tcl_eval | evaluation of source code | source code to execute | tcl | tcl_interpreter | name of the interpreter used | - diff --git a/doc/it/autogen/plugin_api/plugins_priority.adoc b/doc/it/autogen/plugin_api/plugins_priority.adoc index 0adb939c7..f28c95b92 100644 --- a/doc/it/autogen/plugin_api/plugins_priority.adoc +++ b/doc/it/autogen/plugin_api/plugins_priority.adoc @@ -6,7 +6,7 @@ . logger (14000) . exec (13000) . trigger (12000) -. aspell (11000) +. spell (11000) . alias (10000) . buflist (9000) . fifo (8000) diff --git a/doc/it/autogen/user/aspell_commands.adoc b/doc/it/autogen/user/aspell_commands.adoc deleted file mode 100644 index 4e897f82c..000000000 --- a/doc/it/autogen/user/aspell_commands.adoc +++ /dev/null @@ -1,32 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -[[command_aspell_aspell]] -* `+aspell+`: configurazione del plugin aspell - ----- -/aspell enable|disable|toggle - listdict - setdict <dizionario>[,<dizionario>...] - deldict - addword [<dizionario>] <parola> - - enable: enable aspell - disable: disable aspell - toggle: toggle aspell -listdict: show installed dictionaries - setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma) - deldict: delete dictionary used on current buffer - addword: add a word in personal aspell dictionary - -Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands). - -To enable aspell on all buffers, use option "default_dict", then enable aspell, for example: - /set aspell.check.default_dict "en" - /aspell enable - -To display a list of suggestions in a bar, use item "aspell_suggest". - -Default key to toggle aspell is alt-s. ----- diff --git a/doc/it/autogen/user/spell_commands.adoc b/doc/it/autogen/user/spell_commands.adoc new file mode 100644 index 000000000..eb7e70b11 --- /dev/null +++ b/doc/it/autogen/user/spell_commands.adoc @@ -0,0 +1,32 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +[[command_spell_spell]] +* `+spell+`: spell plugin configuration + +---- +/spell enable|disable|toggle + listdict + setdict <dizionario>[,<dizionario>...] + deldict + addword [<dizionario>] <parola> + + enable: enable spell checker + disable: disable spell checker + toggle: toggle spell checker +listdict: show installed dictionaries + setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma) + deldict: delete dictionary used on current buffer + addword: add a word in personal dictionary + +Input line beginning with a '/' is not checked, except for some commands (see /set spell.check.commands). + +To enable spell checker on all buffers, use option "default_dict", then enable spell checker, for example: + /set spell.check.default_dict "en" + /spell enable + +To display a list of suggestions in a bar, use item "spell_suggest". + +Default key to toggle spell checker is alt-s. +---- diff --git a/doc/it/autogen/user/aspell_options.adoc b/doc/it/autogen/user/spell_options.adoc index 35f1361c1..1fcb51a63 100644 --- a/doc/it/autogen/user/aspell_options.adoc +++ b/doc/it/autogen/user/spell_options.adoc @@ -2,80 +2,80 @@ // This file is auto-generated by script docgen.py. // DO NOT EDIT BY HAND! // -* [[option_aspell.check.commands]] *aspell.check.commands* +* [[option_spell.check.commands]] *spell.check.commands* ** descrizione: pass:none[elenco separato da virgole di comandi per cui il controllo ortografico è abilitato (il controllo ortografico è disabilitato per tutti gli altri comandi)] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+"ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"+` -* [[option_aspell.check.default_dict]] *aspell.check.default_dict* -** descrizione: pass:none[dizionario predefinito (o elenco separato da virgole di dizionari) da usare quando il buffer non ha alcun dizionario definito (vuoto per disabilitare il controllo ortografico sui buffer in cui non è stato esplicitamente abilitato)] +* [[option_spell.check.default_dict]] *spell.check.default_dict* +** descrizione: pass:none[default dictionary (or comma separated list of dictionaries) to use when buffer has no dictionary defined (leave blank to disable spell checker on buffers for which you didn't explicitly enabled it)] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+""+` -* [[option_aspell.check.during_search]] *aspell.check.during_search* +* [[option_spell.check.during_search]] *spell.check.during_search* ** descrizione: pass:none[controlla le parole durante la ricerca del testo nel buffer] ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` -* [[option_aspell.check.enabled]] *aspell.check.enabled* -** descrizione: pass:none[abilita il controllo aspell per la riga di comando] +* [[option_spell.check.enabled]] *spell.check.enabled* +** descrizione: pass:none[enable spell checker for command line] ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` -* [[option_aspell.check.real_time]] *aspell.check.real_time* +* [[option_spell.check.real_time]] *spell.check.real_time* ** descrizione: pass:none[controllo ortografico in tempo reale (più lento, disabilitato per default: le parole vengono controllate solo se seguite da un delimitatore)] ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` -* [[option_aspell.check.suggestions]] *aspell.check.suggestions* -** descrizione: pass:none[numero di suggerimenti da mostrare nell'elemento barra "aspell_suggest" per ogni dizionario impostato nel buffer (-1 = disattiva suggerimenti, 0 = mostra tutti i possibili suggerimenti in tutte le lingue)] +* [[option_spell.check.suggestions]] *spell.check.suggestions* +** descrizione: pass:none[number of suggestions to display in bar item "spell_suggest" for each dictionary set in buffer (-1 = disable suggestions, 0 = display all possible suggestions in all languages)] ** tipo: intero ** valori: -1 .. 2147483647 ** valore predefinito: `+-1+` -* [[option_aspell.check.word_min_length]] *aspell.check.word_min_length* +* [[option_spell.check.word_min_length]] *spell.check.word_min_length* ** descrizione: pass:none[lunghezza minima per una parola da controllare (0 per controllarle tutte)] ** tipo: intero ** valori: 0 .. 2147483647 ** valore predefinito: `+2+` -* [[option_aspell.color.misspelled]] *aspell.color.misspelled* +* [[option_spell.color.misspelled]] *spell.color.misspelled* ** descrizione: pass:none[text color for misspelled words (input bar)] ** tipo: colore ** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline ** valore predefinito: `+lightred+` -* [[option_aspell.color.suggestion]] *aspell.color.suggestion* -** descrizione: pass:none[text color for suggestion on a misspelled word in bar item "aspell_suggest"] +* [[option_spell.color.suggestion]] *spell.color.suggestion* +** descrizione: pass:none[text color for suggestion on a misspelled word in bar item "spell_suggest"] ** tipo: colore ** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline ** valore predefinito: `+default+` -* [[option_aspell.color.suggestion_delimiter_dict]] *aspell.color.suggestion_delimiter_dict* -** descrizione: pass:none[text color for delimiters displayed between two dictionaries in bar item "aspell_suggest"] +* [[option_spell.color.suggestion_delimiter_dict]] *spell.color.suggestion_delimiter_dict* +** descrizione: pass:none[text color for delimiters displayed between two dictionaries in bar item "spell_suggest"] ** tipo: colore ** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline ** valore predefinito: `+cyan+` -* [[option_aspell.color.suggestion_delimiter_word]] *aspell.color.suggestion_delimiter_word* -** descrizione: pass:none[text color for delimiters displayed between two words in bar item "aspell_suggest"] +* [[option_spell.color.suggestion_delimiter_word]] *spell.color.suggestion_delimiter_word* +** descrizione: pass:none[text color for delimiters displayed between two words in bar item "spell_suggest"] ** tipo: colore ** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline ** valore predefinito: `+cyan+` -* [[option_aspell.look.suggestion_delimiter_dict]] *aspell.look.suggestion_delimiter_dict* -** descrizione: pass:none[delimiter displayed between two dictionaries in bar item "aspell_suggest"] +* [[option_spell.look.suggestion_delimiter_dict]] *spell.look.suggestion_delimiter_dict* +** descrizione: pass:none[delimiter displayed between two dictionaries in bar item "spell_suggest"] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+" / "+` -* [[option_aspell.look.suggestion_delimiter_word]] *aspell.look.suggestion_delimiter_word* -** descrizione: pass:none[delimiter displayed between two words in bar item "aspell_suggest"] +* [[option_spell.look.suggestion_delimiter_word]] *spell.look.suggestion_delimiter_word* +** descrizione: pass:none[delimiter displayed between two words in bar item "spell_suggest"] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+","+` diff --git a/doc/it/man_files.it.adoc b/doc/it/man_files.it.adoc index 3c9450591..390f9abd3 100644 --- a/doc/it/man_files.it.adoc +++ b/doc/it/man_files.it.adoc @@ -11,9 +11,6 @@ $HOME/.weechat/sec.conf:: $HOME/.weechat/alias.conf:: configuration file for _alias_ plugin -$HOME/.weechat/aspell.conf:: - configuration file for _aspell_ plugin - $HOME/.weechat/buflist.conf:: configuration file for _buflist_ plugin @@ -62,6 +59,9 @@ $HOME/.weechat/ruby.conf:: $HOME/.weechat/script.conf:: configuration file for _script_ plugin +$HOME/.weechat/spell.conf:: + configuration file for _spell_ plugin + $HOME/.weechat/tcl.conf:: configuration file for _tcl_ plugin diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index 707a96e08..08b9070db 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -1041,16 +1041,21 @@ $ curl -O https://weechat.org/files/plugins.xml.gz ---- // TRANSLATION MISSING -[[aspell_dictionaries]] +[[spell_dictionaries]] === I installed aspell dictionaries on my system, how can I use them without restarting WeeChat? // TRANSLATION MISSING -You have to reload the aspell plugin: +You have to reload the spell plugin: ---- -/plugin reload aspell +/plugin reload spell ---- +// TRANSLATION MISSING +[NOTE] +With WeeChat ≤ 2.3, the "spell" plugin was named "aspell", so the command is: +`/plugin reload aspell`. + [[settings]] == Impostazioni @@ -1083,8 +1088,8 @@ Esistono diversi trucchi per ottimizzare l'uso della memoria: * utilizzare l'ultima versione stabile (si suppone che abbia meno falle di memoria rispetto le versioni precedenti) // TRANSLATION MISSING -* non caricare alcuni plugin se non vengono utilizzati, ad esempio: aspell, buflist, - fifo, logger, perl, python, ruby, lua, tcl, guile, javascript, php, xfer (usato per DCC). +* non caricare alcuni plugin se non vengono utilizzati, ad esempio: buflist, + fifo, logger, perl, python, ruby, lua, tcl, guile, javascript, php, spell, xfer (usato per DCC). See `/help weechat.plugin.autoload`. * caricare solo gli script veramente necessari * non caricare i certificati se SSL *NON* viene usato: usare una stringa vuota nell'opzione @@ -1105,7 +1110,7 @@ You can follow same tips as for <<memory_usage,memory>>, and these ones: `/set weechat.look.item_time_format "%H:%M"` (this is the default value) // TRANSLATION MISSING * disable real time check of misspelled words in command line (if you enabled it): - `/set aspell.check.real_time off` + `/set spell.check.real_time off` * set the _TZ_ variable (for example: `export TZ="Europe/Paris"`), to prevent frequent access to file _/etc/localtime_ diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 7482f72d9..ee7846361 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -9885,12 +9885,6 @@ List of signals sent by WeeChat and plugins: | Plugin | Segnale | Argomenti | Descrizione // TRANSLATION MISSING -| aspell | aspell_suggest + - _(WeeChat ≥ 0.4.0)_ | - Pointer: buffer. | - New suggestions for a misspelled word. - -// TRANSLATION MISSING | guile | guile_script_loaded + _(WeeChat ≥ 0.3.9)_ | String: path to script. | @@ -10235,6 +10229,12 @@ List of signals sent by WeeChat and plugins: Ruby script(s) removed. // TRANSLATION MISSING +| spell | spell_suggest + + _(WeeChat ≥ 2.4)_ | + Pointer: buffer. | + New suggestions for a misspelled word. + +// TRANSLATION MISSING | tcl | tcl_script_loaded + _(WeeChat ≥ 0.3.9)_ | String: path to script. | diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index e7e06c14d..d0a80f7b5 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -130,7 +130,7 @@ compilare WeeChat. | gettext | | | Internazionalizzazione (traduzione dei messaggi; la lingua base è l'inglese). | ca-certificates | | | Certificati per le connessioni SSL. | libaspell-dev - ∥ libenchant-dev | | | Plugin aspell. + ∥ libenchant-dev | | | Plugin spell. | python-dev | ≥ 2.6 ^(4)^ | | Plugin python. | libperl-dev | | | Plugin perl. | ruby2.5, ruby2.5-dev | ≥ 1.8 | | Plugin ruby. @@ -226,9 +226,6 @@ List of commonly used options: | ENABLE_ALIAS | `ON`, `OFF` | ON | Compile <<alias_plugin,Alias plugin>>. -| ENABLE_ASPELL | `ON`, `OFF` | ON | - Compile <<aspell_plugin,Aspell plugin>>. - | ENABLE_BUFLIST | `ON`, `OFF` | ON | Compile <<buflist_plugin,Buflist plugin>>. @@ -244,7 +241,7 @@ List of commonly used options: online). | ENABLE_ENCHANT | `ON`, `OFF` | OFF | - Compile <<aspell_plugin,Aspell plugin>> with Enchant. + Compile <<spell_plugin,Spell plugin>> with Enchant. | ENABLE_EXEC | `ON`, `OFF` | ON | Compile <<exec_plugin,Exec plugin>>. @@ -308,6 +305,9 @@ List of commonly used options: Compile <<scripts_plugins,script plugins>> (Python, Perl, Ruby, Lua, Tcl, Guile, JavaScript, PHP). +| ENABLE_SPELL | `ON`, `OFF` | ON | + Compile <<spell_plugin,Spell plugin>>. + | ENABLE_TCL | `ON`, `OFF` | ON | Compile <<scripts_plugins,Tcl plugin>>. @@ -611,7 +611,6 @@ The files in the WeeChat home directory are: | sec.conf | Configuration file with secured data | *Yes, highly sensitive*: this file must never be shared with anyone. | plugins.conf | Plugins configuration file | Possible, depends on plugins/scripts. | alias.conf | Configuration file for _alias_ plugin | Possible, depends on aliases. -| aspell.conf | Configuration file for _aspell_ plugin | No. | buflist.conf | Configuration file for _buflist_ plugin | No. | charset.conf | Configuration file for _charset_ plugin | No. | exec.conf | Configuration file for _exec_ plugin | No. @@ -628,6 +627,7 @@ The files in the WeeChat home directory are: | relay.conf | Configuration file for _relay_ plugin | No. | ruby.conf | Configuration file for _ruby_ plugin | No. | script.conf | Configuration file for _script_ plugin | No. +| spell.conf | Configuration file for _spell_ plugin | No. | tcl.conf | Configuration file for _tcl_ plugin | No. | trigger.conf | Configuration file for _trigger_ plugin | Possible, depends on triggers. | xfer.conf | Configuration file for _xfer_ plugin | No. @@ -763,8 +763,8 @@ Other items available (not used in bars by default): [width="100%",cols="^3,^4,10",options="header"] |=== | Item | Example | Description -| aspell_dict | `fr,en` | Spelling dictionaries used on current buffer. -| aspell_suggest | `print,prone,prune` | Spelling suggestions for word under cursor (if misspelled). +| spell_dict | `fr,en` | Spelling dictionaries used on current buffer. +| spell_suggest | `print,prone,prune` | Spelling suggestions for word under cursor (if misspelled). | buffer_count | `10` | Total number of buffers opened. | buffer_short_name | `#test` | Current buffer short name. | irc_channel | `#test` | Current IRC channel name. @@ -1711,7 +1711,8 @@ with `/script install buffer_autoset.py` and get help with `/help buffer_autoset | kbd:[Alt+d] | Elimina la parola successiva nella riga di comando (deleted string is copied to the internal clipboard). | `/input delete_next_word` | kbd:[Alt+k] | Cattura un tasto ed inserisce il suo codice (e il comando associato se il tasto esiste) nella riga di comando. | `/input grab_key_command` | kbd:[Alt+r] | Elimina l'intera riga di comando. | `/input delete_line` -| kbd:[Alt+s] | Abilita/disabilita aspell. | `/mute aspell toggle` +// TRANSLATION MISSING +| kbd:[Alt+s] | Toggle spell checker. | `/mute spell toggle` |=== [[key_bindings_buffers_windows]] @@ -2217,7 +2218,6 @@ I plugin predefiniti sono: |=== | Plugin | Descrizione | alias | Definisce gli alias per i comandi. -| aspell | Controllo ortografico per la riga di comando. // TRANSLATION MISSING | buflist | Bar item with list of buffers. | charset | Set di caratteri per la codifica/decodifica nei buffer. @@ -2238,6 +2238,7 @@ I plugin predefiniti sono: | guile | API per lo scripting in Guile (scheme). | javascript | API per lo scripting in JavaScript. | php | API per lo scripting in PHP. +| spell | Controllo ortografico per la riga di comando. // TRANSLATION MISSING | trigger | Text replacement and command execution on events triggered by WeeChat/plugins. | xfer | Trasferimento file e chat diretta. @@ -2284,17 +2285,17 @@ Sections in file _alias.conf_: /set alias.completion.* | Completions for aliases. |=== -[[aspell_plugin]] -=== Aspell +[[spell_plugin]] +=== Spell -Il plugin Aspell consente di verificare l'ortografia nella riga di comando. +Il plugin Spell consente di verificare l'ortografia nella riga di comando. È possibile utilizzare più lingue per buffer. // TRANSLATION MISSING Spell checking is disabled by default and can be toggled with key kbd:[Alt+s]. // TRANSLATION MISSING -[[aspell_dictionaries]] +[[spell_dictionaries]] ==== Dictionaries Before using spell checking, dictionaries must be defined, either globally or @@ -2306,14 +2307,14 @@ dictionaries. For example to use English and French: ---- -/set aspell.check.default_dict "en,fr" +/set spell.check.default_dict "en,fr" ---- It is possible to use a different dictionary on a specific buffer, for example on a German channel: ---- -/aspell setdict de +/spell setdict de ---- // TRANSLATION MISSING @@ -2321,12 +2322,12 @@ You can also specify a dictionary for a group of buffers, for example English for all channels on freenode IRC server: ---- -/set aspell.dict.irc.freenode en +/set spell.dict.irc.freenode en ---- -For more information, see the command <<command_aspell_aspell,/aspell>>. +For more information, see the command <<command_spell_spell,/spell>>. -[[aspell_speller_options]] +[[spell_speller_options]] ==== Opzioni ortografiche Le opzioni ortografiche possono essere definite aggiungendo opzioni nella @@ -2342,18 +2343,18 @@ $ aspell config Ad esempio, per abilitare l'opzione "ignore-case": ---- -/set aspell.option.ignore-case "true" +/set spell.option.ignore-case "true" ---- // TRANSLATION MISSING -[[aspell_suggestions]] +[[spell_suggestions]] ==== Suggestions -Suggestions are displayed in a bar item called "aspell_suggest". The number of -suggestions is set in option _aspell.check.suggestions_. +Suggestions are displayed in a bar item called "spell_suggest". The number of +suggestions is set in option _spell.check.suggestions_. -To enable suggestions you must set option _aspell.check.suggestions_ to an -integer ≥ 0 and add the bar item "aspell_suggest" to a bar, like _status_. +To enable suggestions you must set option _spell.check.suggestions_ to an +integer ≥ 0 and add the bar item "spell_suggest" to a bar, like _status_. Example of suggestions with English dictionary (`en`): @@ -2371,33 +2372,33 @@ Example of suggestions with English and French dictionaries (`en,fr`): └─────────────────────────────────────────────────────────────────────────────────┘ .... -[[aspell_commands]] +[[spell_commands]] ==== Comandi -include::autogen/user/aspell_commands.adoc[] +include::autogen/user/spell_commands.adoc[] -[[aspell_options]] +[[spell_options]] ==== Opzioni // TRANSLATION MISSING -Sections in file _aspell.conf_: +Sections in file _spell.conf_: // TRANSLATION MISSING [width="100%",cols="3m,6m,16",options="header"] |=== -| Section | Control command | Description -| color | /set aspell.color.* | Colors. -| check | /set aspell.check.* | Options to control spell checking. -| dict | <<command_aspell_aspell,/aspell setdict>> + - /set aspell.dict.* | Dictionaries used by buffer (options can be added/removed in section). -| look | /set aspell.look.* | Look and feel. -| option | /set aspell.option.* | <<aspell_speller_options,Opzioni ortografiche>> (options can be added/removed in section). +| Section | Control command | Description +| color | /set spell.color.* | Colors. +| check | /set spell.check.* | Options to control spell checking. +| dict | <<command_spell_spell,/spell setdict>> + + /set spell.dict.* | Dictionaries used by buffer (options can be added/removed in section). +| look | /set spell.look.* | Look and feel. +| option | /set spell.option.* | <<spell_speller_options,Opzioni ortografiche>> (options can be added/removed in section). |=== // TRANSLATION MISSING Options: -include::autogen/user/aspell_options.adoc[] +include::autogen/user/spell_options.adoc[] [[buflist_plugin]] === Buflist |