GNU bug report logs - #54140
27.2; desktop-save-mode fails to restore frame and window config

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: Mark Jamsek <mark@HIDDEN>; dated Thu, 24 Feb 2022 11:45:01 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.
Removed tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at 54140 <at> debbugs.gnu.org:


Received: (at 54140) by debbugs.gnu.org; 25 Feb 2022 12:02:27 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Feb 25 07:02:27 2022
Received: from localhost ([127.0.0.1]:51441 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nNZIp-0001pa-2a
	for submit <at> debbugs.gnu.org; Fri, 25 Feb 2022 07:02:27 -0500
Received: from eggs.gnu.org ([209.51.188.92]:40578)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1nNZIn-0001pM-7p
 for 54140 <at> debbugs.gnu.org; Fri, 25 Feb 2022 07:02:25 -0500
Received: from [2001:470:142:3::e] (port=48760 helo=fencepost.gnu.org)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1nNZIh-0005DK-55; Fri, 25 Feb 2022 07:02:19 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From:
 Date; bh=mCgdgyct5b2238ztD/LAXxOYavNH3PWfzsxjX84BD0I=; b=oXeBCkKaYoctcoC8xFCD
 Em+dtC44gvA0uQhCwTzRDL3Peb1avOtRIe7psnnHVC4u8+/5cwhDqntDJoDPfmjgMym7qmd61gxnc
 edj2swAFBRkXl1U1R+WJxu7otsXavKi6q7Ke6YISFpYiB6ba4Ur98Z76MDqcnEbwhLHs67VaGIXAr
 HdQxPaMuzD736dv+CEQ6/wCja0fgmouQpM7j5hl/+ykDDQH6JpdikCoKliIjRb6yaPp9Eym5W4NZ2
 TR2CRPUnCR//M6bVZ8G46nFuyX8uAhN9zRU2eBb8F/B8ClQAf/p/Grw52lsAmd4J75DG1iGu+18k/
 T8LkA/cyTy1k5A==;
Received: from [87.69.77.57] (port=3507 helo=home-c4e4a596f7)
 by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1nNZIg-0003Lq-Dj; Fri, 25 Feb 2022 07:02:18 -0500
Date: Fri, 25 Feb 2022 14:02:33 +0200
Message-Id: <83lexzqhly.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Mark Jamsek <mark@HIDDEN>
In-Reply-To: <9D4B6AB3-A358-4B36-85DB-8F0AA5131CD1@HIDDEN> (message from
 Mark Jamsek on Fri, 25 Feb 2022 20:39:21 +1100)
Subject: Re: bug#54140: 27.2;
 desktop-save-mode fails to restore frame and window config
References: <83mtifqsqp.fsf@HIDDEN>
 <9D4B6AB3-A358-4B36-85DB-8F0AA5131CD1@HIDDEN>
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 54140
Cc: larsi@HIDDEN, 54140 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

> From: Mark Jamsek <mark@HIDDEN>
> Date: Fri, 25 Feb 2022 20:39:21 +1100
> Cc: larsi@HIDDEN, 54140 <at> debbugs.gnu.org
> 
>  There's no need to debug this: this is the expected behavior on TTY
>  frames
> 
> Is this documented; if not, would a patch to this effect be accepted?

It depends on what the patch will do.  Unconditionally letting desktop
restore the frameset on TTY displays is out of the question, as it
will bring back the problems we solved when we prevented that.

>  see desktop-restoring-frameset-p.  We deliberately don't
>  restore the frameset on text-mode displays.  For the reasons, see
>  bug#17693.
> 
> I had a cursory look but don’t quite understand why that precludes desktop-save-mode from working with
> Emacs in the terminal. If you save an -nw session, you’d have no graphical frames to restore when starting
> an -nw session.

How do we know that the desktop was saved from a -nw session?

> I’ll read the thread in its entirety when back in front of the kb.

Thanks.  A related issue is bug#24298.




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#54140; Package emacs. Full text available.

Message received at 54140 <at> debbugs.gnu.org:


Received: (at 54140) by debbugs.gnu.org; 25 Feb 2022 09:39:31 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Feb 25 04:39:31 2022
Received: from localhost ([127.0.0.1]:51282 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nNX4V-0005zQ-Fq
	for submit <at> debbugs.gnu.org; Fri, 25 Feb 2022 04:39:31 -0500
Received: from mail.bsdbox.org ([107.191.57.35]:23297)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mark@HIDDEN>) id 1nNX4S-0005zF-Ai
 for 54140 <at> debbugs.gnu.org; Fri, 25 Feb 2022 04:39:30 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdbox.org; s=20210217;
 t=1645781963;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=YxMkEqXY1kzX2T2Rh599XeBdV0gkwzWVR8ckMezMWBo=;
 b=FXE47PoYY6b7T+b0QpS5pwqopvV5r4jRVmXBLaHSvBd+w8Lqq34dsiFc4NGlEAWFq9YE2x
 LISz5HdpBM8CFc+aiDRlvDdMpGU+YLvtTzZNaEqFr4xHYNUoLUSjHbLHedgGoPciYsApqr
 lbActncnF7SXlmFuAnOa1Pl3lMb3/hw=
Received: from smtpclient.apple (159-196-163-81.9fc4a3.syd.nbn.aussiebb.net
 [159.196.163.81])
 by itac.bsdbox.org (OpenSMTPD) with ESMTPSA id 8885a208
 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); 
 Fri, 25 Feb 2022 09:39:22 +0000 (UTC)
