From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: how to show file encode under emacs Date: Wed, 19 Dec 2007 01:18:08 -0800 (PST) Organization: http://groups.google.com Message-ID: <99ed32b7-94f2-43b1-bbad-82e6b8dcf5f9@i72g2000hsd.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198057660 26108 80.91.229.12 (19 Dec 2007 09:47:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Dec 2007 09:47:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 19 10:47:52 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J4vWm-0007qp-P5 for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Dec 2007 10:47:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4vWS-0004gL-E0 for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Dec 2007 04:47:28 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i72g2000hsd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 83.67.23.108 Original-X-Trace: posting.google.com 1198055888 2227 127.0.0.1 (19 Dec 2007 09:18:08 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 19 Dec 2007 09:18:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i72g2000hsd.googlegroups.com; posting-host=83.67.23.108; posting-account=pYxWjwkAAACsHSUNDoi5N05LVCTP7PVM User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:154780 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50207 Archived-At: On 19 Dec, 03:27, "chandle.wei" wrote: > I'm use unicad.el that an elisp port of Mozilla Universal Charset Auto > Detector . > I just want show detectored encode like (utf-8 gb2312 shfit-jfs) under > bottom > bar .how to do it There is a single letter indication on the left side of the mode-line by default. u for unicode (utf-8 or utf-16), S for shift-jis, c for gb2312. You can see which letters correspond to which coding-systems with M-x list-coding-systems