From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16548 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: Dealing with Unicode Date: Mon, 14 Oct 2013 08:56:40 +0200 Message-ID: <8738o4mjbr.fsf@tsdh.uni-koblenz.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1381733822 29274 80.91.229.3 (14 Oct 2013 06:57:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2013 06:57:02 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Oct 14 08:57:07 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VVc5S-0007WG-Te for gegu-info-gnus-english@m.gmane.org; Mon, 14 Oct 2013 08:57:07 +0200 Original-Received: from localhost ([::1]:35556 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVc5S-0005wH-LU for gegu-info-gnus-english@m.gmane.org; Mon, 14 Oct 2013 02:57:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVc5L-0005wA-4R for info-gnus-english@gnu.org; Mon, 14 Oct 2013 02:57:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVc5F-0000MF-9n for info-gnus-english@gnu.org; Mon, 14 Oct 2013 02:56:59 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVc5F-0000M6-2m for info-gnus-english@gnu.org; Mon, 14 Oct 2013 02:56:53 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VVc5C-0007Oq-JU for info-gnus-english@gnu.org; Mon, 14 Oct 2013 08:56:50 +0200 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Oct 2013 08:56:50 +0200 Original-Received: from tsdh by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Oct 2013 08:56:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:ppDxnvJLlF8Uswi+XnPDJdoCMMQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16548 Archived-At: Alex Schroeder writes: Hi Alex, >> name: SMILING FACE WITH HEART-SHAPED EYES >> >> After a few seconds, I get shown the buffer ` *Format Temp 0*' and a >> warning: >> >> ---------------------------------------------------------------------- >> These default coding systems were tried to encode text >> in the buffer ` *Format Temp 0*': >> (emacs-mule (164 . 128525)) >> >> How can I prevent this error message? Why is Gnus (or Emacs?) using >> emacs-mule to save this buffer? > > Perhaps the culprit is an entry in auto-coding-alist: > > ("/#[^/]+#\\'" . emacs-mule) > > I'll try using utf-8 and we'll see how it goes. I've just tried sending a mail with that unicode character, and Gnus didn't message an error. The mail is sent as utf-8. Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 I don't have any configurations with respect to coding systems, neither for Gnus nor for message or emacs in general. Bye, Tassilo