From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: No coding system in the modeline for unibyte buffers. Date: Sat, 17 Jan 2009 12:03:52 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1232212212 30332 80.91.229.12 (17 Jan 2009 17:10:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Jan 2009 17:10:12 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 17 18:11:24 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 1LOEha-0005Zl-J6 for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2009 18:11:18 +0100 Original-Received: from localhost ([127.0.0.1]:53824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOEgJ-0002bS-HT for ged-emacs-devel@m.gmane.org; Sat, 17 Jan 2009 12:09:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOEbo-0008De-EC for emacs-devel@gnu.org; Sat, 17 Jan 2009 12:05:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOEbm-0008Bn-Fu for emacs-devel@gnu.org; Sat, 17 Jan 2009 12:05:19 -0500 Original-Received: from [199.232.76.173] (port=45296 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOEbm-0008Ba-6E for emacs-devel@gnu.org; Sat, 17 Jan 2009 12:05:18 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:42054) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOEbl-0007jq-PH for emacs-devel@gnu.org; Sat, 17 Jan 2009 12:05:17 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LOEaO-00050H-Me; Sat, 17 Jan 2009 12:03:52 -0500 In-reply-to: (message from Stefan Monnier on Fri, 16 Jan 2009 11:42:33 -0500) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:107936 Archived-At: > * xdisp.c (decode_mode_spec_coding): If multibyte chars disabled. > display only the eol flag. > But, why? So as to indicate if the buffer is unibyte or multibyte? That is one reason. Also, displaying them when they are meaningless could mislead people.