From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: dashes and non-breaking spaces Date: Sun, 09 Jan 2005 03:17:11 +0100 Message-ID: References: <200412281520.49126.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105238769 4155 80.91.229.6 (9 Jan 2005 02:46:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Jan 2005 02:46:09 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, pogonyshev@gmx.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 09 03:46:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CnT5e-0000im-00 for ; Sun, 09 Jan 2005 03:46:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnTH5-0003ZP-8M for ged-emacs-devel@m.gmane.org; Sat, 08 Jan 2005 21:57:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CnTGb-0003ON-30 for emacs-devel@gnu.org; Sat, 08 Jan 2005 21:57:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CnTGX-0003Mo-OL for emacs-devel@gnu.org; Sat, 08 Jan 2005 21:57:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnTAm-0001P6-Qy for emacs-devel@gnu.org; Sat, 08 Jan 2005 21:51:20 -0500 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CnSdj-0008Ug-27; Sat, 08 Jan 2005 21:17:11 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id 1AF7A5EE01B; Sun, 9 Jan 2005 03:17:10 +0100 (CET) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Fri, 07 Jan 2005 18:04:46 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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: main.gmane.org gmane.emacs.devel:32060 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32060 Richard Stallman writes: > What about adding a show-nonbreak-escape option or some such? > > I wouldn't mind that option. I think it should be enabled by default. I have implemented that option. I have also fixed the problems with merging the escape-glyph face with the current face / region face. I also fixed it so that if e.g. the escape glyph is defined by a display table has an embedded face, that face is used for the following characters just like the escape-glyph face. I have not done anything about merging faces in display table glyphs in general. However, it should be fairly trivial with the new merge_into_realized_face function I have just added. -- Kim F. Storm http://www.cua.dk