Re: [PATCH 21.5] Reading and writing abbrev file under MULE
Hrvoje Niksic <[email protected]>
| Newsgroups | gmane.emacs.xemacs.design,gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
[email protected] (Nickolay Pakoulin) writes: > Current implementation of abbrev.el does not care about coding > systems for reading and writing abbreviations. Should it? I mean, won't it simply use the default coding system of your language environment? That should also be the correct behavior, unless I'm missing something. It would be nice if the system at least tried to function so that random pieces of code (such as abbrev-file loading and saving) didn't have to be aware of coding systems, at least not explicitly. > Under Mule, using non-ascii (e.g. russian) characters in > abbreviations leads to incorrect behavior. Write/read cycle > corrupts such abbreviations. How does the corruption occur?