From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.devel Subject: Re: Some NS port changes Date: Tue, 15 Jan 2019 21:35:49 +0100 Message-ID: References: <20190113231950.GA31450@breton.holly.idiocy.org> Reply-To: charles@aurox.ch NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1547584735 26721 195.159.176.226 (15 Jan 2019 20:38:55 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2019 20:38:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 15 21:38:51 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gjVU2-0006n2-Pt for ged-emacs-devel@m.gmane.org; Tue, 15 Jan 2019 21:38:50 +0100 Original-Received: from localhost ([127.0.0.1]:49018 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjVW9-0002JQ-Pt for ged-emacs-devel@m.gmane.org; Tue, 15 Jan 2019 15:41:01 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:38319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjVKH-0002Sp-Dc for emacs-devel@gnu.org; Tue, 15 Jan 2019 15:28:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gjVKD-0005lH-8P for emacs-devel@gnu.org; Tue, 15 Jan 2019 15:28:43 -0500 Original-Received: from sinyavsky.aurox.ch ([2a03:2040:2:1b::1]:52327) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gjVK6-0005aG-EZ for emacs-devel@gnu.org; Tue, 15 Jan 2019 15:28:37 -0500 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 618B622A24 for ; Tue, 15 Jan 2019 20:33:59 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= content-transfer-encoding:content-type:content-type:mime-version :references:reply-to:subject:subject:in-reply-to:to:from:from :message-id:date:date; s=dkim; t=1547584438; x=1548448439; bh=uC Z6Xw0xc5ZDDyJ2KCAZlkf38AjMPDXgMj9/muxCSPQ=; b=CjLy3eyKiU5xORLiv4 R/g9JxDIf8MjZ2WuIq6Aws3w1IhYW04+6ndIsfwrNdYgRlOl9tivv8ildeHDidzi A9dO40lnkKsPpv5+op8ACpy8CeiAkNlymOaWYENy48h6zfu5jjkQjgtJHUHjBkss Lbi54xOSqEZNaywf8jUbprpgI= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id M1m86mpZajez for ; Tue, 15 Jan 2019 20:33:58 +0000 (UTC) Original-Received: from gray (unknown [IPv6:2a02:1206:4519:d090:c62c:3ff:fe30:b864]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 17CFF229E9; Tue, 15 Jan 2019 20:33:57 +0000 (UTC) In-reply-to: <20190113231950.GA31450@breton.holly.idiocy.org> (message from Alan Third on Sun, 13 Jan 2019 23:19:50 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a03:2040:2:1b::1 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:232371 Archived-At: > Date: Sun, 13 Jan 2019 23:19:50 +0000 > From: Alan Third >=20 > I=E2=80=99ve had some time to work on fixing some stuff in the NS port = this > weekend. I=E2=80=99ve uploaded the changes to scratch/ns/next. It=E2=80= =99s based on > master. Thanks! It builds and runs fine on 10.6. In all cases where I could reliably trigger a flicker with master, there is no more flickering with this branch.