Emacs -q When opening files written with previous Emacs versions, several chars - German Umlaute and also `-' for example - are displayed as numbers, not as symbol.
So `Straße' is shown as `Stra\337e' C-x = at point gives the correct result and also shows the symbol: -> Char: ß (223, #o337, #xdf, file #xDF) point=395 of 2660 (15%) column=13 C-h v buffer-file-coding-system -> ... Its value is raw-text-unix If I copy that portion into a new buffer, it's displayed correctly. So far __ Andreas Roehler In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2006-09-11 X server distributor `The X.Org Foundation', version 11.0.60802000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_DE.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Text Minor modes in effect: tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: C-x C-f p r o g <tab> v e r f <tab> f i n <tab> <M-backspace> <M-backspace> <M-backspace> v e r f a r <backspace> h <tab> f i n <tab> / 2 0 0 5 <tab> 0 3 <tab> <return> M-x r e p o r t - e m a c s - b u g <return> Recent messages: Finished loading /usr/local/share/emacs/site-lisp/egg/leim-list.el and load others... Loading /usr/local/share/emacs/22.0.50/leim/leim-list.el (source)...done (emacs -Q --debug-init) For information about the GNU Project and its goals, type C-h C-p. Making completion list... Loading help-mode...done Loading emacsbug... Loading regexp-opt...done Loading emacsbug...done _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
