Mercurial > hg > xemacs-beta
comparison lisp/mule/latin.el @ 4600:dcfd965d65a1
Correct invalid-sequence-coding-system spec, Roman-alphabet languages.
I had been testing with the Cyrillic language environments, and I have code
in my own init file that does something similar, so I hadn't noticed that
this had gone wrong.
lisp/ChangeLog addition:
2009-02-04 Aidan Kehoe <kehoea@parhasard.net>
* mule/latin.el:
Specify windows-1250 as the invalid-sequence-coding-system for the
iso-8859-2 languages; actually *use* the
invalid-sequence-coding-system for German and the other iso-8859-1
language environments.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 04 Feb 2009 13:12:21 +0000 |
parents | 1d74a1d115ee |
children | e0a8715fdb1f |
comparison
equal
deleted
inserted
replaced
4599:0347879667ed | 4600:dcfd965d65a1 |
---|---|
1020 "Latin-9" "ISO-8859-15") | 1020 "Latin-9" "ISO-8859-15") |
1021 ()) | 1021 ()) |
1022 ((latin-iso8859-2 iso-8859-2 "latin-2-prefix" "Latin-2" "ISO-8859-2" | 1022 ((latin-iso8859-2 iso-8859-2 "latin-2-prefix" "Latin-2" "ISO-8859-2" |
1023 " Albanian, Czech, English, German, Hungarian, Polish, Romanian, | 1023 " Albanian, Czech, English, German, Hungarian, Polish, Romanian, |
1024 Serbian, Croatian, Slovak, Slovene, Sorbian (upper and lower), | 1024 Serbian, Croatian, Slovak, Slovene, Sorbian (upper and lower), |
1025 and Swedish.") ;; " added because fontification got screwed up, CVS-20061203. | 1025 and Swedish." windows-1250) |
1026 (("Albanian" "sq") | 1026 (("Albanian" "sq") |
1027 ("Croatian" ("hrvatski" "hr") "TUTORIAL.hr") | 1027 ("Croatian" ("hrvatski" "hr") "TUTORIAL.hr") |
1028 ("Czech" ("cs" "cz") "TUTORIAL.cs" "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!" | 1028 ("Czech" ("cs" "cz") "TUTORIAL.cs" "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!" |
1029 "latin-2-postfix") | 1029 "latin-2-postfix") |
1030 ("Hungarian" ("hungarian" "hu")) | 1030 ("Hungarian" ("hungarian" "hu")) |
1074 name | 1074 name |
1075 `((charset ascii ,charset) | 1075 `((charset ascii ,charset) |
1076 (coding-system ,codesys) | 1076 (coding-system ,codesys) |
1077 (coding-priority ,codesys) | 1077 (coding-priority ,codesys) |
1078 (native-coding-system ,codesys) | 1078 (native-coding-system ,codesys) |
1079 (invalid-sequence-coding-system ,(or invalid-sequence-coding-system | |
1080 codesys)) | |
1079 ,@(if locale `((locale . ,locale))) | 1081 ,@(if locale `((locale . ,locale))) |
1080 ,@(if tutorial `((tutorial . ,tutorial) | 1082 ,@(if tutorial `((tutorial . ,tutorial) |
1081 (tutorial-coding-system . ,codesys))) | 1083 (tutorial-coding-system . ,codesys))) |
1082 ,@(if sample-text `((sample-text . ,sample-text))) | 1084 ,@(if sample-text `((sample-text . ,sample-text))) |
1083 (input-method . ,(or input-method default-input)) | 1085 (input-method . ,(or input-method default-input)) |