From: Mark Wooding Date: Mon, 7 Apr 2008 14:33:40 +0000 (+0100) Subject: dot-emacs: Force buffer-file-coding-system to utf-8 for news articles. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/bc091e80892712733370dfd970db75dd46926b97?hp=8c521a226f62e21f8e2376f5efa15fbd84f4a76a dot-emacs: Force buffer-file-coding-system to utf-8 for news articles. This is, after all, what slrn has been told to expect. --- diff --git a/dot-emacs.el b/dot-emacs.el index dbe689b..4cfd386 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -326,6 +326,7 @@ Not much right now. Just support for doing MailCrypt stuff." (setq local-abbrev-table text-mode-abbrev-table) (setq major-mode 'mdwmail-mode) (setq mode-name "[mdw] mail") + (set-buffer-file-coding-system 'utf-8) (make-local-variable 'paragraph-separate) (make-local-variable 'paragraph-start) (setq paragraph-start (concat "[ \t]*[-_][-_][-_]+$\\|^-- \\|-----\\|"