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 371c4f642a 1/2: Add new commands to zoom emojis Date: Sun, 10 Jul 2022 11:35:27 +0300 Message-ID: <83mtdh1i28.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> <87k08r7m7v.fsf@gmail.com> <86sfnfh107.fsf@gnu.org> <86h73tz2bi.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18793"; mail-complaints-to="usenet@ciao.gmane.io" Cc: visuweshm@gmail.com, larsi@gnus.org, juri@linkov.net, emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 10 10:37:08 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 1oASRA-0004jI-37 for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Jul 2022 10:37:08 +0200 Original-Received: from localhost ([::1]:49572 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oASR8-0007tV-Q2 for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Jul 2022 04:37:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35918) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oASPq-00077N-Co for emacs-devel@gnu.org; Sun, 10 Jul 2022 04:35:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33986) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oASPp-0002l3-B1; Sun, 10 Jul 2022 04:35:45 -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=ir/97ixID8EnweHR1uMcHRhawEm+0Ww4hqalg2DEpKw=; b=RO06p+KVaK5l b5vlzGPfP4iAOh7QuTpauCOE/0UyyTmq13B9uHcsvWPm4wXNfsfJ9wxyFGCSDDaIGFK0AGfQw7aHd hbnognFeTQrh0DB5ni8XUMcGdi3pXbjaxbgoJWZCnUx24h2uFgZbkNwBgvzCanQ/CiFFKGTFaPl1z 6jfaIUGWDIIfsTBXPw7P2aZv5eAMFdKcdJWXU/lugXFIRAFFjZtTliU/es4TiN2PGNhe0lt9Nn2vS ooLYCg6ThIpzKB5iF++fJ2gY9NMb29BhjyFSvSDiph9lvs2oLch38kZ/KkGR/Af2L1p0EXXcN3iRi QCPwJSbuZt2RhDAQKo7rkw==; Original-Received: from [87.69.77.57] (port=4072 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 1oASPo-0000h3-Kv; Sun, 10 Jul 2022 04:35:44 -0400 In-Reply-To: <86h73tz2bi.fsf@gnu.org> (message from Arash Esbati on Thu, 07 Jul 2022 11:42:25 +0200) 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:292006 Archived-At: > From: Arash Esbati > Cc: Eli Zaretskii , larsi@gnus.org, juri@linkov.net, > emacs-devel@gnu.org > Date: Thu, 07 Jul 2022 11:42:25 +0200 > > Following up myself, I'm facing a strange behavior with the code above > in combination with: > > (setq inhibit-splash-screen t) > > I started Emacs with a minimal .emacs like this: > > --8<---------------cut here---------------start------------->8--- > ;;; -*- lexical-binding: t; -*- > > (set-fontset-font t 'emoji > (font-spec :family "Segoe UI Emoji" > :registry "iso10646-1") > nil 'prepend) > > (add-to-list 'face-font-rescale-alist > '("Segoe UI Emoji" . 0.93)) > > (setq inhibit-splash-screen t) > > (custom-set-faces > '(default ((t (:family "Source Code Pro Medium" :foundry "outline" :slant normal :weight medium :height 90 :width normal))))) > --8<---------------cut here---------------end--------------->8--- > > Then I hit 'C-x 5 2' and the new frame is opened with Arial and not with > Source Code Pro like this: > > If I comment out either the face-font-rescale-alist or the > inhibit-splash-screen part, the new frame pops up with Source Code Pro. I hope I fixed this now on master.