Gnus development mailing list
 help / color / mirror / Atom feed
From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
Subject: Something about charsets is broken in message mode
Date: Tue, 09 Dec 2003 18:50:56 +0100	[thread overview]
Message-ID: <m3vfopc22n.fsf@fed1.frank-schmitt.net> (raw)

Hello

After I switched from Windows to Linux, I have some difficulties in
message mode which I think indicate bugs.

First of all flyspell: Flyspell and ispell work in every Emacs buffer
but not when I'm in message mode. There words containing Umlauts like
"über" aren't recognized. I can't even search for words containing
Umlauts, Emacs says "no match" as well as the word is definitely
there. In other buffers, this is no problem too.

I use a GTK-CVS-Head-Emacs from late November and todays CVS Gnus. 
$LANG is set to en_US.ISO8859-15 language environment isn't set by me,
but if I chose ISO-latin-9 it doesn't make a difference.

An other strange thing: If I say C-h v buffer-file-coding-system in a
message buffer the value is emacs-mule-dos as well as I'm on a Unix
system. Could the reason be, that I use my old mail folders from
Windows?

BTW: Outgoing mails and news are encoded in UTF-8 as I say 
(setq mm-coding-system-priorities '(mule-utf-8)) in .gnus. Wouldn't it
make much more sense to save drafts in Unicode, too?

I can fix the flyspell problem by saying
(require 'ispell)
(add-to-list 'ispell-local-dictionary-alist
      '("ndeutsch8-15"
        "[a-zA-Z\xf44\xf56\xf5c\xf5f\xf64\xf76\xf7c]"
        "[^a-zA-Z\xf44\xf56\xf5c\xf5f\xf64\xf76\xf7c]"
        "[']" t
        ("-C" "-d" "ndeutsch")
        "~latin1" iso-8859-15))
in .gnus but this is only a dirty hack and doesn't fix the other
problems described above.

-- 
Did you ever realize how much text fits in eighty columns? If you now consider
that a signature usually consists of up to four lines, this gives you enough
space to spread a tremendous amount of information with your messages. So seize
this opportunity and don't waste your signature with bullshit nobody will read.



             reply	other threads:[~2003-12-09 17:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-09 17:50 Frank Schmitt [this message]
2003-12-09 18:52 ` Reiner Steib

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3vfopc22n.fsf@fed1.frank-schmitt.net \
    --to=usereplyto@frank-schmitt.net \
    --cc=replies@Frank-Schmitt.net \
    /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 NNTP newsgroup(s).