From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: Display of characters #xa0 and #xad in unibyte buffers Date: Sat, 26 Sep 2009 10:26:00 +0200 Message-ID: <19133.53272.744732.829453@a1ihome1.kph.uni-mainz.de> References: <19131.35568.835627.216245@a1i15.kph.uni-mainz.de> <833a6bv30o.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1253953703 24473 80.91.229.12 (26 Sep 2009 08:28:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Sep 2009 08:28:23 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 26 10:28:16 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 1MrSdc-0004Yd-DN for ged-emacs-devel@m.gmane.org; Sat, 26 Sep 2009 10:28:16 +0200 Original-Received: from localhost ([127.0.0.1]:58768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrSdb-0006uq-T1 for ged-emacs-devel@m.gmane.org; Sat, 26 Sep 2009 04:28:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrSbq-0006V3-Qv for emacs-devel@gnu.org; Sat, 26 Sep 2009 04:26:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrSbl-0006TO-MN for emacs-devel@gnu.org; Sat, 26 Sep 2009 04:26:25 -0400 Original-Received: from [199.232.76.173] (port=35592 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrSbl-0006TI-Hd for emacs-devel@gnu.org; Sat, 26 Sep 2009 04:26:21 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:45731) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MrSbh-0006Tl-IV; Sat, 26 Sep 2009 04:26:17 -0400 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id n8Q8Q1Et015371; Sat, 26 Sep 2009 10:26:01 +0200 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id n8Q8Q1gQ009025; Sat, 26 Sep 2009 10:26:01 +0200 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id n8Q8Q1hS009020; Sat, 26 Sep 2009 10:26:01 +0200 In-Reply-To: X-Mailer: VM 8.0.2-487 under Emacs 22.3.1 (i686-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:115653 Archived-At: >>>>> On Fri, 25 Sep 2009, Stefan Monnier wrote: > It looks like a bug in the implementation of nobreak-char-display > (thanks Andreas). > The patch below should help. It fixes the problem for me, thanks. Still strange that the two character codes are hardcoded at a low level, while others like #x202f ("narrow no-break space") are not. Ulrich