From unknown Sun Jun 22 11:49:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28184: permanently stuck emacs after Options > Set Default Font Resent-From: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 22 Aug 2017 14:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 28184 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 28184@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.150341072325761 (code B ref -1); Tue, 22 Aug 2017 14:06:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Aug 2017 14:05:23 +0000 Received: from localhost ([127.0.0.1]:49657 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dk9o3-0006hQ-C5 for submit@debbugs.gnu.org; Tue, 22 Aug 2017 10:05:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dk9o2-0006hF-Nx for submit@debbugs.gnu.org; Tue, 22 Aug 2017 10:05:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dk9nu-0000pX-1E for submit@debbugs.gnu.org; Tue, 22 Aug 2017 10:05:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39203) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dk9nt-0000pT-UP for submit@debbugs.gnu.org; Tue, 22 Aug 2017 10:05:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dk9nr-0001hs-KP for bug-gnu-emacs@gnu.org; Tue, 22 Aug 2017 10:05:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dk9no-0000lM-F4 for bug-gnu-emacs@gnu.org; Tue, 22 Aug 2017 10:05:11 -0400 Received: from homie.mail.dreamhost.com ([208.97.132.208]:42763 helo=homiemail-a3.g.dreamhost.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dk9no-0000i0-99 for bug-gnu-emacs@gnu.org; Tue, 22 Aug 2017 10:05:08 -0400 Received: from homiemail-a3.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTP id A65FC28408C for ; Tue, 22 Aug 2017 07:05:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=cPSW2US5Gg6ZgCgolY33vIaVp1I=; b=WNud2XSLC/NGhiDO 20UHCiOJRhEvlXGQ/Tc+7sGFwKhbmAhMGRh3AP/rGbnO3jE31L8Oa27Ej5sWIRAe slDrUmZixeqjBd/Jilc8gh7fYijlEiO8wjl/SeA3tcbChUHSrmUGWu/7i5jHztY2 mh/HiRZ2yJ2s4ViCThJeD7a34OA= Received: from jidanni.org (122-118-20-186.dynamic-ip.hinet.net [122.118.20.186]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTPSA id 486DB28408B for ; Tue, 22 Aug 2017 07:05:06 -0700 (PDT) From: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Date: Tue, 22 Aug 2017 22:05:02 +0800 Message-ID: <87ziar66lt.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) The following results in a permanently stuck emacs that must be killed from the shell. $ cat .emacs (setq default-frame-alist '( (font . "-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1"))) $ emacs Options > Set Default Font Click Select. You will see "Invalid font name..." and then there is no way to recover. emacs-version "25.2.2" From unknown Sun Jun 22 11:49:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28184: permanently stuck emacs after Options > Set Default Font Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 15 Jul 2019 12:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28184 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Cc: 28184@debbugs.gnu.org Received: via spool by 28184-submit@debbugs.gnu.org id=B28184.15631938982539 (code B ref 28184); Mon, 15 Jul 2019 12:32:02 +0000 Received: (at 28184) by debbugs.gnu.org; 15 Jul 2019 12:31:38 +0000 Received: from localhost ([127.0.0.1]:46817 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn08n-0000ec-HL for submit@debbugs.gnu.org; Mon, 15 Jul 2019 08:31:37 -0400 Received: from quimby.gnus.org ([80.91.231.51]:41982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn08l-0000ce-BA for 28184@debbugs.gnu.org; Mon, 15 Jul 2019 08:31:36 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hn08h-0007Zo-Oy; Mon, 15 Jul 2019 14:31:34 +0200 From: Lars Ingebrigtsen References: <87ziar66lt.fsf@jidanni.org> Date: Mon, 15 Jul 2019 14:31:31 +0200 In-Reply-To: <87ziar66lt.fsf@jidanni.org> ("=?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson"'s message of "Tue, 22 Aug 2017 22:05:02 +0800") Message-ID: <87o91vbhss.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson writes: > The following results in a permanently stuck emacs that must be killed > from the shell. > > $ cat .emacs > (setq default-frame-alist '( (font > . "-sony-fixed-medium-r-normal--16-120-100-100-c-80-i [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) =E7=A9=8D=E4=B8=B9=E5=B0=BC Dan Jacobson writes: > The following results in a permanently stuck emacs that must be killed > from the shell. > > $ cat .emacs > (setq default-frame-alist '( (font > . "-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1"))) > $ emacs > Options > Set Default Font > Click Select. > You will see "Invalid font name..." and then there is no way to recover. > > emacs-version "25.2.2" I'm unable to reproduce this bug on the trunk. Are you still seeing this problem? --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 08:31:42 2019 Received: (at control) by debbugs.gnu.org; 15 Jul 2019 12:31:42 +0000 Received: from localhost ([127.0.0.1]:46820 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn08s-0000id-19 for submit@debbugs.gnu.org; Mon, 15 Jul 2019 08:31:42 -0400 Received: from quimby.gnus.org ([80.91.231.51]:41996) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn08q-0000ga-8o for control@debbugs.gnu.org; Mon, 15 Jul 2019 08:31:40 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hn08n-0007Zv-No for control@debbugs.gnu.org; Mon, 15 Jul 2019 14:31:39 +0200 Date: Mon, 15 Jul 2019 14:31:37 +0200 Message-Id: <87muhfbhsm.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #28184 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 28184 + unreproducible quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 28184 + unreproducible quit From unknown Sun Jun 22 11:49:58 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Subject: bug#28184: closed (Re: bug#28184: permanently stuck emacs after Options > Set Default Font) Message-ID: References: <87sgr7bglm.5.fsf@jidanni.org> <87ziar66lt.fsf@jidanni.org> X-Gnu-PR-Message: they-closed 28184 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: unreproducible Reply-To: 28184@debbugs.gnu.org Date: Mon, 15 Jul 2019 12:58:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1563195482-16271-1" This is a multi-part message in MIME format... ------------=_1563195482-16271-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #28184: permanently stuck emacs after Options > Set Default Font which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 28184@debbugs.gnu.org. --=20 28184: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D28184 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1563195482-16271-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 28184-done) by debbugs.gnu.org; 15 Jul 2019 12:57:37 +0000 Received: from localhost ([127.0.0.1]:46854 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn0Xx-0004Dr-4b for submit@debbugs.gnu.org; Mon, 15 Jul 2019 08:57:37 -0400 Received: from aye.elm.relay.mailchannels.net ([23.83.212.6]:63348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn0Xv-0004Dh-PN for 28184-done@debbugs.gnu.org; Mon, 15 Jul 2019 08:57:36 -0400 X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 8154E5E0267; Mon, 15 Jul 2019 12:57:31 +0000 (UTC) Received: from pdx1-sub0-mail-a48.g.dreamhost.com (100-96-35-167.trex.outbound.svc.cluster.local [100.96.35.167]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 8706D5E3010; Mon, 15 Jul 2019 12:57:30 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from pdx1-sub0-mail-a48.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.17.3); Mon, 15 Jul 2019 12:57:31 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jidanni@jidanni.org X-MailChannels-Auth-Id: dreamhost X-Duck-Blushing: 676bf46a6697d6ce_1563195451187_1313988366 X-MC-Loop-Signature: 1563195451187:4105839639 X-MC-Ingress-Time: 1563195451187 Received: from pdx1-sub0-mail-a48.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a48.g.dreamhost.com (Postfix) with ESMTP id 35A137F559; Mon, 15 Jul 2019 05:57:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=jidanni.org; bh=XrNFLCCLdQ0eifU7ov4FM6gfLks=; b=YoXLBQighqd9m aHZRChhY2FZLBJeObiuqefXdRxg4guXnAz1N5Ow8qclX7u6d0v4EqL1lQQnqwqLy GKzgeHubDf8kZy/kZh15P8en0Qv+sY5s5bA9oMR2pGHGV/94TNH0uOrd3cBMvg/8 hQ0u+T9mE4fxbGgZ1j1MVcQu9ooa1w= Received: from jidanni.org (114-41-26-121.dynamic-ip.hinet.net [114.41.26.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by pdx1-sub0-mail-a48.g.dreamhost.com (Postfix) with ESMTPSA id 88A777F555; Mon, 15 Jul 2019 05:57:28 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a48 From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson To: Lars Ingebrigtsen Subject: Re: bug#28184: permanently stuck emacs after Options > Set Default Font References: <87ziar66lt.fsf@jidanni.org> <87o91vbhss.fsf@mouse.gnus.org> Date: Mon, 15 Jul 2019 20:57:25 +0800 Message-ID: <87sgr7bglm.5.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: -100 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduvddrheekgdehiecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucggtfgfnhhsuhgsshgtrhhisggvpdfftffgtefojffquffvnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufhffkfggtgesthdtredttddtjeenucfhrhhomhepnjjnnjcuffgrnhculfgrtghosghsohhnuceojhhiuggrnhhnihesjhhiuggrnhhnihdrohhrgheqnecukfhppeduudegrdeguddrvdeirdduvddunecurfgrrhgrmhepmhhouggvpehsmhhtphdphhgvlhhopehjihgurghnnhhirdhorhhgpdhinhgvthepuddugedrgedurddviedruddvuddprhgvthhurhhnqdhprghthheppeeruhhtfhdqkeerueerheeimhfphefnihehhegsveekreepucffrghnucflrggtohgsshhonhcuoehjihgurghnnhhisehjihgurghnnhhirdhorhhgqedpmhgrihhlfhhrohhmpehjihgurghnnhhisehjihgurghnnhhirdhorhhgpdhnrhgtphhtthhopedvkedukeegqdguohhnvgesuggvsggsuhhgshdrghhnuhdrohhrghenucevlhhushhtvghrufhiiigvpedu X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 28184-done Cc: 28184-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >>>>> "LI" == Lars Ingebrigtsen writes: LI> I'm unable to reproduce this bug on the trunk. Are you still seeing LI> this problem? OK I'll trust you. Closing. ------------=_1563195482-16271-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Aug 2017 14:05:23 +0000 Received: from localhost ([127.0.0.1]:49657 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dk9o3-0006hQ-C5 for submit@debbugs.gnu.org; Tue, 22 Aug 2017 10:05:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dk9o2-0006hF-Nx for submit@debbugs.gnu.org; Tue, 22 Aug 2017 10:05:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dk9nu-0000pX-1E for submit@debbugs.gnu.org; Tue, 22 Aug 2017 10:05:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39203) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dk9nt-0000pT-UP for submit@debbugs.gnu.org; Tue, 22 Aug 2017 10:05:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dk9nr-0001hs-KP for bug-gnu-emacs@gnu.org; Tue, 22 Aug 2017 10:05:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dk9no-0000lM-F4 for bug-gnu-emacs@gnu.org; Tue, 22 Aug 2017 10:05:11 -0400 Received: from homie.mail.dreamhost.com ([208.97.132.208]:42763 helo=homiemail-a3.g.dreamhost.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dk9no-0000i0-99 for bug-gnu-emacs@gnu.org; Tue, 22 Aug 2017 10:05:08 -0400 Received: from homiemail-a3.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTP id A65FC28408C for ; Tue, 22 Aug 2017 07:05:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=cPSW2US5Gg6ZgCgolY33vIaVp1I=; b=WNud2XSLC/NGhiDO 20UHCiOJRhEvlXGQ/Tc+7sGFwKhbmAhMGRh3AP/rGbnO3jE31L8Oa27Ej5sWIRAe slDrUmZixeqjBd/Jilc8gh7fYijlEiO8wjl/SeA3tcbChUHSrmUGWu/7i5jHztY2 mh/HiRZ2yJ2s4ViCThJeD7a34OA= Received: from jidanni.org (122-118-20-186.dynamic-ip.hinet.net [122.118.20.186]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTPSA id 486DB28408B for ; Tue, 22 Aug 2017 07:05:06 -0700 (PDT) From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson To: bug-gnu-emacs@gnu.org Subject: permanently stuck emacs after Options > Set Default Font Date: Tue, 22 Aug 2017 22:05:02 +0800 Message-ID: <87ziar66lt.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) The following results in a permanently stuck emacs that must be killed from the shell. $ cat .emacs (setq default-frame-alist '( (font . "-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1"))) $ emacs Options > Set Default Font Click Select. You will see "Invalid font name..." and then there is no way to recover. emacs-version "25.2.2" ------------=_1563195482-16271-1--