From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: emacs 23.1 font problem Date: Mon, 11 Jan 2010 21:18:45 +0200 Message-ID: <83eilw8n6y.fsf@gnu.org> References: <4b4afbc1$0$32349$426a74cc@news.free.fr> <878wc5j5go.fsf@lola.goethe.zz> <4b4b0313$0$14661$426a74cc@news.free.fr> <87vdf8ivtd.fsf@lola.goethe.zz> <4b4b38a9$0$18006$426a74cc@news.free.fr> <87r5pwisdd.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1263237530 11702 80.91.229.12 (11 Jan 2010 19:18:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jan 2010 19:18:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 11 20:18:43 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NUPmj-0002J9-O7 for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jan 2010 20:18:42 +0100 Original-Received: from localhost ([127.0.0.1]:56590 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUPmk-00073y-1P for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jan 2010 14:18:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUPmJ-000737-L3 for help-gnu-emacs@gnu.org; Mon, 11 Jan 2010 14:18:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUPmF-00071m-4O for help-gnu-emacs@gnu.org; Mon, 11 Jan 2010 14:18:15 -0500 Original-Received: from [199.232.76.173] (port=56292 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUPmE-00071j-R7 for help-gnu-emacs@gnu.org; Mon, 11 Jan 2010 14:18:10 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:60773) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUPmE-0000qJ-Aa for help-gnu-emacs@gnu.org; Mon, 11 Jan 2010 14:18:10 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KW300300K5Z6900@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Mon, 11 Jan 2010 21:18:08 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.222.44]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KW30013DKA7KL50@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Mon, 11 Jan 2010 21:18:08 +0200 (IST) In-reply-to: <87r5pwisdd.fsf@lola.goethe.zz> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71177 Archived-At: > From: David Kastrup > Date: Mon, 11 Jan 2010 16:16:46 +0100 > > Gerhard writes: > > >>> In GNU Emacs 23.1.90.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.3) > >>> of 2010-01-08 on localhost > >>> Windowing system distributor `The X.Org Foundation', version > >>> 11.0.10605000 Important settings: > >>> value of $LC_ALL: nil > >>> value of $LC_COLLATE: de_DE.UTF-8 > >>> value of $LC_CTYPE: de_DE.UTF-8 > >>> value of $LC_MESSAGES: de_DE.UTF-8 > >>> value of $LC_MONETARY: fr_FR.UTF-8 > >>> value of $LC_NUMERIC: fr_FR.UTF-8 > >>> value of $LC_TIME: de_DE.UTF-8 > >>> value of $LANG: de_DE.UTF-8 > >>> value of $XMODIFIERS: @im=none > >>> locale-coding-system: utf-8-unix > >>> default enable-multibyte-characters: t > >> > >> What happens when you start Emacs with > >> > >> LC_NUMERIC=C emacs > >> > >> ? > > Everything seems to work fine now, great! Maybe I'm missing something, but Emacs does that internally at startup. So I don't understand how come this has any effect at all.