Content-Type: multipart/alternative;
 boundary=Apple-Mail-727F5F19-5C40-4DE1-A433-4A9069BE32F1
Content-Transfer-Encoding: 7bit
From: Mark Jamsek <mark@HIDDEN>
Mime-Version: 1.0 (1.0)
Subject: Re: bug#54140: 27.2;
 desktop-save-mode fails to restore frame and window config
Date: Fri, 25 Feb 2022 20:39:21 +1100
Message-Id: <9D4B6AB3-A358-4B36-85DB-8F0AA5131CD1@HIDDEN>
References: <83mtifqsqp.fsf@HIDDEN>
In-Reply-To: <83mtifqsqp.fsf@HIDDEN>
To: Eli Zaretskii <eliz@HIDDEN>
X-Mailer: iPhone Mail (19D52)
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 54140
Cc: larsi@HIDDEN, 54140 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--Apple-Mail-727F5F19-5C40-4DE1-A433-4A9069BE32F1
Content-Type: text/plain;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable


> On 25 Feb 2022, at 7:02 pm, Eli Zaretskii <eliz@HIDDEN> wrote:
>=20
> =EF=BB=BF
>>=20
>> From: Mark Jamsek <mark@HIDDEN>
>> Date: Fri, 25 Feb 2022 13:58:36 +1100
>> Cc: 54140 <at> debbugs.gnu.org
>>=20
>> Do you know where in the codebase to dig to start debugging this?
>=20
> There's no need to debug this: this is the expected behavior on TTY
> frames

Is this documented; if not, would a patch to this effect be accepted?

> see desktop-restoring-frameset-p.  We deliberately don't
> restore the frameset on text-mode displays.  For the reasons, see
> bug#17693.

I had a cursory look but don=E2=80=99t quite understand why that precludes d=
esktop-save-mode from working with Emacs in the terminal. If you save an -nw=
 session, you=E2=80=99d have no graphical frames to restore when starting an=
 -nw session. I=E2=80=99ll read the thread in its entirety when back in fron=
t of the kb.

Sent from my iPhone




--Apple-Mail-727F5F19-5C40-4DE1-A433-4A9069BE32F1
Content-Type: text/html;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charset=3D=
utf-8"></head><body dir=3D"auto"><br><div dir=3D"ltr"><blockquote type=3D"ci=
te">On 25 Feb 2022, at 7:02 pm, Eli Zaretskii &lt;eliz@HIDDEN&gt; wrote:<br=
><br></blockquote></div><blockquote type=3D"cite"><div dir=3D"ltr">=EF=BB=BF=
<blockquote type=3D"cite"><span>From: Mark Jamsek &lt;mark@HIDDEN&gt;</s=
pan><br></blockquote><blockquote type=3D"cite"><span>Date: Fri, 25 Feb 2022 1=
3:58:36 +1100</span><br></blockquote><blockquote type=3D"cite"><span>Cc: 541=
40 <at> debbugs.gnu.org</span><br></blockquote><blockquote type=3D"cite"><span></=
span><br></blockquote><blockquote type=3D"cite"><span>Do you know where in t=
he codebase to dig to start debugging this?</span><br></blockquote><span></s=
pan><br><span>There's no need to debug this: this is the expected behavior o=
n TTY</span><br><span>frames</span></div></blockquote><div><br></div><span s=
tyle=3D"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">Is this documented;=
 if not, would a patch to this effect be accepted?</span><div><font color=3D=
