From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: master 371c4f642a 1/2: Add new commands to zoom emojis Date: Tue, 05 Jul 2022 14:40:07 +0200 Message-ID: <86ilobg2c8.fsf@gnu.org> References: <165657886980.22137.11785189028438514501@vcs2.savannah.gnu.org> <20220630084754.DED31C016A1@vcs2.savannah.gnu.org> <87edz6ech5.fsf@gnus.org> <86mtduxv90.fsf@mail.linkov.net> <87czepyz1l.fsf@gnus.org> <868rp8hl3d.fsf@gnu.org> <83o7y495dw.fsf@gnu.org> <86zghog5bi.fsf@gnu.org> <83mtdo93ok.fsf@gnu.org> <867d4s21na.fsf@gnu.org> <83let8923i.fsf@gnu.org> <86fsjguj0w.fsf@gnu.org> <83fsjf964s.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7175"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: larsi@gnus.org, juri@linkov.net, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 05 14:42:00 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 1o8hsO-0001ee-2Y for ged-emacs-devel@m.gmane-mx.org; Tue, 05 Jul 2022 14:42:00 +0200 Original-Received: from localhost ([::1]:42956 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o8hsM-0000xt-Dz for ged-emacs-devel@m.gmane-mx.org; Tue, 05 Jul 2022 08:41:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33530) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8hqo-00008r-UO for emacs-devel@gnu.org; Tue, 05 Jul 2022 08:40:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50416) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8hqo-0002Zk-4f; Tue, 05 Jul 2022 08:40:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=JEFMH/ralbzV/TEQJ4XnSREnEhn0koV6UxLiRUMpUfY=; b=gsItjlm4D1i8X049fnGo j7gZ5eNj2UA5ZdvySxpp2KcrmoFRXuCKhE8iDnp7TVyis06rcIqwbwlXS/MrZh/Sw6wo8gJSE6ref MbfW+HSO4HKiFN0qz3+3/WJ9HOeUY+oMjslboIlv0niIUPTItSeYPwxerc4L4astMygumZYFxRGyb yZ8rNzo/CI6aL3Mc4hkfJxdlop/YN03lt51O/xlgk/MOYsDSmFa/3P9GGYDh233BVcglPqAui92oH IhM6IWR7hjW8YvS+estr6xrk9qMufDlrwq5Vuvalo9ISrLZ/oZyTC05eO0ypsnjkg9APmTanbVprA 1e8ZFBBlB82ehA==; Original-Received: from p4fe3ee56.dip0.t-ipconnect.de ([79.227.238.86]:52433 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8hqm-0004zf-3e; Tue, 05 Jul 2022 08:40:20 -0400 In-Reply-To: <83fsjf964s.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 05 Jul 2022 14:00:03 +0300") 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:291859 Archived-At: Eli Zaretskii writes: >> From: Arash Esbati >> Cc: larsi@gnus.org, juri@linkov.net, emacs-devel@gnu.org >> Date: Tue, 05 Jul 2022 09:15:59 +0200 >> >> Is there another way to tell Emacs "Use a reduced size for Emojis, but >> be flexible when requested otherwise?" So basically behave like the >> definition above for `default'? > > Not that I know of, no. Basically, the only reliable way of affecting > how Emacs displays non-ASCII characters is via fontsets, and those > doesn't allow relative sizes. A missing feature, I guess. All the > face-attributes stuff we have only affects how ASCII characters are > displayed. Thanks for the clarification. I agree, sounds like a missing feature. It would be nice to keep the line height constant when using different fonts for Emojis or Symbola etc. Best, Arash