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

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

bug#12392: emacs-gtk misinterprets floating-point numbers under certain


From: Holger Arnold
Subject: bug#12392: emacs-gtk misinterprets floating-point numbers under certain locales on openSUSE 12.2
Date: Sat, 22 Sep 2012 18:54:20 +0200
User-agent: KMail/4.9.1 (Linux/3.5.4-1-default; KDE/4.9.1; i686; ; )

Eli Zaretskii wrote:
> > You are entering Lisp code here.  Would you agree that this qualifies as
> > program code?
> 
> Then what is "user interface text" you were talking about above?  Does
> user input qualify?

I admit that for a program like Emacs, this distinction is not always easy to 
make because program code is part of its user interface.  But I think that 
most cases can be decided using common sense.  Does the Emacs Lisp language 
contain localized numbers?  No, it does not.  Hence, (* 0,25 1,3) is not a 
valid Lisp expression, even undder a German locale.  But when Emacs prints a 
message like "Your disk is 23.4% full." in the local language, then I would 
also expect the number 23.4 to be localized.

However, I have yet to see a localized message from Emacs.

        Holger





reply via email to

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