~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to doc/it/autogen/user/aspell_commands.asciidoc

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2015-08-19 18:34:17 UTC
  • mfrom: (29.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20150819183417-u026z5wo8knpcdqd
Tags: 1.3-1
* New upstream release
  - Remove backported patch to fix FTBFS with ruby 2.2
* Use dh-exec to build javascript plugin only on architectures which v8
  engine supports. Thanks to Mateusz Łukasik for the patch
  (Closes: #794584)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
// This file is auto-generated by script docgen.py.
 
3
// DO NOT EDIT BY HAND!
 
4
//
1
5
[[command_aspell_aspell]]
2
6
[command]*`aspell`* configurazione del plugin aspell::
3
7
 
8
12
         deldict
9
13
         addword [<dizionario>] <parola>
10
14
 
11
 
  enable: abilita aspell
12
 
 disable: disabilita aspell
13
 
  toggle: abilita/disabilita aspell
14
 
listdict: mostra i dizionari installati
15
 
 setdict: imposta dizionario per il buffer corrente (più dizionari vanno separati da virgola)
16
 
 deldict: elimina dizionario usato per il buffer corrente
17
 
 addword: aggiunge una parola nel dizionario personale aspell
18
 
 
19
 
La riga di input che comincia con '/' non viene controllata, tranne che per alcuni comandi (consultare /set aspell.check.commands).
20
 
 
21
 
Per abilitare aspell su tutti i buffer, usare l'opzione "default_dict", poi abilita aspell, ad esempio:
22
 
  /set aspell.check.default_dict "it"
 
15
  enable: enable aspell
 
16
 disable: disable aspell
 
17
  toggle: toggle aspell
 
18
listdict: show installed dictionaries
 
19
 setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma)
 
20
 deldict: delete dictionary used on current buffer
 
21
 addword: add a word in personal aspell dictionary
 
22
 
 
23
Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).
 
24
 
 
25
To enable aspell on all buffers, use option "default_dict", then enable aspell, for example:
 
26
  /set aspell.check.default_dict "en"
23
27
  /aspell enable
24
28
 
25
 
Il tasto predefinito per (dis)abilitare aspell è alt-s.
 
29
To display a list of suggestions in a bar, use item "aspell_suggest".
 
30
 
 
31
Default key to toggle aspell is alt-s.
26
32
----
27
33