From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Yocum Newsgroups: gmane.emacs.help Subject: Re: Message/Mail Mode and UTF-8 Date: Fri, 16 Apr 2010 10:00:04 GMT Organization: virginmedia.com Message-ID: References: <8739ywi57l.fsf@larra.gesaku.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1273061059 13402 80.91.229.12 (5 May 2010 12:04:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 12:04:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 05 14:04:17 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O9dKp-0004bE-BK for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 14:04:15 +0200 Original-Received: from localhost ([127.0.0.1]:34150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9dKo-0004tj-Gd for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 08:04:14 -0400 Original-Path: usenet.stanford.edu!newsserver.news.garr.it!kanaga.switch.ch!switch.ch!feeder.news-service.com!feeder.news-service.com!cyclone02.ams2.highwinds-media.com!news.highwinds-media.com!npeersf02.ams.highwinds-media.com!newsfe25.ams2.POSTED!7564ea0f!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/pre1.0.0-11 (Linux) Original-Lines: 22 Original-NNTP-Posting-Host: 94.168.186.61 Original-X-Complaints-To: http://netreport.virginmedia.com Original-X-Trace: newsfe25.ams2 1271412004 94.168.186.61 (Fri, 16 Apr 2010 10:00:04 UTC) Original-NNTP-Posting-Date: Fri, 16 Apr 2010 10:00:04 UTC Original-Xref: usenet.stanford.edu gnu.emacs.help:177717 X-Mailman-Approved-At: Tue, 04 May 2010 16:54:13 -0400 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:73405 Archived-At: On 2010-04-16, José Manuel García-Patos wrote: >> Does anyone know the magic incantation to get Mail/Message Mode to do >> that? I am using EMACS 23.1.1 on amd64 Ubuntu 9.10 (Karmic Koala). >> Thank you all very much in advance. > > I have the following lines in my VM configuration file: > > (setq vm-mime-8bit-composition-charset "utf-8" > vm-mime-7bit-composition-charset "utf-8" > vm-mime-8bit-text-transfer-encoding '8bit) > > Hope that helps. Check the documentation for > vm-mime-8bit-text-transfer-encoding, as you may need a different > value. Also, there is a gnu.emacs.vm.info newsgroup for VM-related > issues. > Thanks! I know about the other newsgroup (and I subscribe) but I didn't know if this was a VM issue or a Mail mode issue so I started here first. Thanks again! Chris