From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Timo_Myyr=C3=A4?= Newsgroups: gmane.emacs.help Subject: Re: Problem with umlaut printing Date: Mon, 4 May 2009 22:23:22 +0300 Message-ID: References: <87my9tt831.fsf@gmail.com> <402CB872-9E0D-48DB-A71D-A4A11B3F367C@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1241466187 24241 80.91.229.12 (4 May 2009 19:43:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 May 2009 19:43:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 04 21:42:57 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 1M143x-00009r-Ui for geh-help-gnu-emacs@m.gmane.org; Mon, 04 May 2009 21:42:54 +0200 Original-Received: from localhost ([127.0.0.1]:56440 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M143x-0005vX-CG for geh-help-gnu-emacs@m.gmane.org; Mon, 04 May 2009 15:42:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M13lA-0006OI-TW for help-gnu-emacs@gnu.org; Mon, 04 May 2009 15:23:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M13l6-0006MM-22 for help-gnu-emacs@gnu.org; Mon, 04 May 2009 15:23:28 -0400 Original-Received: from [199.232.76.173] (port=57146 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M13l5-0006MI-VU for help-gnu-emacs@gnu.org; Mon, 04 May 2009 15:23:24 -0400 Original-Received: from mail-bw0-f161.google.com ([209.85.218.161]:38256) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M13l5-0000ls-Ef for help-gnu-emacs@gnu.org; Mon, 04 May 2009 15:23:23 -0400 Original-Received: by bwz5 with SMTP id 5so4297769bwz.42 for ; Mon, 04 May 2009 12:23:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=8n7sfuUa6pUASA/VhITRwsjeeaGC5glw6COMReu1Nv0=; b=ZqRaOT1U0mpuBdxON6WLigjryg8DrWzfrnG2QQBtbdv8g6Eo+XFdr8SwC/tEbmRKbg QOTtpZdAdqSy2hdshz1Ew3l8Pf/o/Z+YBBRS1//y2kCQ6HBJqBgkZFUEhigCJa2PeoOB gYHhMSCyDgyPRxeT9dpUfNobRa/3paKOqZweI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fuGwXqZ7lTb/duZGoQDHkhO/QT1sEUwVHLQdKxH6CntVkzBEWIUPamEEt2i2W6Avt7 wpSH8bRl1VpKSF35VRrAZsO6IxTIc0K+uh8GdwIj7i4I1f7kIPUPJronuUFGnTg95fZN +veD2v7L7GB4P5D/gmqIRute+UcWUQbrU9C5c= Original-Received: by 10.86.2.16 with SMTP id 16mr6246777fgb.8.1241465002403; Mon, 04 May 2009 12:23:22 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:64178 Archived-At: Hah, I guess I got it working. I removed all the previous utf-8 lines from my .emacs file and added follow= ing: (setq current-language-environment 'UTF-8) Emacs could guess the environment from the locales but as I stated, my OBSD machine doesn't use thos so this is better option. Now to work on other emacs issues and perhaps one day I can use emacs for something :) Timo On Mon, May 4, 2009 at 10:03 PM, Peter Dyballa wrote= : > > Am 04.05.2009 um 15:48 schrieb Timo Myyr=C3=A4: > >> Both Linux and OpenBSD has the issue. If I comment out the utf-8 lines >> I showed it prints the umlauted letters correctly put uses latin-1 for >> encodind (me thinks). > > The mode-line should tell you the encoding (left-most characters). > >> And I as I stated in the first mail, I'm already using the latest >> pretest release ( 23.0.93) on both systems. >> Emacs version 22 worked just fine with those settings so I'm wondering >> if the unicode setting I showed are not valid anymore or something. > > > So it looks like high time to RTFM ... > > -- > Greetings > > =C2=A0Pete > > Windows, c'est un peu comme le beaujolais nouveau: =C3=A0 chaque nouvelle= cuv=C3=A9e > on sait que ce sera d=C3=A9gueulasse, mais on en prend quand m=C3=AAme, p= ar > masochisme. > > >