| Server IP : 185.252.147.100 / Your IP : 216.73.216.196 Web Server : nginx/1.27.3 System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : mitr ( 1000) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/cache/dictionaries-common/ |
Upload File : |
;;; This file is part of the dictionaries-common package.
;;; It has been automatically generated.
;;; DO NOT EDIT!
;; Adding aspell dicts
(add-to-list 'debian-aspell-only-dictionary-alist
'("russian"
"[�������������������������������ţ�������������������������]"
"[^�������������������������������ţ�������������������������]"
"[-]"
t
("-d" "ru")
nil
koi8-r))
;; Adding ispell dicts
(add-to-list 'debian-ispell-only-dictionary-alist
'("russian"
"[�������������������������������ţ�������������������������]"
"[^�������������������������������ţ�������������������������]"
"[-]"
t
("-d" "russian")
nil
koi8-r))
;; An alist that will try to map aspell locales to emacsen names
(setq debian-aspell-equivs-alist '(
("ru" "russian")
("ru_RU" "russian")
("ru_UA" "russian")
))
;; Get default value for debian-aspell-dictionary. Will be used if
;; spellchecker is aspell and ispell-local-dictionary is not set.
;; We need to get it here, after debian-aspell-equivs-alist is loaded
(setq debian-aspell-dictionary (debian-ispell-get-aspell-default))
;; No emacsen-hunspell-equivs entries were found