"#000000"><span style=3D"caret-color: rgb(0, 0, 0);"><br></span></font><bloc=
kquote type=3D"cite"><div dir=3D"ltr"><span>see desktop-restoring-frameset-p=
. &nbsp;We deliberately don't</span><br><span>restore the frameset on text-m=
ode displays. &nbsp;For the reasons, see</span><br><span>bug#17693.</span><b=
r></div></blockquote><br><div>I had a cursory look but don=E2=80=99t quite u=
nderstand why that precludes desktop-save-mode from working with Emacs in th=
e terminal. If you save an -nw session, you=E2=80=99d have no graphical fram=
es to restore when starting an -nw session. I=E2=80=99ll read the thread in i=
ts entirety when back in front of the kb.</div><div><br></div><div><div dir=3D=
"ltr" style=3D"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">Sent from my=
 iPhone</div></div><div><br></div><div><br></div><div><br></div></div></body=
></html>=

--Apple-Mail-727F5F19-5C40-4DE1-A433-4A9069BE32F1--




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#54140; Package emacs. Full text available.

Message received at 54140 <at> debbugs.gnu.org:


Received: (at 54140) by debbugs.gnu.org; 25 Feb 2022 08:02:03 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Feb 25 03:02:03 2022
Received: from localhost ([127.0.0.1]:51208 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nNVYA-0003Dr-SI
	for submit <at> debbugs.gnu.org; Fri, 25 Feb 2022 03:02:03 -0500
Received: from eggs.gnu.org ([209.51.188.92]:40114)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1nNVY9-0003DK-A1
 for 54140 <at> debbugs.gnu.org; Fri, 25 Feb 2022 03:02:01 -0500
Received: from [2001:470:142:3::e] (port=59262 helo=fencepost.gnu.org)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1nNVXz-0002JF-ME; Fri, 25 Feb 2022 03:01:54 -0500
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=WkS0j/uk66nLZzRWKdxhUmAUfulhWYsZfi2CAWE+a5g=; b=gTXcCBPa6Kf5
 vLfjYyI8E2Pb7cEvbm/tnWRY8YJEB0xK9WpHZ28lMReyXv4C6muYaZh0KyG1bBRbtCMNP/zJ13uXe
 453XJsmv7pHtgoAMHLa5hpzEBk8X8Lf0iQE3+zoLAidGiLt+uFMRIoQMysWwjzGL9xeNrGESEyidk
 dALfynoCFiedcFiHxyLbm/+zllJKk8qjkUz6e81rjKKd/Mkk+E1DgiLsVXx2D+7kyGZ7PEpKDCyvJ
 YfB8AjxdUGXLwd5gnT+tCkSngiLtNIc42HnfqHZfvOseocR0/FMKPnbq1RhYzQyzC7qCeQw9yjE4+
 FfswRZAJ7b216Hyf41fWSw==;
Received: from [87.69.77.57] (port=4378 helo=home-c4e4a596f7)
 by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1nNVXz-0000Wg-2X; Fri, 25 Feb 2022 03:01:51 -0500
Date: Fri, 25 Feb 2022 10:02:06 +0200
Message-Id: <83mtifqsqp.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Mark Jamsek <mark@HIDDEN>
In-Reply-To: <D73003B6-F5CB-4639-BA1E-8D27F6EEAD26@HIDDEN> (message from
 Mark Jamsek on Fri, 25 Feb 2022 13:58:36 +1100)
Subject: Re: bug#54140: 27.2;
 desktop-save-mode fails to restore frame and window config
References: <FAEF3435-1276-475E-86EB-34EDB2C5A10C@HIDDEN>
 <87ilt42v7k.fsf@HIDDEN> <14B9A1B4-2208-4C05-8167-DAF3DC49C3D6@HIDDEN>
 <87sfs7y8ko.fsf@HIDDEN> <D73003B6-F5CB-4639-BA1E-8D27F6EEAD26@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 54140
Cc: larsi@HIDDEN, 54140 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

> From: Mark Jamsek <mark@HIDDEN>
> Date: Fri, 25 Feb 2022 13:58:36 +1100
> Cc: 54140 <at> debbugs.gnu.org
> 
> Do you know where in the codebase to dig to start debugging this?

There's no need to debug this: this is the expected behavior on TTY
frames, see desktop-restoring-frameset-p.  We deliberately don't
restore the frameset on text-mode displays.  For the reasons, see
bug#17693.




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#54140; Package emacs. Full text available.

Message received at 54140 <at> debbugs.gnu.org:


Received: (at 54140) by debbugs.gnu.org; 25 Feb 2022 04:56:05 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 24 23:56:05 2022
Received: from localhost ([127.0.0.1]:51033 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nNSeA-0003tb-C9
	for submit <at> debbugs.gnu.org; Thu, 24 Feb 2022 23:56:05 -0500
Received: from mail.bsdbox.org ([107.191.57.35]:5541)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mark@HIDDEN>) id 1nNQoc-0000U4-VX
 for 54140 <at> debbugs.gnu.org; Thu, 24 Feb 2022 21:58:46 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdbox.org; s=20210217;
 t=1645757918;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=a/s0zJ4OTjacsLcmqrYKi5r7llPIEruOlQJhuOubJHw=;
 b=MP9wVN02q5s6uRwh3R2scryVs21Jwr+dIB+cQihNa5mJekD8CeHxxxvXW8GmArm7+Zhu7X
 Pqf1O+XI952ngvW9DSwXwnSq372lJt679nHDWGQvP8mv28U7eD0MtOdCLFgq8vjdHtdNIG
 Me5FKeCG0qky0pLdet5bUB6iyldfpm8=
Received: from [192.168.20.28] (159-196-163-81.9fc4a3.syd.nbn.aussiebb.net
 [159.196.163.81])
 by itac.bsdbox.org (OpenSMTPD) with ESMTPSA id 4fd02096
 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); 
 Fri, 25 Feb 2022 02:58:36 +0000 (UTC)
