From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16551 Path: news.gmane.org!not-for-mail From: Alex Schroeder Newsgroups: gmane.emacs.gnus.user Subject: Re: Dealing with Unicode Date: Mon, 14 Oct 2013 23:32:03 +0200 Organization: Gnus News User Services Message-ID: 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 1381786810 19109 80.91.229.3 (14 Oct 2013 21:40:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2013 21:40:10 +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 23:40:15 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 1VVprz-0006kF-RU for gegu-info-gnus-english@m.gmane.org; Mon, 14 Oct 2013 23:40:07 +0200 Original-Received: from localhost ([::1]:38858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVprz-00081o-Eo for gegu-info-gnus-english@m.gmane.org; Mon, 14 Oct 2013 17:40:07 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uio.no!quimby.gnus.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 35 Original-NNTP-Posting-Host: 178-83-163-103.dynamic.hispeed.ch Original-X-Trace: quimby.gnus.org 1381786323 31099 178.83.163.103 (14 Oct 2013 21:32:03 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 14 Oct 2013 21:32:03 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:PbgDjSQn7+EDR7DBcSUX3tY6Lk8= Original-Xref: usenet.stanford.edu gnu.emacs.gnus:87678 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:16551 Archived-At: Tassilo Horn writes: > Alex Schroeder writes: >>> 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)) >> >> 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. Hi Tassilo Sending never was a problem. My problem was that Gnus or Emacs was trying to autosave the " *Format Temp 0*" buffer using emacs-mule. Once I added the setting I mentioned above, the problem stopped. Cheers Alex