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: Problem with umlaut printing Date: Sun, 3 May 2009 20:39:49 +0300 Message-ID: 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 1241409557 21460 80.91.229.12 (4 May 2009 03:59:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 May 2009 03:59:17 +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 May 04 05:59:07 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 1M0pKd-0002Qo-1t for geh-help-gnu-emacs@m.gmane.org; Mon, 04 May 2009 05:59:07 +0200 Original-Received: from localhost ([127.0.0.1]:36020 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0pKc-0004ht-Ij for geh-help-gnu-emacs@m.gmane.org; Sun, 03 May 2009 23:59:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0ffN-00013n-KE for help-gnu-emacs@gnu.org; Sun, 03 May 2009 13:39:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0ffM-000113-3X for help-gnu-emacs@gnu.org; Sun, 03 May 2009 13:39:52 -0400 Original-Received: from [199.232.76.173] (port=39439 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0ffM-00010v-0F for help-gnu-emacs@gnu.org; Sun, 03 May 2009 13:39:52 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.154]:24083) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0ffL-0006zI-LU for help-gnu-emacs@gnu.org; Sun, 03 May 2009 13:39:51 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e12so985138fga.7 for ; Sun, 03 May 2009 10:39:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=vcYFF92wt25wGrJvX3ZAvZYN6fQZKK1jJSU8PeacIIA=; b=JsKoV9T1eOTxQm994KA8WXo6yDwxA/R5WWfYmcN9odBbT+OuJgXETB/o1bvpMQcra+ cZSRA5bejU7Ll2O54of+nCR3XhkYN8wcOMNoXPfFMT5nifvGuPvgSn7K66rvH1QcDiYk GQRlEIn+2u5quLe/muA3slU04rRDO3OqLC1F4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=qifFJcwEOcamFy1vi21iLgFJ1QMD6S5H3kQ6mNe7v8Qh6xCCy1sxEs3u62eBr8UIfA r+6Ux7Dn7nYs3cmur8fUtqL7ZCcAfEZhmu8nnwU10D2DbBBX5osKZN/qAq9NvDb+yCNm alw5P1z2ezWJHUZC8HaFNFCprERK1oIUeGQZc= Original-Received: by 10.86.74.4 with SMTP id w4mr4929618fga.11.1241372389953; Sun, 03 May 2009 10:39:49 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sun, 03 May 2009 23:58:07 -0400 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:64166 Archived-At: Hi, I have small issue with emacs and umlauted chars. I use utf-8 encoding and it appears to work just fine but when I press umlauted char such as =C3=A4 it won't print it to screen straight away. It will print the umlauted char once I press another non-umlauted key. Then both chars are displayed on screen. This makes typing in finnish kinda irritating as characters won't appear to screen as I type them. Could somebody give some hint how to solve this? I read there was some changes the way emacs handles unicode but I couldn't figure how that would cause this. Umlauts worked just fine on Emacs 22. Currently I'm using the latest pretest version. Snippet of my ~/.emacs: (set-language-environment "utf-8") (prefer-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) (set-terminal-coding-system 'utf-8) Timo