From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: [Emacs 23] Does not show euro sign Date: Thu, 1 Oct 2009 17:08:24 +0200 Message-ID: References: <878wfw41ma.fsf@involtino.cybervalley.org> <87tyyjedmp.fsf@involtino.cybervalley.org> <87eipnus3k.fsf@involtino.cybervalley.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1254409783 21569 80.91.229.12 (1 Oct 2009 15:09:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2009 15:09:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 01 17:09:36 2009 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 1MtNHi-0001qL-Ay for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Oct 2009 17:09:35 +0200 Original-Received: from localhost ([127.0.0.1]:37755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtNHg-0002KA-W0 for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Oct 2009 11:09:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtNGs-00026R-2Y for help-gnu-emacs@gnu.org; Thu, 01 Oct 2009 11:08:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtNGn-000226-Fb for help-gnu-emacs@gnu.org; Thu, 01 Oct 2009 11:08:41 -0400 Original-Received: from [199.232.76.173] (port=33805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtNGn-00021u-9P for help-gnu-emacs@gnu.org; Thu, 01 Oct 2009 11:08:37 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:42246) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtNGm-00047A-90 for help-gnu-emacs@gnu.org; Thu, 01 Oct 2009 11:08:36 -0400 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate02.web.de (Postfix) with ESMTP id A0291127D62DF for ; Thu, 1 Oct 2009 17:08:35 +0200 (CEST) Original-Received: from [91.35.219.163] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (WEB.DE 4.110 #314) id 1MtNGj-0008SZ-00 for help-gnu-emacs@gnu.org; Thu, 01 Oct 2009 17:08:34 +0200 In-Reply-To: <87eipnus3k.fsf@involtino.cybervalley.org> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX19vNET6sNl2i+6s2ZZGhaOBu974+7B8E2fJ7JWy dc+pIft1soB7bXItQ7QIjwIhU/PwLlOw4sS4VnysgGWQQOPEul xhf4sOGgMur2ZthUUqLQ== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:68601 Archived-At: Am 01.10.2009 um 16:05 schrieb leandro noferini: > Yes, it works correctly showing the euro sign: what could =20 > be the > problem? As statement in your system's or your own init file. By launching GNU =20= Emacs with -q you can check, whether it's the system's one: if you =20 still see the =80, then it's not the system's init file which converts =20= it to =A4. I already gave you a hint: "display table." I don't use any, =20= so I can see =80 and =A4. If this does not help, bisecting can. It's a method of commenting one =20= half of your init file and launching GNU Emacs. When the error is =20 gone, then it's in the commented section. Otherwise it's in the not =20 yet commented section. Now take care of the culprit section and =20 divide it. And so on, until you've located the guilty line. -- Greetings Pete Theory and practice are the same, in theory, but, in practice, they =20 are different.