Content-Type: text/plain;
	charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
Subject: Re: bug#54140: 27.2; desktop-save-mode fails to restore frame and
 window config
From: Mark Jamsek <mark@HIDDEN>
In-Reply-To: <87sfs7y8ko.fsf@HIDDEN>
Date: Fri, 25 Feb 2022 13:58:36 +1100
Content-Transfer-Encoding: 7bit
Message-Id: <D73003B6-F5CB-4639-BA1E-8D27F6EEAD26@HIDDEN>
References: <FAEF3435-1276-475E-86EB-34EDB2C5A10C@HIDDEN>
 <87ilt42v7k.fsf@HIDDEN> <14B9A1B4-2208-4C05-8167-DAF3DC49C3D6@HIDDEN>
 <87sfs7y8ko.fsf@HIDDEN>
To: Lars Ingebrigtsen <larsi@HIDDEN>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 54140
X-Mailman-Approved-At: Thu, 24 Feb 2022 23:56:01 -0500
Cc: 54140 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

> On 25 Feb 2022, at 1:38 pm, Lars Ingebrigtsen <larsi@HIDDEN> wrote:
> 
> (Please keep the debbugs address in the CCs -- otherwise it won't reach
> the bug tracker.)

Will do. Thanks for the reminder!

> Mark Jamsek <mark@HIDDEN> writes:
> 
>> Just to confirm, this report applies to Emacs in the terminal, not GUI.
>> Did you test in the former?
> 
> No, I didn't test with -nw.  With -nw I see the behaviour you're
> describing.

And thanks for confirming this bug.

Do you know where in the codebase to dig to start debugging this?
Unfortunately, my Lisp is non-existent, but if it's in C, I might be
able to help.


--
Mark Jamsek <mark@HIDDEN>





Information forwarded to bug-gnu-emacs@HIDDEN:
bug#54140; Package emacs. Full text available.

