[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 23.1 problems
- To: wl-en@lists.airs.net
- Subject: Re: Emacs 23.1 problems
- From: Gnutux <tuxliste@gmail.com>
- Date: Mon, 09 Nov 2009 10:43:58 +0900
- Delivered-to: wl-en@lists.airs.net
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:from:to :subject:in-reply-to:references:user-agent:mime-version:content-type; bh=PVA2THChyiBoAtoWls2faFuQrJLCZuR0Zb93PdBkQlc=; b=ly39yGnQriahxAE+zEBCqbcbYwFvq0LXoVitcLkVrV+xwJCg8ARVs4OBwWm9GR48E8 fRN736nafY3+7hXUd/lMTzXvfXA5GMaeA3QPLdbkEBSD1MUr9J6fnJj0qIwbie/q5Vyx X+Qz8D71YK6WKNwTDvUJubfmrYI8+9uiOm11g=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:from:to:subject:in-reply-to:references:user-agent :mime-version:content-type; b=YSH4WFLf1ONRgVwh5SdLDRm4I1tEnEpSAJqmyheWTC7Z2xTeEa/VWvBzELlsagCYHL fNkmTs82IYE11dJEx6gwK4It8YfiaATsYjvinef7PG+DDlZtqKOOjvExgXwoheT6o4xy JJFe4hH9hP/SgrxJ5uqHpfyNE2WjOQAxrx5Is=
- In-reply-to: <87ljigfsgy.wl%seb@cine7.net>
- List-help: <mailto:wl-en-ctl@lists.airs.net?body=help>
- List-id: wl-en.lists.airs.net
- List-owner: <mailto:wl-en-admin@lists.airs.net>
- List-post: <mailto:wl-en@lists.airs.net>
- List-software: fml [fml stable 20011102.2100]
- List-unsubscribe: <mailto:wl-en-ctl@lists.airs.net?body=unsubscribe>
- References: <87tz376g0g.wl%vmayatsk@redhat.com> <87eirxvqch.wl%fuhrmann@wias-berlin.de> <87ocr0an63.wl%fuhrmann@wias-berlin.de> <87ljigfsgy.wl%seb@cine7.net>
- Reply-to: wl-en@lists.airs.net
- User-agent: Wanderlust/2.15.7 (Almost Unreal)
> > I am switching to emacs-23.1, an have the problem that I get wrong
> > umlaut encodings when sending messages. (I overlooked that in my first
> > message about having it running). Neither 1.14, nor the various CVS
> > variants get it right. Now emacs-23 has a new internal character
> > encoding, but beta releases have been around for some time. Is there
> > some hint how to fix this?
>
> Reviving this thread as I experience the same problem with any accent
> (French accents) with emacs-23.1.1 and wl-2.14.0 ; have you found a
> solution?
>
> They seem to get disappear in the preview (C-c C-c) and they do not
> show when I open the sent message from the Summary. Saving the file
> to disk lets me see misencoded accents, which seems to be latin-1
> (with some additional weirdness for unusual accent combinations), but
> the Content-Type says UTF-8. Some mailers (e.g. gmail) seem smart
> enough to display the accents properly, but it's still a pain.
>
> Has anyone experienced this or found a solution?
I use the following setting to allow my emails to be sent with Japanese encoding. The rest goes as UTF-8, I think.
,----
| ; Give priority to euc-jp when choosing email encoding
| (set-language-environment-charset "japanese")
`----
Try it with german or latin-1.
GT