From: Sven Bretfeld <sven.bretfeld@relwi.unibe.ch>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Customizing coding priority
Date: Thu, 18 Jan 2007 23:20:47 +0100 [thread overview]
Message-ID: <17839.62143.181564.67162@relwi-sven.unibe.ch> (raw)
In-Reply-To: <17839.61739.689751.343644@relwi-sven.unibe.ch>
[-- Attachment #1: Type: text/plain, Size: 2809 bytes --]
Oh, I'm sorry. In my last posting there was an iso-8859-15 encoded ö
in the cited output of C-u C-x =, that of course produced the problem
we are talking about. Now you can see what happens. Here
is the "cleaned" text:
Sven Bretfeld writes:
> This ist what Emacs tells me when I hit C-u C-x = with the point above
> an ö encoded with iso-8859-15:
>
> character: ö (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 ö encoded with iso-8859-1:
>
> character: ö (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
>
>
>
> _______________________________________________
> help-gnu-emacs mailing list
> help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
next prev parent reply other threads:[~2007-01-18 22:20 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-17 0:09 Customizing coding priority Sven Bretfeld
2007-01-17 0:26 ` Peter Dyballa
2007-01-17 4:16 ` Eli Zaretskii
2007-01-17 7:59 ` Sven Bretfeld
2007-01-17 18:35 ` Eli Zaretskii
2007-01-17 22:44 ` Sven Bretfeld
2007-01-18 4:20 ` Eli Zaretskii
2007-01-18 4:58 ` Tom Rauchenwald
2007-01-18 10:02 ` Peter Dyballa
2007-01-18 16:12 ` Sven Bretfeld
2007-01-18 16:32 ` Peter Dyballa
2007-01-18 18:27 ` Reiner Steib
2007-01-18 21:36 ` Eli Zaretskii
2007-01-18 17:31 ` Reiner Steib
2007-01-18 18:15 ` Peter Dyballa
2007-01-18 18:46 ` Reiner Steib
2007-01-18 22:14 ` Sven Bretfeld
2007-01-18 22:20 ` Sven Bretfeld [this message]
2007-01-19 10:23 ` Eli Zaretskii
2007-01-19 0:24 ` Peter Dyballa
2007-01-19 9:37 ` Reiner Steib
2007-01-19 10:40 ` Eli Zaretskii
[not found] ` <mailman.3276.1169158455.2155.help-gnu-emacs@gnu.org>
2007-01-19 14:04 ` Piet van Oostrum
2007-01-19 17:10 ` [SOLVED] " Sven Bretfeld
2007-01-19 22:45 ` Lennart Borgman (gmail)
2007-01-17 20:38 ` Sven Bretfeld
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17839.62143.181564.67162@relwi-sven.unibe.ch \
--to=sven.bretfeld@relwi.unibe.ch \
--cc=help-gnu-emacs@gnu.org \
--cc=sven.bretfeld@gmx.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).