Message received at 54140 <at> debbugs.gnu.org:


Received: (at 54140) by debbugs.gnu.org; 25 Feb 2022 02:38:29 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 24 21:38:29 2022
Received: from localhost ([127.0.0.1]:50909 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nNQV3-00066r-54
	for submit <at> debbugs.gnu.org; Thu, 24 Feb 2022 21:38:29 -0500
Received: from quimby.gnus.org ([95.216.78.240]:52224)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <larsi@HIDDEN>) id 1nNQV0-00066c-Mp
 for 54140 <at> debbugs.gnu.org; Thu, 24 Feb 2022 21:38:27 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org;
 s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:
 References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:
 Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender:
 Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:
 List-Subscribe:List-Post:List-Owner:List-Archive;
 bh=zFt8bMJOMnVLMURQqSJNNN69VgitGSQNOxgsVRN97p4=; b=pRgWkoFhOogQBO3xvX1ykU1cva
 u0xrAQYhBCyYEP88gcwtfTfE5JuG3giUF22SIcb9bhrL7q0htYB5juX/beLcF4AHLIeD0b05PjBMR
 AYMoBJc2plpJHUyEbuEA+REz+yPP3qzYmTLFxfymiYTkyUgioWIShEVVi8qc28bMUi9E=;
Received: from [84.212.220.105] (helo=giant)
 by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.92) (envelope-from <larsi@HIDDEN>)
 id 1nNQUr-0004li-BI; Fri, 25 Feb 2022 03:38:19 +0100
From: Lars Ingebrigtsen <larsi@HIDDEN>
To: Mark Jamsek <mark@HIDDEN>
Subject: Re: bug#54140: 27.2; desktop-save-mode fails to restore frame and
 window config
References: <FAEF3435-1276-475E-86EB-34EDB2C5A10C@HIDDEN>
 <87ilt42v7k.fsf@HIDDEN>
 <14B9A1B4-2208-4C05-8167-DAF3DC49C3D6@HIDDEN>
Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj
 SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAFVBMVEX6+fevmaBvTFeT
 d4WJVGBbMzr////1Z1Y2AAAAAWJLR0QGYWa4fQAAAAd0SU1FB+YCGQITG7MWRVoAAAGuSURBVDjL
 vVLBYeQwCCQdxLcVBME/K3wNYG0DxPTfSgbZvtt95BsetsyImdHIRL9bb7+sd9X7T8DHT44+bsuy
 HGO3F6CZ3dd7rZY/L0cLrrL7cmv9RW/2g7U56zPwxmd9OvP7czxnX1uewPI84cqS7EuV0bB1jHEO
 ZGRtEHQukmdg8PBBOWu2AdQqRMX5CSjoAFgEQDAYtbrgOQHPpFHSck6AK2qHJlNMzf9AaijeQbWH
 nT2wtahSAICUkmWIC5YeWVTROYuqj3VATWQ6KMcNEim0bjZkLws7Tmyeunv5p36/lSsZHkj2bqDZ
 0E8Ay+DH7u7II8xwyHgkK7GBSsOFD+BvZK6pTCyryCNiwGPi6hVcDWPEO/azIp06JyYAlGOqm4ZY
 7JICXetghIQixABJgKtGrADNr55U7zp2Oha7HSJhSjozeohXgLEVgMRaJ+QA2znDiJi2IBJWQG09
 LrIB4CJPIz5EjpIJVMhfVFnHPwDqrZLCRSns7rNbibfNWhEo7PL1n0yNbes6RejkrzXQNhpCyQmc
 A8ezwVefXxcwB9Kktd6n+xOICzDvPD+/Ae+buUSjgWi2AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIy
 LTAyLTI1VDAyOjE5OjI3KzAwOjAwIlic4AAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0wMi0yNVQw
 MjoxOToyNyswMDowMFMFJFwAAAAASUVORK5CYII=
X-Now-Playing: Tenniscoats's _Tan-Tan Therapy_: "Uta Ga Nainoni (Like No
 Songs)"
Date: Fri, 25 Feb 2022 03:38:15 +0100
In-Reply-To: <14B9A1B4-2208-4C05-8167-DAF3DC49C3D6@HIDDEN> (Mark Jamsek's
 message of "Fri, 25 Feb 2022 13:34:04 +1100")
