File: preferences-spelling.page

package info (click to toggle)
balsa 2.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,788 kB
  • sloc: ansic: 96,206; sh: 4,291; makefile: 701; awk: 60; xml: 25
file content (106 lines) | stat: -rw-r--r-- 4,429 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE page [
<!ENTITY % balsa SYSTEM "balsa.entities">
<!ENTITY mdash "--">
<!-- replace with actual app  version number--><!ENTITY version "2.5">
<!ENTITY Balsa '<app xmlns="http://projectmallard.org/1.0/">Balsa</app>'>
<!ENTITY Mutt '<app xmlns="http://projectmallard.org/1.0/">Mutt</app>'>
<!ENTITY GnomeCard '<app xmlns="http://projectmallard.org/1.0/">GnomeCard</app>'>
<!ENTITY Pine '<app xmlns="http://projectmallard.org/1.0/">pine</app>'>
<!ENTITY procmail '<app xmlns="http://projectmallard.org/1.0/">procmail</app>'>
<!ENTITY GnuPG '<app xmlns="http://projectmallard.org/1.0/">GnuPG</app>'>
<!ENTITY balsalist "https://mail.gnome.org/mailman/listinfo/balsa-list">
<!ENTITY IMAP '<link xmlns="http://projectmallard.org/1.0/"
           xref ="glossary#imap">IMAP</link>'>
<!ENTITY LDAP '<link xmlns="http://projectmallard.org/1.0/"
           xref ="glossary#ldap">LDAP</link>'>
<!ENTITY POP3 '<link xmlns="http://projectmallard.org/1.0/"
           xref ="glossary#pop">POP3</link>'>
<!ENTITY SMTP '<link xmlns="http://projectmallard.org/1.0/"
           xref ="glossary#smtp">SMTP</link>'>
<!ENTITY VCARD '<link xmlns="http://projectmallard.org/1.0/"
           xref ="glossary#vcard">VCARD</link>'>
]>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="preferences-spelling" xml:lang="cs">
  <info>
    <link type="topic" xref="preferences"/>
    <link type="guide" xref="preferences"/>
  </info>
  <title>Spell Check Preferences</title>
  <p>If <app>Balsa</app> is using GtkSpell, you can choose to have your
  spelling checked as you type. <app>Balsa</app> uses GtkSpell's default
  settings.</p>
  <p>If <app>Balsa</app> is not using GtkSpell, you can use this pane to
  setup <app>Balsa</app> spell check options. <app>Balsa</app> uses the
  Portable Spell Checking library
  (<link href="http://pspell.sourceforge.net">pspell</link>) to
  provide an interface to the spell checking program of your
  choice. Currently there are modules for ispell or aspell, both of
  which can be found at the pspell website. For more information
  visit the <app>Balsa</app> homepage.</p>
  <terms>
    <item>
      <title>
        <gui>Pspell Module</gui>
      </title>
      <p>The Pspell library allows you to use whatever spell
      checking engine you prefer, though the use of loadable
      modules. Currently Pspell has support for two modules, the
      traditional ispell, and the newer and more advanced
      aspell.</p>
      <p>
      <app>Ispell</app> is most likely available on your system as
      it is a Unix standard; however
      <app>Aspell</app> is more advanced as it uses an advanced
      phonetics engine and adaptive techniques to learn how you
      tend to misspell words. More information is available at the
      <link href="http://aspell.sourceforge.net">Aspell
      website</link>.</p>
      <p><app>Balsa</app> will attempt to use whatever module you
      specify here, however if the module is not installed it will
      not work and generate an error.</p>
    </item>
    <item>
      <title>
        <gui>Suggestion Mode</gui>
      </title>
      <p>The suggestion mode determines how hard the computer will
      search for suggestions for misspelled words. There are three
      options:</p>
      <terms>
        <item>
          <title>
            <gui>Fast</gui>
          </title>
          <p>This mode quickly scans for replacements, which means
          it might be used by a good speller who occasionally makes
          typographical errors.</p>
        </item>
        <item>
          <title>
            <gui>Normal</gui>
          </title>
          <p>The Normal mode is probably good enough for most
          people; it should produce the correct suggestion in the
          majority of cases.</p>
        </item>
        <item>
          <title>
            <gui>Bad Spellers</gui>
          </title>
          <p>The Bad Spellers mode is the most thorough and
          accurate mode; however, it also takes the longest to find
          a list of suggestions.</p>
        </item>
      </terms>
    </item>
    <item>
      <title>
        <gui>Ignore Length</gui>
      </title>
      <p>This provides the ability to ignore words shorter than a
      certain length. It may be useful to automatically skip short
      acronyms that are normally flagged as incorrect.</p>
    </item>
  </terms>
</page>