文件操作 - emacsen-ispell-dicts.el
返回文件管理
返回主菜单
删除本文件
文件: /var/cache/dictionaries-common/emacsen-ispell-dicts.el
编辑文件内容
;;; 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 '("brasileiro" "[a-zA-Z]" "[^a-zA-Z]" "[---']" nil ("-d" "pt_BR") nil iso-8859-1)) ;; Adding hunspell dicts (add-to-list 'debian-hunspell-only-dictionary-alist '("english_american" "[a-zA-Z]" "[^a-zA-Z]" "[']" nil ("-d" "en_US") nil utf-8)) (add-to-list 'debian-hunspell-only-dictionary-alist '("american" "[a-zA-Z\303\251\303\263\303\266\303\242\303\264\303\205\303\247\303\250\303\256\303\252\303\240\303\257\303\274\303\244\303\261]" "[^a-zA-Z\303\251\303\263\303\266\303\242\303\264\303\205\303\247\303\250\303\256\303\252\303\240\303\257\303\274\303\244\303\261]" "[0123456789’]" nil ("-d" "en_US") nil utf-8)) ;; Adding ispell dicts (add-to-list 'debian-ispell-only-dictionary-alist '("brasileiro" "[a-z�������������A-Z����������������]" "[^a-z�������������A-Z����������������]" "[---']" t ("-d" "brasileiro") nil iso-8859-1)) ;; An alist that will try to map aspell locales to emacsen names (setq debian-aspell-equivs-alist '( ("pt_BR" "brasileiro") )) ;; 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)) ;; An alist that will try to map hunspell locales to emacsen names (setq debian-hunspell-equivs-alist '( ("en_US" "american") )) ;; Get default value for debian-hunspell-dictionary. Will be used if ;; spellchecker is hunspell and ispell-local-dictionary is not set. ;; We need to get it here, after debian-hunspell-equivs-alist is loaded (setq debian-hunspell-dictionary (debian-ispell-get-hunspell-default))
修改文件时间
将文件时间修改为当前时间的前一年
删除文件