From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Bretfeld Newsgroups: gmane.emacs.help Subject: Re: Customizing coding priority Date: Thu, 18 Jan 2007 23:14:03 +0100 Message-ID: <17839.61739.689751.343644@relwi-sven.unibe.ch> References: <17837.26945.133317.830421@kamaloka.dhatu> <17837.55152.906774.97483@relwi-sven.unibe.ch> <17838.42714.915656.255057@relwi-sven.unibe.ch> Reply-To: sven.bretfeld@gmx.ch NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1169158476 1632 80.91.229.12 (18 Jan 2007 22:14:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Jan 2007 22:14:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 18 23:14:33 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 1H7fWb-0006fW-IV for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jan 2007 23:14:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7fWc-0000iX-84 for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jan 2007 17:14:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H7fWP-0000hn-S5 for help-gnu-emacs@gnu.org; Thu, 18 Jan 2007 17:14:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H7fWK-0000eb-G3 for help-gnu-emacs@gnu.org; Thu, 18 Jan 2007 17:14:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7fWK-0000eX-7W for help-gnu-emacs@gnu.org; Thu, 18 Jan 2007 17:14:08 -0500 Original-Received: from [130.92.9.70] (helo=mailhub03.unibe.ch) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H7fWJ-0005Ww-Mq for help-gnu-emacs@gnu.org; Thu, 18 Jan 2007 17:14:08 -0500 Original-Received: from localhost (scanhub01.unibe.ch [130.92.5.61]) by mailhub03.unibe.ch (Postfix) with ESMTP id A689EB5EE7 for ; Thu, 18 Jan 2007 23:14:05 +0100 (CET) X-Virus-checked: by University of Bern Original-Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub01.unibe.ch [130.92.5.61]) (amavisd-new, port 10024) with LMTP id Dbl+C-PNxvC1 for ; Thu, 18 Jan 2007 23:14:03 +0100 (CET) Original-Received: from bricktop.unibe.ch (bricktop-eth0.unibe.ch [130.92.4.118]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailhub03.unibe.ch (Postfix) with ESMTP id 24A49B6134 for ; Thu, 18 Jan 2007 23:14:03 +0100 (CET) Original-Received: from relwi-sven.unibe.ch (relwi-sven.unibe.ch [130.92.194.51]) by bricktop.unibe.ch (Postfix) with ESMTP id 476F1EA80AC for ; Thu, 18 Jan 2007 23:13:55 +0100 (CET) Original-To: help-gnu-emacs@gnu.org Original-Newsgroups: gnu.emacs.help In-Reply-To: X-Mailer: VM 7.19 under Emacs 21.4.1 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:40439 Archived-At: This ist what Emacs tells me when I hit C-u C-x = with the point above an ,Av(B encoded with iso-8859-15: character: ,bv(B (07566, 3958, 0xf76) charset: latin-iso8859-15 (Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203) code point: 118 syntax: word category: l:Latin buffer code: 0x8E 0xF6 file code: not encodable by coding system no-conversion font: -Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-15 Here is the same for an ,Av(B encoded with iso-8859-1: character: ,Av(B (04366, 2294, 0x8f6) charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1 (ISO/IEC 8859-1): ISO-IR-100) code point: 118 syntax: word category: l:Latin buffer code: 0x81 0xF6 file code: 0x81 0xF6 (encoded by coding system raw-text) font: -Adobe-Courier-Medium-R-Normal--24-240-75-75-M-150-ISO8859-1 I cannot make much of it. But it doesn't look the same to me. Maybe somebody can see any hint to the problem here. I have inserted (require 'ucs-tables) (unify-8859-on-encoding-mode 1) in my .emacs file. But it didn't solve the problem. Maybe there is a mistake or a shortcoming in the vm-pakage. What I found is a piece of code in the file /usr/share/emacs/site-lisp/vm/vm-vars.el that looks relevant to me, since it seems not to include a translation rule for iso-8859-15 at all: (defvar vm-mime-mule-charset-to-charset-alist '( (latin-iso8859-1 "iso-8859-1") (latin-iso8859-2 "iso-8859-2") (latin-iso8859-3 "iso-8859-3") (latin-iso8859-4 "iso-8859-4") (cyrillic-iso8859-5 "iso-8859-5") (arabic-iso8859-6 "iso-8859-6") (greek-iso8859-7 "iso-8859-7") (hebrew-iso8859-8 "iso-8859-8") (latin-iso8859-9 "iso-8859-9") (japanese-jisx0208 "iso-2022-jp") (korean-ksc5601 "iso-2022-kr") (chinese-gb2312 "iso-2022-jp") (sisheng "iso-2022-jp") (thai-tis620 "iso-2022-jp") ) "Alist that maps MULE character sets to matching MIME character sets.") I've tried adding (latin-iso8859-15 "iso-8859-15") to the list, but that didn't help. Thanks again Sven