[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: "Herbert J. Skuhra" <h.skuhra@gmail.com>
- Date: Mon, 09 Nov 2009 09:11:39 +0100
- 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:message-id:date:from:to :subject:in-reply-to:references:user-agent:mime-version:content-type; bh=UWeanfma4i5eVl1kgdMBPjaXd+7sgsEgpOijL5dIjY0=; b=ZyLqTN6Hc3m4TAoZjDIHRZHy7M5ZhlIoRgDPjQLfzGdXYuhnsmdCGlfINr7lyEhTkB ndksPvpBo8RHAdJHLn1ELpQxYjkv4l+JhLfKux9NiKP8SefFzGB5uDIlGvf31yvDGWud MOlp+WkhKtk1mijMW12I6H4nAVCiQ+yiokUJI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:references:user-agent :mime-version:content-type; b=WzWF9Oe70cuFN6SBWSZ4F1LsXZ2wBmQQytMRxC+dEnSVWbADh+s2SL61SkKltCtv7F E+81Fp/d1q4DpS5E+JsM5cVKZ/QRh+Su+Lj+bKv9tSoKDiTNV4uvhCA00ROA9ZEspRAG cNIssHSh2ciZT5+teogX2Xff4fX7Ti15kRszs=
- 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) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Goj ) APEL/10.7 Emacs/23.1.50 (i386-pc-freebsd8.0) MULE/6.0 (HANACHIRUSATO)
At Mon, 09 Nov 2009 00:32:29 +0000,
Sebastien Cevey wrote:
>
> At Fri, 31 Jul 2009 17:26:44 +0200, Juergen Fuhrmann wrote:
>
> Hey,
>
> > 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?
Hi!
You can try:
*) to disable QP encoding by adding (setq-default mime-transfer-level 8)
to your .wl
or
*) to apply the patch to mel-q-ccl.el (flim-1.14.9) from:
http://article.gmane.org/gmane.emacs.mime.japanese/677
If you always want to use iso-8859-1 instead of UTF-8 add
(setq default-mime-charset-for-write 'iso-8859-1)
--Herbert