From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Andrew Cohen Newsgroups: gmane.emacs.devel Subject: Re: emacs for pure Gtk3 Date: Wed, 29 Apr 2020 09:14:53 +0800 Organization: Boston University Message-ID: <877dxznlde.fsf@ust.hk> References: <20200426.165604.2054625945129238824.masm@luna.pink.masm11.me> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="6019"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:Ha2FyN6M/dwezvZI1CijalBfJag= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 29 03:15:50 2020 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 1jTbKI-0001Tz-Gf for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 03:15:50 +0200 Original-Received: from localhost ([::1]:50970 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTbKH-0007vf-J9 for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Apr 2020 21:15:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42734) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTbJY-0007KE-7s for emacs-devel@gnu.org; Tue, 28 Apr 2020 21:15:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTbJX-0002Vu-Qa for emacs-devel@gnu.org; Tue, 28 Apr 2020 21:15:04 -0400 Original-Received: from ciao.gmane.io ([159.69.161.202]:42788) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTbJX-0002Uh-3p for emacs-devel@gnu.org; Tue, 28 Apr 2020 21:15:03 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jTbJV-0000hc-I3 for emacs-devel@gnu.org; Wed, 29 Apr 2020 03:15:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=159.69.161.202; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/28 20:53:21 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 159.69.161.202 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:248061 Archived-At: I have been playing with this for the past few days. Thanks for this effort! 1. I have run the threads test and all passes. GEN src/thread-tests.log Running 31 tests (2020-04-29 09:09:03+0800, selector `(not (tag :unstable))') passed 1/31 threads-all-threads (0.000095 sec) passed 2/31 threads-basic (0.000258 sec) passed 3/31 threads-condvar-mutex (0.000084 sec) passed 4/31 threads-condvar-name (0.000064 sec) passed 5/31 threads-condvar-name-2 (0.000064 sec) passed 6/31 threads-condvar-type (0.000062 sec) passed 7/31 threads-condvar-wait (0.201323 sec) passed 8/31 threads-condvarp (0.000384 sec) passed 9/31 threads-condvarp-2 (0.000318 sec) passed 10/31 threads-errors (0.000870 sec) passed 11/31 threads-io-switch (1.034367 sec) passed 12/31 threads-is-one (0.000399 sec) passed 13/31 threads-join (0.000583 sec) passed 14/31 threads-join-self (0.000279 sec) passed 15/31 threads-let-binding (0.000432 sec) passed 16/31 threads-live (0.000303 sec) passed 17/31 threads-main-thread (0.000228 sec) passed 18/31 threads-mutex-contention (0.000710 sec) passed 19/31 threads-mutex-lock-unlock (0.000317 sec) passed 20/31 threads-mutex-recursive (0.000241 sec) passed 21/31 threads-mutex-signal (0.000627 sec) passed 22/31 threads-mutex-type (0.000265 sec) passed 23/31 threads-mutexp (0.000233 sec) passed 24/31 threads-mutexp-2 (0.000226 sec) passed 25/31 threads-name (0.000320 sec) passed 26/31 threads-signal-early (1.001646 sec) Error #: (error nil) passed 27/31 threads-signal-main-thread (0.101116 sec) passed 28/31 threads-sticky-point (1.002000 sec) passed 29/31 threads-test-bug33073 (0.000528 sec) passed 30/31 threads-threadp (0.000356 sec) passed 31/31 threads-type (0.000330 sec) Ran 31 tests, 31 results as expected, 0 unexpected (2020-04-29 09:09:06+0800, 3.354012 sec) 1. I use a dual monitor setup with one monitor HDPI the other not. The good news: moving the emacs window from one display to the other properly resizes things (the X11 version does not). This is a big win! + But the fonts on the hdpi monitor are blurry. If I maximize the window and then restore to its original size, the blurriness is gone. + I use pdf-tools to view pdf files. These are blurry no matter what. + Some of the drop-down menus are blank. This may be the same bug that was fixed not too long ago in mainline (or it might be something different).