Message-ID: <87sfs7y8ko.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
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: (Please keep the debbugs address in the CCs -- otherwise it
 won't reach the bug tracker.) Mark Jamsek <mark@HIDDEN> writes: > Just
 to confirm, this report applies to Emacs in the terminal, not GUI. > Did
 you test in the former? 
 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: -2.3 (--)
X-Debbugs-Envelope-To: 54140
Cc: 54140 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

(Please keep the debbugs address in the CCs -- otherwise it won't reach
the bug tracker.)

Mark Jamsek <mark@HIDDEN> writes:

> Just to confirm, this report applies to Emacs in the terminal, not GUI.
> Did you test in the former?

No, I didn't test with -nw.  With -nw I see the behaviour you're
describing.




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#54140; Package emacs. Full text available.
Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at 54140 <at> debbugs.gnu.org:


Received: (at 54140) by debbugs.gnu.org; 24 Feb 2022 14:30:42 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 24 09:30:42 2022
Received: from localhost ([127.0.0.1]:47974 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nNF8j-00055G-MR
	for submit <at> debbugs.gnu.org; Thu, 24 Feb 2022 09:30:42 -0500
Received: from quimby.gnus.org ([95.216.78.240]:46054)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <larsi@HIDDEN>) id 1nNF8h-00054k-2Y
 for 54140 <at> debbugs.gnu.org; Thu, 24 Feb 2022 09:30:40 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org;
 s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:
 References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:
 Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender:
 Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:
 List-Subscribe:List-Post:List-Owner:List-Archive;
 bh=VM0pNj6weGXdTun2xdEhPU2n1ZvHZlkfxJUUfUSMkvc=; b=mGoral/PowhL6H9v1wh5+DxHK+
 BDgqKWFtzZN1X/Xx3fHG6g7eaBbudvFVPe/jkZdAjlwikvApcPh+A9SbESNyt/tm4y2FVZ5VI1mw8
 tHI+BYx7x44CSRmq3Dnr4WLBKN2sKj8lliJMzd5OrZR6Z7fykjiAIZHCX9BNm8M2M2kQ=;
Received: from [84.212.220.105] (helo=giant)
 by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.92) (envelope-from <larsi@HIDDEN>)
 id 1nNF8S-00072R-DK; Thu, 24 Feb 2022 15:30:27 +0100
From: Lars Ingebrigtsen <larsi@HIDDEN>
To: Mark Jamsek <mark@HIDDEN>
Subject: Re: bug#54140: 27.2; desktop-save-mode fails to restore frame and
 window config
References: <FAEF3435-1276-475E-86EB-34EDB2C5A10C@HIDDEN>
X-Now-Playing: Mice Parade's _Nights Wave EP_: "Milton Road"
Date: Thu, 24 Feb 2022 15:30:23 +0100
In-Reply-To: <FAEF3435-1276-475E-86EB-34EDB2C5A10C@HIDDEN> (Mark Jamsek's
 message of "Thu, 24 Feb 2022 21:04:26 +1100")
Message-ID: <87ilt42v7k.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
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: Mark Jamsek <mark@HIDDEN> writes: > Emacs creates a
 =.emacs.desktop=
 file; however, upon restart, only the > buffers are restored--not the frame
 and window configuration. Likewise, > any tab bar configuration is also lost.
 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: -2.3 (--)
X-Debbugs-Envelope-To: 54140
Cc: 54140 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

Mark Jamsek <mark@HIDDEN> writes:

> Emacs creates a =.emacs.desktop= file; however, upon restart, only the
> buffers are restored--not the frame and window configuration. Likewise,
> any tab bar configuration is also lost.

I'm unable to reproduce this in Emacs 27.2 (on Debian/bookworm) --
frames and windows are restored as normal.

Do you have any customisations that could affect the behaviour?  That
is, if you have only

(desktop-save-mode 1)

in your init file, do you still see the problem?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#54140; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 24 Feb 2022 11:44:44 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 24 06:44:44 2022
Received: from localhost ([127.0.0.1]:47761 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nNCY7-00078T-IX
	for submit <at> debbugs.gnu.org; Thu, 24 Feb 2022 06:44:44 -0500
Received: from lists.gnu.org ([209.51.188.17]:36946)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mark@HIDDEN>) id 1nNAzU-0004YZ-3p
 for submit <at> debbugs.gnu.org; Thu, 24 Feb 2022 05:04:52 -0500
