From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: utf8 char display in buffer Date: Sat, 13 Jun 2009 00:27:23 +0200 Message-ID: References: <7I2dndeTy7sqkLLXnZ2dnUVZ_gmdnZ2d@sysmatrix.net> <4A32D54D.1040405@mousecar.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1244845660 29151 80.91.229.12 (12 Jun 2009 22:27:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Jun 2009 22:27:40 +0000 (UTC) To: gebser@mousecar.com, Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 13 00:27:38 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 1MFFDm-0002qv-4t for ged-emacs-devel@m.gmane.org; Sat, 13 Jun 2009 00:27:38 +0200 Original-Received: from localhost ([127.0.0.1]:57569 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFFDl-0002s4-Ig for ged-emacs-devel@m.gmane.org; Fri, 12 Jun 2009 18:27:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFFDg-0002rb-4O for emacs-devel@gnu.org; Fri, 12 Jun 2009 18:27:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFFDa-0002pG-Op for emacs-devel@gnu.org; Fri, 12 Jun 2009 18:27:31 -0400 Original-Received: from [199.232.76.173] (port=37168 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFFDa-0002p1-EJ for emacs-devel@gnu.org; Fri, 12 Jun 2009 18:27:26 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:46089) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFFDZ-00024f-9h for emacs-devel@gnu.org; Fri, 12 Jun 2009 18:27:25 -0400 Original-Received: by fxm17 with SMTP id 17so3665323fxm.42 for ; Fri, 12 Jun 2009 15:27:23 -0700 (PDT) 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:content-type :content-transfer-encoding; bh=+JOYRFOsvpSr/3iVEoFLn+OdBqOOVqH3aXijo2//JTw=; b=dqNgSsDSSxBnAC5n8W+nUfr3AiMgf6iv1m2UX5kgSEUNFmcsXBXXhLEFR7lXY4KfiX 3MQmkZoi0/wdbfhv9UOaedJPg1rzwQwLI6S+jzy2Z6HKyt+J+0DI6C5L0ANq+G2uwCq5 hG38Egydb54L6aXlfi1gPMYQiBV5zdFw/deJc= 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 :content-type:content-transfer-encoding; b=fKV7dWuoEGD123uQYrj+7YbTvqq60bMUNggIXvEbnFEDoeJ6bc/vm+b+0jOGqdKRqS Von6RwupwA1R6Rt8q1q7cIqnX9s2H3PV+14IDaq+zz+9Ig9MGCruwWs4GUO9tM2fLU/5 /CbSB5OBikMgeqR9aGjDo4XUZYNEEBEozsEJQ= Original-Received: by 10.239.157.65 with SMTP id p1mr347432hbc.156.1244845643384; Fri, 12 Jun 2009 15:27:23 -0700 (PDT) In-Reply-To: <4A32D54D.1040405@mousecar.com> 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:111464 Archived-At: Ken, I think this is a good idea so I have sent this along to Emacs devel. On Sat, Jun 13, 2009 at 12:23 AM, ken wrote: > Yet emacs puts a little box in the place of a character it cannot find > (or, per your explanation) possibly confused about. =C2=A0The fact remain= s > that the little box is not a correct rendering of the code. =C2=A0It is a= n > error... at least it is for me, because that's not what I typed in. =C2= =A0So > it is an error. =C2=A0As an error, there should be a corresponding error > message, hopefully one (or more) which would help diagnose the problem. > =C2=A0It seems obvious that, given the long thread on this issue with no > resolution, we could use some help-- like an error message-- which would > help in diagnosis.