From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Identifying the face between STRETCH and right fringe. Date: Fri, 23 Nov 2018 17:51:37 +0200 Message-ID: <83r2fbg5bq.fsf@gnu.org> References: <83h8gbis2d.fsf@gnu.org> <83zhu0f6tt.fsf@gnu.org> <83sgzrgb1f.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1542988257 10876 195.159.176.226 (23 Nov 2018 15:50:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 23 Nov 2018 15:50:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 23 16:50:53 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gQDjI-0002hR-Qn for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2018 16:50:52 +0100 Original-Received: from localhost ([::1]:53152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQDlP-0000D5-5e for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2018 10:53:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQDkB-0000BT-Hu for emacs-devel@gnu.org; Fri, 23 Nov 2018 10:51:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQDk6-0004Cs-FQ for emacs-devel@gnu.org; Fri, 23 Nov 2018 10:51:47 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQDk6-0004Ce-BU; Fri, 23 Nov 2018 10:51:42 -0500 Original-Received: from [176.228.60.248] (port=4042 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gQDk5-0000jW-PT; Fri, 23 Nov 2018 10:51:42 -0500 In-reply-to: (message from Robert Pluim on Fri, 23 Nov 2018 15:04:13 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231316 Archived-At: > From: Robert Pluim > Cc: emacs-devel@gnu.org > Date: Fri, 23 Nov 2018 15:04:13 +0100 > > > No, it's the other way around: X11 and Windows *don't* extend the > > face, the NS build *does*. Maybe I misunderstood what you said, but > > my interpretation was that you liked the NS behavior (which I think is > > a bug). > > Iʼve managed to get the two mixed up: on NS I see the face extended, > on X11 I donʼt, and I prefer the X11 behaviour. Ah, okay. Then we agree: there's some bug on NS that causes the face to be extended. The expected behavior is the one we see on X and on Windows (and also on TTY frames).