Received: from eggs.gnu.org ([209.51.188.92]:43718)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <mark@HIDDEN>) id 1nNAzU-0003r6-0F
 for bug-gnu-emacs@HIDDEN; Thu, 24 Feb 2022 05:04:52 -0500
Received: from mail.bsdbox.org ([107.191.57.35]:38766)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <mark@HIDDEN>) id 1nNAzN-0006Un-H8
 for bug-gnu-emacs@HIDDEN; Thu, 24 Feb 2022 05:04:51 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdbox.org; s=20210217;
 t=1645697073;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding;
 bh=dQ6PLzssHvjpGQctRJ3swtDbGcR7JE7Ij/nuc0qUEZk=;
 b=I/6jQLJpU69Ws7oX0l4Beu9XZxTJUb3P04VdeiDBwTXImsaaWUXNABnMmmI4yoggpZ9Pul
 ciaSkJqj5xGH01hp9EXaJ9lwxFwHaN26twDtryzLuMEK96K+KfAFSnqRSFNdc1qslIIizt
 CGFKBm4aAklA59dWtrIDYWVg5DEahPw=
Received: from [192.168.20.28] (159-196-163-81.9fc4a3.syd.nbn.aussiebb.net
 [159.196.163.81])
 by itac.bsdbox.org (OpenSMTPD) with ESMTPSA id 9aa85a57
 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO)
 for <bug-gnu-emacs@HIDDEN>; Thu, 24 Feb 2022 10:04:32 +0000 (UTC)
From: Mark Jamsek <mark@HIDDEN>
Content-Type: text/plain;
	charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
Subject: 27.2; desktop-save-mode fails to restore frame and window config
Message-Id: <FAEF3435-1276-475E-86EB-34EDB2C5A10C@HIDDEN>
Date: Thu, 24 Feb 2022 21:04:26 +1100
To: bug-gnu-emacs@HIDDEN
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Received-SPF: pass client-ip=107.191.57.35; envelope-from=mark@HIDDEN;
 helo=mail.bsdbox.org
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.3 (-)
X-Debbugs-Envelope-To: submit
X-Mailman-Approved-At: Thu, 24 Feb 2022 06:44:42 -0500
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.3 (--)

According to the docs[0][1], both tab bar and window config should be
saved and restored with =3D(desktop-save-mode 1)=3D, but only buffers =
are
restored. This behaviour is consistent irrespective of whether using
=3D(desktop-save-mode 1)=3D in =3Dinit.el=3D, or manually calling =
=3Ddesktop-save=3D
and =3Ddesktop-read=3D to save and restore a saved session.

Tested on Emacs 27.2:
  OpenBSD 7.0-current amd64
  OpenBSD 7.1-beta amd64
  macOS 10.15.7 Darwin Kernel 19.6.0 x86_64
  macOS 12.2.1 Darwin Kernel 21.3.0 x86_64

Steps:
Set =3D(desktop-save-mode 1)=3D in =3Dinit.el=3D as described in the =
docs[0].
Start Emacs, and setup tabs and windows.
Close and restart Emacs.

Expected:
Emacs tab bar and window config is saved and restored at startup.

Actual:
Emacs creates a =3D.emacs.desktop=3D file; however, upon restart, only =
the
buffers are restored--not the frame and window configuration. Likewise,
any tab bar configuration is also lost.

[0]:
=
https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Ses=
sions.html
[1]:
https://www.gnu.org/software/emacs/manual/html_node/emacs/Tab-Bars.html


----8<------------------------------------------------------------------

In GNU Emacs 27.2 (build 1, x86_64-unknown-openbsd)
 of 2022-02-22 built on amd64.ports.openbsd.org
System Description: OpenBSD fnc.bsdbox.org 7.0 GENERIC.MP#267 amd64

