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: master 5743b74d4b 1/2: Improve mouse dragging Date: Fri, 13 May 2022 15:16:20 +0300 Message-ID: <83sfpdmxuz.fsf@gnu.org> References: <83sfpfp5p1.fsf@gnu.org> <87sfpfx8j8.fsf@yahoo.com> <83ilqaq5o9.fsf@gnu.org> <87fsleykdp.fsf@yahoo.com> <83h75uq4id.fsf@gnu.org> <87bkw2yjeg.fsf@yahoo.com> <83ee0yq2pg.fsf@gnu.org> <8735hexoo3.fsf@yahoo.com> <83h75unf94.fsf@gnu.org> <87czghx67w.fsf@yahoo.com> <83a6blope5.fsf@gnu.org> <878rr5x46w.fsf@yahoo.com> <837d6poh7t.fsf@gnu.org> <87v8u9vgb6.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32402"; 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 Fri May 13 14:49:05 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 1npUjB-0008IG-0a for ged-emacs-devel@m.gmane-mx.org; Fri, 13 May 2022 14:49:05 +0200 Original-Received: from localhost ([::1]:50352 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1npUj9-0000pC-OE for ged-emacs-devel@m.gmane-mx.org; Fri, 13 May 2022 08:49:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53640) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npUDO-0006aT-Tb for emacs-devel@gnu.org; Fri, 13 May 2022 08:16:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54362) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npUDO-0005WE-IW; Fri, 13 May 2022 08:16:14 -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=wIfTAjXVSDbgAPalOxAhNlOu9GwKg3/q10N0QS0zPNk=; b=oup8ZZSaXHXF POBsg5CZ+cvR4hP8TrZdJethtspotQ+ZG0Q7IIy1nW8xmoh9izT9YCDDS3WT0UPYZK0BQpKU2EGCI Ci6WK26YxCz3cRHF6Ys0MwOCORasP9kjW1nRRFSHVzOBjNKu6QSVpj8PamZSbgtg0YeDuBNIM2CZq REpj/uUsj0P1UUsvJAdezVWjf0de3H5k6o4fk7n6dLipaRPO2hNTXVBzjGxC85PqlI1HkUutpQPd7 +tyeaiKSGS/Ef5ic3l2WVjex3AG6rz2vM3CJZy83DgULPc+HfetWfhzVnTrlrmvsNjVgTUPAFlP/d 8CSH8rhwQKU/kdjB2UqBPA==; Original-Received: from [87.69.77.57] (port=2459 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 1npUDO-0000h4-1h; Fri, 13 May 2022 08:16:14 -0400 In-Reply-To: <87v8u9vgb6.fsf@yahoo.com> (message from Po Lu on Fri, 13 May 2022 19:10:37 +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:289728 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Fri, 13 May 2022 19:10:37 +0800 > > Eli Zaretskii writes: > > > That is in no way a given. For example, text displayed by EWW is not > > fixed-pitch at all. > > Which will be respected now, but not in Emacs 28, where any text will be > displayed in a variable-pitch face. In the change you installed (thanks!), I would suggest to rename FRAME-FACE to DEFAULT-FACE. Also "Emacs is built with support for system tooltips" is too vague; suggest to mention GTK and whatever other configurations for which this is relevant.