From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.bugs Subject: bug#49782: 28.0.50; set-fontset-font crashes in init (server) Date: Sat, 31 Jul 2021 14:57:37 +0200 Message-ID: <87a6m23ake.fsf@turtle-trading.net> References: <87mtq4rmh0.fsf@arrian.i-did-not-set--mail-host-address--so-tickle-me> <83eebfrixt.fsf@gnu.org> <871r7fhcpv.fsf@turtle-trading.net> <87bl6jk1kp.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26643"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cc: 49782@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jul 31 14:58:15 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1m9oZC-0006ky-QJ for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 31 Jul 2021 14:58:14 +0200 Original-Received: from localhost ([::1]:37002 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m9oZB-0005nm-Rz for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 31 Jul 2021 08:58:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m9oYz-0005nL-T1 for bug-gnu-emacs@gnu.org; Sat, 31 Jul 2021 08:58:01 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50163) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m9oYz-000883-Lo for bug-gnu-emacs@gnu.org; Sat, 31 Jul 2021 08:58:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m9oYz-0007Vb-MI for bug-gnu-emacs@gnu.org; Sat, 31 Jul 2021 08:58:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Benjamin Riefenstahl Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 31 Jul 2021 12:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49782 X-GNU-PR-Package: emacs Original-Received: via spool by 49782-submit@debbugs.gnu.org id=B49782.162773627128846 (code B ref 49782); Sat, 31 Jul 2021 12:58:01 +0000 Original-Received: (at 49782) by debbugs.gnu.org; 31 Jul 2021 12:57:51 +0000 Original-Received: from localhost ([127.0.0.1]:33476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m9oYo-0007VC-TM for submit@debbugs.gnu.org; Sat, 31 Jul 2021 08:57:51 -0400 Original-Received: from odoacer.turtle-trading.net ([93.241.193.16]:40079) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m9oYn-0007Ux-4g for 49782@debbugs.gnu.org; Sat, 31 Jul 2021 08:57:49 -0400 Original-Received: from zenobia.turtle-trading.net ([192.168.2.109]) by odoacer.turtle-trading.net with esmtp (Exim 4.80) (envelope-from ) id 1m9oYb-0005HY-CC; Sat, 31 Jul 2021 14:57:37 +0200 Original-Received: from benny by zenobia.turtle-trading.net with local (Exim 4.92) (envelope-from ) id 1m9oYb-0003DY-AA; Sat, 31 Jul 2021 14:57:37 +0200 In-Reply-To: <87bl6jk1kp.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 30 Jul 2021 22:07:34 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:210973 Archived-At: Hi Lars, > Benjamin Riefenstahl writes: >> $ HOME=3D/tmp emacs -Q >> Can=E2=80=99t use fontsets in non-GUI frames >> $ Lars Ingebrigtsen writes: > But that's the correct result, isn't it? Sorry for the confusion :-(. There is no ".emacs" in "/tmp" for this test (and also -Q should have ensured that it would not be read anyway). So this is Emacs starting without any configuration. benny