File: control

package info (click to toggle)
auto-dictionary-mode 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: lisp: 613; makefile: 2
file content (54 lines) | stat: -rw-r--r-- 2,213 bytes parent folder | download
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
Source: auto-dictionary-mode
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
Build-Depends: debhelper (>= 11),
 dh-elpa
Standards-Version: 4.2.1
Homepage: https://github.com/nschum/auto-dictionary-mode
Vcs-Browser: https://salsa.debian.org/emacsen-team/auto-dictionary-mode
Vcs-Git: https://salsa.debian.org/emacsen-team/auto-dictionary-mode.git
Testsuite: autopkgtest-pkg-elpa

Package: elpa-auto-dictionary
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs,
 emacs25
Description: automatic dictionary switcher for Emacs spell checking
 Auto-dictionary is a minor mode that hooks into Flyspell's on-the-fly spell
 checking and extends these checks to also detect language.  Auto-dictionary
 then sets 'ispell-dictionary' to use the detected language.  This package is
 useful for Emacs users who work in multiple languages (bilingual, multilingual,
 etc.)
 .
 Language detection is per buffer (per document), and auto-dictionary will
 choose whichever language is used most often.  If that document also contains
 language x and y, and has slightly more words from language x, but then
 document is edited until there are a greater number of words from language y,
 then auto-dictionary will change its pick to language y.  That is to say,
 auto-dictionary's pick always depends on the current state of the document, and
 it will only pick one language.  This package does not enable multiple
 dictionary support for Emacs ispell.
 .
 Auto-dictionary supports the following languages:
   * ca  - Catalan
   * da  - Dansk (Danish)
   * de  - Deutsch (German)
   * el  - νέα ελληνικά (Modern Greek)
   * en  - English
   * eo  - Esperanto
   * es  - Español (Spanish)
   * fr  - Français (French)
   * grc - ἑλληνικά (Classical Greek)
   * hi  - हिन्दी (Hindi)
   * hu  - Magyar (Hungarian)
   * nb  - Bokmål (Norwegian)
   * nn  - Nynorsk (Norwegian)
   * pt  - Português (Portuguese)
   * ro  - Românâ, Româneşte (Romanian)
   * sk  - Slovenčina (Slovak)
   * sl  - Slovenian (Slovene)
   * sv  - Svenska (Swedish)