Recent messages:
Defining kbd macro...
Keyboard macro defined
Defining kbd macro...
Keyboard macro defined
Quit
Configured using:
 'configure --build=3Damd64-unknown-openbsd --without-sound --without-x
 --without-dbus --without-gsettings --without-harfbuzz --without-jpeg
 --without-lcms2 --without-libotf --without-m17n-flt --prefix=3D/usr/local=

 --sysconfdir=3D/etc --mandir=3D/usr/local/man --infodir=3D/usr/local/info=

 --localstatedir=3D/var --disable-silent-rules --disable-gtk-doc
 'CFLAGS=3D-O2 -pipe -g' CPPFLAGS=3D-I/usr/local/include
 'LDFLAGS=3D-L/usr/local/lib -g''

Configured features:
NOTIFY KQUEUE GNUTLS LIBXML2 ZLIB MODULES THREADS JSON PDUMPER GMP

Important settings:
  locale-coding-system: nil

Major mode: Org

Minor modes in effect:
  evil-org-mode: t
  global-evil-surround-mode: t
  evil-surround-mode: t
  evil-leader-mode: t
  shell-dirtrack-mode: t
  evil-mode: t
  evil-local-mode: t
  desktop-save-mode: t
  override-global-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  tab-bar-history-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug sendmail rx term/screen term/xterm xterm
ol-eww eww mm-url url-queue ol-rmail ol-mhe ol-irc ol-info ol-gnus nnir
gnus-sum url url-proxy url-privacy url-expand url-methods url-history
mailcap shr url-cookie url-domsuf url-util svg xml dom gnus-group
gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source utf7 netrc
nnoo parse-time iso8601 gnus-spec gnus-int gnus-range message rmc puny
rfc822 mml mml-sec epa derived epg epg-config mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader gnus-win
gnus nnheader gnus-util rmail rmail-loaddefs rfc2047 rfc2045 ietf-drums
text-property-search mail-utils mm-util mail-prsvr wid-edit ol-docview
doc-view jka-compr image-mode exif image dired dired-loaddefs ol-bibtex
bibtex ol-bbdb ol-w3m sh-script smie executable powerline-evil
powerline-evil-themes powerline powerline-separators color
powerline-themes evil-org org-element avl-tree generator
evil-indent-textobject evil-surround evil-leader evil evil-keybindings
evil-integration evil-maps evil-commands reveal flyspell ispell
evil-jumps evil-command-window evil-search evil-ex shell evil-types
evil-macros evil-repeat evil-states evil-core evil-common windmove calc
calc-loaddefs calc-macs thingatpt rect evil-digraphs evil-vars edmacro
kmacro desktop frameset use-package use-package-ensure
use-package-delight use-package-diminish use-package-bind-key bind-key
use-package-core cl-extra help-mode org ob ob-tangle ob-ref ob-lob
ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete
pcomplete comint ansi-color ring org-list org-faces org-entities
time-date noutline outline easy-mmode org-version ob-emacs-lisp ob-core
ob-eval org-table ol regexp-opt org-keys org-compat advice org-macs
org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs
finder-inf disp-table info tool-bar package easymenu browse-url
url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs
eieio-loaddefs password-cache json subr-x map url-vars seq byte-opt gv
bytecomp byte-compile cconv cl-loaddefs cl-lib tooltip eldoc electric
uniquify ediff-hook vc-hooks lisp-float-type tabulated-list replace
newcomment text-mode elisp-mode lisp-mode prog-mode register page
tab-bar menu-bar rfn-eshadow isearch timer select mouse jit-lock
font-lock syntax facemenu font-core term/tty-colors frame minibuffer
cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian
slovak czech european ethiopic indian cyrillic chinese composite
charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev
obarray cl-preloaded nadvice loaddefs button faces cus-face macroexp
files text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote threads kqueue
multi-tty make-network-process emacs)

Memory information:
((conses 16 230209 20234)
 (symbols 48 24411 1)
 (strings 32 79904 3145)
 (string-bytes 1 2588990)
 (vectors 16 35447)
 (vector-slots 8 381564 11626)
 (floats 8 398 343)
 (intervals 56 428 122)
 (buffers 1000 17))


--
Mark Jamsek <mark@HIDDEN>





Acknowledgement sent to Mark Jamsek <mark@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#54140; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sat, 26 Mar 2022 16:45:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.