From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rainer Stengele Newsgroups: gmane.emacs.help Subject: Re: problems displaying german "umlaute" Date: Sat, 04 Jul 2009 23:14:13 +0200 Message-ID: <4A4FC625.2090602@online.de> References: <4A4E483E.201@online.de> <31103f42-c3a9-433e-b604-2023c4398b95@b9g2000yqm.googlegroups.com> <4A4E5AB6.4050905@online.de> <257c34b1-8525-4783-86ce-0ed16a750ea7@a7g2000yqk.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1246742071 3657 80.91.229.12 (4 Jul 2009 21:14:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Jul 2009 21:14:31 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 04 23:14:24 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 1MNCYx-0001mz-F7 for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Jul 2009 23:14:23 +0200 Original-Received: from localhost ([127.0.0.1]:59933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNCYw-0004p2-NS for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Jul 2009 17:14:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNCYc-0004o5-3A for help-gnu-emacs@gnu.org; Sat, 04 Jul 2009 17:14:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNCYX-0004hp-Ax for help-gnu-emacs@gnu.org; Sat, 04 Jul 2009 17:14:01 -0400 Original-Received: from [199.232.76.173] (port=52604 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNCYX-0004hh-74 for help-gnu-emacs@gnu.org; Sat, 04 Jul 2009 17:13:57 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:46145 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MNCYW-0007vx-AR for help-gnu-emacs@gnu.org; Sat, 04 Jul 2009 17:13:56 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MNCYS-0003U5-Ja for help-gnu-emacs@gnu.org; Sat, 04 Jul 2009 21:13:52 +0000 Original-Received: from nrbg-4dbe7f4f.pool.einsundeins.de ([77.190.127.79]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Jul 2009 21:13:52 +0000 Original-Received: from rainer.stengele by nrbg-4dbe7f4f.pool.einsundeins.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Jul 2009 21:13:52 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 38 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: nrbg-4dbe7f4f.pool.einsundeins.de User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) In-Reply-To: <257c34b1-8525-4783-86ce-0ed16a750ea7@a7g2000yqk.googlegroups.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:65786 Archived-At: TomSW schrieb: > On Jul 3, 9:34 pm, Rainer Stengele wrote: > >> Ok now, adding the right setting for my org files to the variable >> file-coding-system-alist does it: >> >> (custom-set-variables >> ... >> '(file-coding-system-alist (quote (("\\.org\\'" . utf-8-unix) ... >> ... >> >> is that the right path or just a "dirty" workaround? > > It's just odd that it's necessary. > > Try loading Emacs without any init files ("emacs -Q") and then open a > utf-8 text file, just to eliminate a few possible causes. If the file > comes out incorrectly, try evaluating (set-buffer-multibyte t) in the > same buffer - does it make a difference? > > ΩŊŁÞØŦ®Ðª©łðß»¢“!!! > Tom > > OK, opening the file after "emacs -Q" gives me: [Ps 90:12 Lehre uns bedenken, da\303\237 wir sterben m\303\274ssen, auf da\303\237 wir klug werden.] After evaluating (set-buffer-multibyte t) and reloading the buffer the result is wrong still... Regards and thanks, Rainer