From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: No coding system in the modeline for unibyte buffers. Date: Fri, 16 Jan 2009 17:42:43 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232124278 27365 80.91.229.12 (16 Jan 2009 16:44:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Jan 2009 16:44:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 16 17:45:50 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LNrpF-00021y-NH for ged-emacs-devel@m.gmane.org; Fri, 16 Jan 2009 17:45:42 +0100 Original-Received: from localhost ([127.0.0.1]:54412 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNrny-0007Ri-OX for ged-emacs-devel@m.gmane.org; Fri, 16 Jan 2009 11:44:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNrmR-0006n8-5x for emacs-devel@gnu.org; Fri, 16 Jan 2009 11:42:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNrmP-0006mm-Md for emacs-devel@gnu.org; Fri, 16 Jan 2009 11:42:45 -0500 Original-Received: from [199.232.76.173] (port=49536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNrmP-0006mf-FW for emacs-devel@gnu.org; Fri, 16 Jan 2009 11:42:45 -0500 Original-Received: from ey-out-1920.google.com ([74.125.78.148]:43443) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNrmO-0005Dh-5g; Fri, 16 Jan 2009 11:42:44 -0500 Original-Received: by ey-out-1920.google.com with SMTP id 4so190618eyg.24 for ; Fri, 16 Jan 2009 08:42:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=rGCg2pMCozsoI8Ce/El2+v1sXl8JhK3dP/qgf3G7dBM=; b=BfZkc3GLoIKSFTl25iKTpP51q5bB1I3/HTecGbZpfI79tHPLxAziJ7f2KniKp9TVze Uet+lLlXhqwaOK5JIKNiUvQXDeNMsZgmqNONl9T2BvwbBDm2uhBReMXKuIYkur52mxaA g7K3oG/Qiyt1yY8Wud6tMYT9GHKTS8lHty+Iw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pHJVRIPvr3/PwerTJ/OX2s/eBoYSYwUXBCYbfn/Zcxc3KFNH1DruWcq8F03EwtZ1nx 0MkR97vrA1DQ/lB6jWb+9rT6X4onB3dSYBLIFJa2Jlp/nIRuAYdOkAKWZcp5J21zDp5j TW9iU374pvc1TY2voCeTzqhLEBKE7zk7LsXoA= Original-Received: by 10.210.34.19 with SMTP id h19mr3365211ebh.199.1232124163037; Fri, 16 Jan 2009 08:42:43 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107908 Archived-At: On Fri, Jan 16, 2009 at 17:36, Eli Zaretskii wrote: > Because there's no encoding to display. > > But maybe I don't understand what you mean, please feel free to > elaborate. In my example C-x C-f new.txt C-h v buffer-file-coding-system buffer-file-coding-system is a variable defined in `C source code'. Its value is raw-text-unix Local in buffer new.txt; global value is iso-latin-1-dos Juanma