From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Warning when exiting shell on Windows Date: Thu, 01 Sep 2016 19:34:47 +0300 Message-ID: <834m5zfujc.fsf@gnu.org> References: <57C856F5.3090103@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1472747927 27677 195.159.176.226 (1 Sep 2016 16:38:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 1 Sep 2016 16:38:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 01 18:38:44 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfV0k-0006Tl-10 for ged-emacs-devel@m.gmane.org; Thu, 01 Sep 2016 18:38:42 +0200 Original-Received: from localhost ([::1]:38047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfV0h-000195-G3 for ged-emacs-devel@m.gmane.org; Thu, 01 Sep 2016 12:38:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfUxI-00077k-Ln for emacs-devel@gnu.org; Thu, 01 Sep 2016 12:35:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfUxF-00065v-0F for emacs-devel@gnu.org; Thu, 01 Sep 2016 12:35:07 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfUxE-00065p-T7; Thu, 01 Sep 2016 12:35:04 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1252 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bfUxA-00054t-82; Thu, 01 Sep 2016 12:35:04 -0400 In-reply-to: <57C856F5.3090103@gmx.at> (message from martin rudalics on Thu, 01 Sep 2016 18:27:33 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:207083 Archived-At: > Date: Thu, 01 Sep 2016 18:27:33 +0200 > From: martin rudalics > > This is with Emacs 25 on Windows XP. With emacs -Q I type M-x shell and > in the shell buffer I immediately type exit. This gets me the warning: > > > These default coding systems were tried to encode "c:/Program...": > (iso-latin-1-dos (22006 . 8216) (22017 . 8217) (22021 . 8216) (22037 > . 8217) (22079 . 8216) (22097 . 8217)) > However, each of them encountered characters it couldn’t encode: > iso-latin-1-dos cannot encode these: ‘ ’ ‘ ’ ‘ ’ Where did those characters come from? (I cannot reproduce this here.)