emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

standard-display-european (was: emacs from cvs on GNU dumps core when op


From: Reiner Steib
Subject: standard-display-european (was: emacs from cvs on GNU dumps core when opening any kind of c file)
Date: Fri, 20 Aug 2004 09:10:06 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

On Fri, Aug 20 2004, Han Boetes wrote:

> echo '(standard-display-european t)' > .emacs
> emacs some/c/file.c
>
> and there is the core-dump.
> This happens since the beginning of august.

`standard-display-european' is obsolete (IIRC at least since Emacs
20.7).   You should probably use (set-language-environment "Latin-1")
or omit it completely (Emacs does the right thing when your locales
are set up correctly).

`standard-display-european' leads to incorrect behavior of Gnus.  Is
there a good reason to keep this function in Emacs 21.4?

,----[ C-h f standard-display-european RET ]
| standard-display-european is a compiled Lisp function in `disp-table'.
| (standard-display-european arg)
| 
| Semi-obsolete way to toggle display of ISO 8859 European characters.
| 
| This function is semi-obsolete; if you want to do your editing with
| unibyte characters, it is better to `set-language-environment' coupled
| with either the `--unibyte' option or the EMACS_UNIBYTE environment
| variable, or else customize `enable-multibyte-characters'.
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]