From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-trunk-diffs] Changes to emacs/lisp/faces.el Date: Thu, 16 Dec 2004 19:54:01 -0500 Message-ID: References: <87mzwsws3d.fsf@jurta.org> <41B6317B.6020303@esperanto.org> <41BC0D29.9020007@t-online.de> <41BE288F.4040809@t-online.de> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1103245191 11637 80.91.229.6 (17 Dec 2004 00:59:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Dec 2004 00:59:51 +0000 (UTC) Cc: juri@jurta.org, occitan@esperanto.org, emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 17 01:59:45 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cf6TA-0001L2-00 for ; Fri, 17 Dec 2004 01:59:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cf6dR-0006aJ-41 for ged-emacs-devel@m.gmane.org; Thu, 16 Dec 2004 20:10:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cf6cm-0006Mt-O8 for emacs-devel@gnu.org; Thu, 16 Dec 2004 20:09:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cf6cl-0006Lw-IQ for emacs-devel@gnu.org; Thu, 16 Dec 2004 20:09:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cf6cl-0006LJ-83 for emacs-devel@gnu.org; Thu, 16 Dec 2004 20:09:39 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cf6Rx-0007D3-MU for emacs-devel@gnu.org; Thu, 16 Dec 2004 19:58:29 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Cf6Nd-00039j-8w; Thu, 16 Dec 2004 19:54:01 -0500 Original-To: occitan@esperanto.org In-reply-to: <41BE288F.4040809@t-online.de> (dapfy@t-online.de) 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:31222 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31222 Open a binary file, and apply some face (like mouse drag) to a region with intermittent special glyphs. Even though selection or bold do not collide with the default face you chose, only the normal characters get this face. That way it is impossible to see where the bounds of the selection are. I see the problem. It looks like the same problem happens with display tables, too, using your old code. Didn't this happen for you with the old code?