From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dan Newsgroups: gmane.emacs.help Subject: Re: Changing Encoding system for "Defaults for subprocess I/O" Date: Sun, 24 May 2015 16:24:55 -0700 (PDT) Message-ID: <738bc30b-0db9-4e89-b046-b3d1e3ddc9fc@googlegroups.com> References: <0b96063c-8973-4fb4-81f1-048ecb706120@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1432509966 13643 80.91.229.3 (24 May 2015 23:26:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 May 2015 23:26:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 25 01:26:03 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YwfHP-0005mS-1r for geh-help-gnu-emacs@m.gmane.org; Mon, 25 May 2015 01:26:03 +0200 Original-Received: from localhost ([::1]:41121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwfHO-00016M-9O for geh-help-gnu-emacs@m.gmane.org; Sun, 24 May 2015 19:26:02 -0400 X-Received: by 10.66.158.197 with SMTP id ww5mr12461434pab.42.1432509895922; Sun, 24 May 2015 16:24:55 -0700 (PDT) X-Received: by 10.182.20.108 with SMTP id m12mr125066obe.28.1432509895873; Sun, 24 May 2015 16:24:55 -0700 (PDT) Original-Path: usenet.stanford.edu!j8no8981474igd.0!news-out.google.com!kd3ni26860igb.0!nntp.google.com!j8no8981473igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <0b96063c-8973-4fb4-81f1-048ecb706120@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.184.146.190; posting-account=1n6WnAoAAACbXH3nD5I7RQWqdkbTxZki Original-NNTP-Posting-Host: 50.184.146.190 User-Agent: G2/1.0 Injection-Date: Sun, 24 May 2015 23:24:55 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:212260 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104544 Archived-At: On Sunday, May 24, 2015 at 4:15:37 PM UTC-7, dan wrote: > Hi, > > When I enter "M-x eshell", the describe-coding-system shows > > Defaults for subprocess I/O: > decoding: U -- utf-8-unix (alias: mule-utf-8-unix) > > encoding: U -- utf-8-unix (alias: mule-utf-8-unix) > > > However, when I go to "M-x shell", it shows > > Defaults for subprocess I/O: > decoding: - -- undecided-unix (alias: unix) > > encoding: - -- undecided-unix (alias: unix) > > > Because of above, some international character does not show properly. > > Do you know how to set the "Defaults for subprocess I/O" for all buffers/shell? > > I don't know much about lisp/emacs, so specific example would be much preferable. > > Thank you, > > Dan. Also, do you know how to make a change for "Coding systems for process I/O"? Or disable it?