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: Customizing coding priority Date: Thu, 18 Jan 2007 17:32:01 +0100 Message-ID: <1E5A79AD-14AE-498F-BD8C-FDDE198F5CCC@Web.DE> References: <17837.26945.133317.830421@kamaloka.dhatu> <17837.55152.906774.97483@relwi-sven.unibe.ch> <17838.42714.915656.255057@relwi-sven.unibe.ch> <17839.40064.616634.841398@relwi-sven.unibe.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1169138035 21421 80.91.229.12 (18 Jan 2007 16:33:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Jan 2007 16:33:55 +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 Jan 18 17:33:42 2007 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 1H7aCg-0003bY-1c for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jan 2007 17:33:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7aCh-0006VD-1m for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jan 2007 11:33:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H7aBQ-0005wJ-U0 for help-gnu-emacs@gnu.org; Thu, 18 Jan 2007 11:32:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H7aBO-0005v9-OF for help-gnu-emacs@gnu.org; Thu, 18 Jan 2007 11:32:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7aBO-0005uw-Fo for help-gnu-emacs@gnu.org; Thu, 18 Jan 2007 11:32:10 -0500 Original-Received: from [217.72.192.221] (helo=fmmailgate01.web.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H7aBJ-0004kA-Vw; Thu, 18 Jan 2007 11:32:06 -0500 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id C977253DF85A; Thu, 18 Jan 2007 17:32:04 +0100 (CET) Original-Received: from [87.193.30.4] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.107 #114) id 1H7aBH-0002E4-00; Thu, 18 Jan 2007 17:32:03 +0100 In-Reply-To: <17839.40064.616634.841398@relwi-sven.unibe.ch> X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: sven.bretfeld@gmx.ch X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de 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:40419 Archived-At: Am 18.01.2007 um 17:12 schrieb Sven Bretfeld: > Anyway, what Peter and Tom remark sounds strange. There must be some > difference in the umlauts of the two coding systems, at least for > Emacs. Yes, there is in GNU Emacs. The characters don't stand alone, they =20 have some encoding attribute. Unicode Emacs 23.0.0 cancels this, =20 finally. 'locale -a' should display which encodings your system knows. But =20 this should not have any influence on GNU Emacs: it has its own ELisp =20= files to handle these encodings. And internally all files are held in =20= a common encoding, which is then presented to the user by the =20 encoding used in this buffer. Probably vm has some restrictions. GNU Emacs 22 won't solve the =20 problem, GNU Emacs 23 might! (I simply gave up and switched to a =20 different MUA.) -- Mit friedvollen Gr=FC=DFen Pete UNIX is user friendly, it's just picky about who its friends are.