From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dan Newsgroups: gmane.emacs.help Subject: Changing Encoding system for "Defaults for subprocess I/O" Date: Sun, 24 May 2015 16:15:35 -0700 (PDT) Message-ID: <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 1432509671 9322 80.91.229.3 (24 May 2015 23:21:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 May 2015 23:21:11 +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:21:06 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 1YwfCc-0004Bq-JA for geh-help-gnu-emacs@m.gmane.org; Mon, 25 May 2015 01:21:06 +0200 Original-Received: from localhost ([::1]:41111 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwfCb-0007y3-VN for geh-help-gnu-emacs@m.gmane.org; Sun, 24 May 2015 19:21:05 -0400 X-Received: by 10.50.128.40 with SMTP id nl8mr20532005igb.4.1432509336480; Sun, 24 May 2015 16:15:36 -0700 (PDT) X-Received: by 10.50.111.227 with SMTP id il3mr277439igb.11.1432509336419; Sun, 24 May 2015 16:15:36 -0700 (PDT) Original-Path: usenet.stanford.edu!h15no8159593igd.0!news-out.google.com!kd3ni26860igb.0!nntp.google.com!j8no8979036igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help 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:15:36 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:212259 X-Mailman-Approved-At: Sun, 24 May 2015 19:20:57 -0400 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:104543 Archived-At: 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.