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

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

Re: standard-display-european


From: Stefan Monnier
Subject: Re: standard-display-european
Date: Wed, 31 Aug 2005 10:34:07 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> --- disp-table.el    25 Aug 2005 14:38:34 +0200      1.56
>> +++ disp-table.el    31 Aug 2005 11:39:29 +0200      
>> @@ -220,8 +220,10 @@
>> (unless (or (memq window-system '(x w32)))
>> (and (terminal-coding-system)
>> (set-terminal-coding-system nil))))
>> -    ;; Turn off multibyte chars for more compatibility.
>> -    (setq-default enable-multibyte-characters nil)
>> +
>> +    (display-warning 'i18n
>> +                 "`standard-display-european' is semi-obsolete"
>> +                 :warning)
>> 
>> ;; Switch to Latin-1 language environment
>> ;; unless some other has been specified.
>> --8<---------------cut here---------------end--------------->8---

> I don't like the "semi-obsolete". Something is either obsolete or it
> is not.

Agreed.  I'd go for "deprecated".


        Stefan




reply via email to

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