From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: MS Windows double buffering Date: Thu, 28 Apr 2022 12:42:02 +0300 Message-ID: <83ilqtbl3p.fsf@gnu.org> References: <877d791thh.fsf.ref@yahoo.com> <877d791thh.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11049"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 28 11:49:31 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nk0mA-0002jv-FX for ged-emacs-devel@m.gmane-mx.org; Thu, 28 Apr 2022 11:49:30 +0200 Original-Received: from localhost ([::1]:43800 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nk0m9-0005QQ-2m for ged-emacs-devel@m.gmane-mx.org; Thu, 28 Apr 2022 05:49:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37068) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nk0ey-0005qK-1T for emacs-devel@gnu.org; Thu, 28 Apr 2022 05:42:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47860) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nk0ex-0007Ro-Kj; Thu, 28 Apr 2022 05:42:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=o0mJwdnkLSjflY4HmDP4EXS9u1rVmUEAXjxdARc9vEg=; b=F2CtJKzB/Ffc VGH24Pr7AuoptHpzsMC4jsAuhTPdmbTurFV/nIU0fMoG12Ert3+/e/7mj1P1RuLD2eaYCA+WIiAnW LPA9rlKxvPFbU7TncsNvrXu4jzLi8jwx0+FiLFJkkxBQvy/62/k1bNawc/BkMmv9YG5bgRaaki4o3 MDnBnxVFuGmTPYpvB8SKHUjRvFxeJKEPRPiOdCeXOWjM0Q6Sp82fYFcuXWRMKuQY19GsTR59VK7pY hoOypGttdoZSiB8T4ALlgX4J+eVFdrM9v1g9iGLyn0arWEqUH11rVQFfN/iCQ7glnnrthm1idlaYE WzvJ3SVOBxMg66SgflCQrw==; Original-Received: from [87.69.77.57] (port=4091 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nk0ex-0002fe-26; Thu, 28 Apr 2022 05:42:03 -0400 In-Reply-To: <877d791thh.fsf@yahoo.com> (message from Po Lu on Thu, 28 Apr 2022 16:51:06 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:288940 Archived-At: > From: Po Lu > Date: Thu, 28 Apr 2022 16:51:06 +0800 > > I took a stab at implementing double buffering on MS Windows without any > prior knowledge of programming for that platform. It naturally follows > that the code is nowhere near complete, but it works with some major > problems: Thanks. > I hope someone will finish implementing double buffering on MS Windows > based on this code. Seconded.