GNU bug report logs - #70495
29.3.50; M-x lsp leads to assertion failed: pdl->kind == SPECPDL_BACKTRACE

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: andrei.elkin@HIDDEN; Done: Eli Zaretskii <eliz@HIDDEN>; Maintainer for emacs is bug-gnu-emacs@HIDDEN.

Message received at 70495-done <at> debbugs.gnu.org:


Received: (at 70495-done) by debbugs.gnu.org; 2 May 2024 08:44:37 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 02 04:44:37 2024
Received: from localhost ([127.0.0.1]:42429 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1s2S3R-0002kw-CO
	for submit <at> debbugs.gnu.org; Thu, 02 May 2024 04:44:37 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:35798)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1s2S3Q-0002kq-Pv
 for 70495-done <at> debbugs.gnu.org; Thu, 02 May 2024 04:44:37 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1s2S2z-0004x0-A5; Thu, 02 May 2024 04:44:09 -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=sp3wpQVGT3qfdBYidxNsJnZTzkTjb80xGzDrQ4bM740=; b=FZTY6ACJ1YXO
 sB7eMXJg2Lzj5gXRYCC9HX/oCgd24NuE685iZNIy13/nfHp9/txAONkMXnwIFj3XU969tQMEgVIau
 jp5cOIVT3Hm9OP3QTeSgmRvrDIiB3dxZy89Mg+Lz2tSEKFl5ZW1C9MgtA2LaazHFbvtzkWi0scBvl
 73IAcJM1Vo3N+DN4HMk5KbRyqXSKso8EW1ugnAtxJdXny6UKuQ5fdfnZJYJYv+fxPBGlHXEPr8BxO
 t/L6L1NsOsh81KLtUz4aF+oByUSYFD6h4m81hldAgygM1KCUf5arL1gHlHqD1b96lKSHYWpZaV+N9
 Fcg5Zufn7P2pCU2FAY+wNQ==;
Date: Thu, 02 May 2024 11:44:07 +0300
Message-Id: <86h6fgmwmg.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: andrei.elkin@HIDDEN
In-Reply-To: <87ttjubzll.fsf@quad> (andrei.elkin@HIDDEN)
Subject: Re: bug#70495: 29.3.50;
 M-x lsp leads to assertion failed: pdl->kind == SPECPDL_BACKTRACE
References: <87zftnaw9a.fsf@quad> <86v84b6l8x.fsf@HIDDEN>
 <86sezf6jcc.fsf@HIDDEN> <86r0ey7tcw.fsf@HIDDEN> <87ttjubzll.fsf@quad>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 70495-done
Cc: 70495-done <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: andrei.elkin@HIDDEN
> Cc: 70495 <at> debbugs.gnu.org
> Date: Sun, 21 Apr 2024 16:43:34 +0300
> 
> That's awesome Eli!
> 
> >> Cc: 70495 <at> debbugs.gnu.org
> >> Date: Sun, 21 Apr 2024 14:33:39 +0300
> >> From: Eli Zaretskii <eliz@HIDDEN>
> >> 
> >> > Cc: 70495 <at> debbugs.gnu.org
> >> > Date: Sun, 21 Apr 2024 13:52:30 +0300
> >> > From: Eli Zaretskii <eliz@HIDDEN>
> >> > 
> >> > Sorry, I cannot afford installing lsp-mode and lsp-ui (which in this
> >> > case will need to also install clang for the LSP server, right?), and
> >> > I don't know how to use it anyway.  So I need you to tell me what's in
> >> > the buffer at that position when this happens: how does
> >> > lsp-mode/lsp-ui set the line-prefix or wrap-prefix, etc.  If you can
> >> > come up with a Lisp recipe that doesn't need lsp-* to be installed and
> >> > still reproduces the problem, this would be the best, as I could debug
> >> > this on my machine.
> >> 
> >> Never mind, I've succeeded in reproducing this on my system.  No lsp-*
> >> packages are needed at all, it's very simple to reproduce.
> >> 
> >> Stay tuned.
> >
> > FTR: to reproduce the problem, it's enough to evaluate this in "emacs -Q":
> >
> >   (setq line-prefix '(space :width 1))
> >
> > I guess no one tried to do this since Emacs 29 was released...
> >
> > Anyway, should be fixed now on the emacs-29 branch.
> 
> Thank you!
> 
> Andrei
> 
> PS. I'll reconsider -O3 - was not aware of its fragility.

No further comments in more than a week, so I presume the problem was
indeed solved, and I'm therefore closing this bug.




Notification sent to andrei.elkin@HIDDEN:
bug acknowledged by developer. Full text available.
Reply sent to Eli Zaretskii <eliz@HIDDEN>:
You have taken responsibility. Full text available.

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


Received: (at 70495) by debbugs.gnu.org; 21 Apr 2024 13:46:17 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 21 09:46:16 2024
Received: from localhost ([127.0.0.1]:43018 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ryXWJ-0004HE-Es
	for submit <at> debbugs.gnu.org; Sun, 21 Apr 2024 09:46:16 -0400
Received: from smtpout07.dka.mailcore.net ([194.19.134.7]:60159)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <andrei.elkin@HIDDEN>) id 1ryXWG-0004G7-BA
 for 70495 <at> debbugs.gnu.org; Sun, 21 Apr 2024 09:46:13 -0400
Received: from TELIASMTPGW.mailcore.net (unknown [10.1.0.58])
 by SMTPOUT01.DKA.mailcore.net (Postfix) with ESMTP id 6677BE01EE;
 Sun, 21 Apr 2024 15:45:51 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=inet.fi; s=mailcore;
 t=1713707151; bh=QJ/MkxaR2runx+9zzfIEj8knYPta9ViBERNsDB4fIrM=;
 h=From:To:Cc:Subject:In-Reply-To:References:Date:From;
 b=AaoROFXerRA1KGCCIl4QGoHXsXxWwD4X8Iz9epilxkKnBmpwlAe6cSwtp+aeSwAKe
 UklDR4T99dqGnBeiUlzONQQsyfG2mHhUrGy+RRqWCvXvbwzJv+8BxCk35293vByBZ+
 EcKB/O1yZ3B+sSZhvQ8wNw/gcSjG6rl5sYjuyAIB2/YzvOg8Bx7im+SsZ1oNneVF3m
 dOqmw3FUkG7RBvt6J3jsLmD14CGpmEQ3jM9dTE6M3sV/T9Sv6In2FfaSACCaQg+FEG
 V1CZtPY9BSo8cBT8qLNY9ADSn1X5Y8S7KVkxXqeEsHOb1s5aI+CC44vNIhqBWwQlo2
 f/y5UAobqfDag==
Received: from quad (mobile-user-c1d2e7-8.dhcp.inet.fi [193.210.231.8])
 by TELIASMTPGW.mailcore.net (Postfix) with ESMTPSA id 3E6D121260;
 Sun, 21 Apr 2024 15:45:50 +0200 (CEST)
From: andrei.elkin@HIDDEN
To: Eli Zaretskii <eliz@HIDDEN>
Subject: Re: bug#70495: 29.3.50;
 M-x lsp leads to assertion failed: pdl->kind == SPECPDL_BACKTRACE
In-Reply-To: <86r0ey7tcw.fsf@HIDDEN> (Eli Zaretskii's message of "Sun, 21 Apr
 2024 16:11:59 +0300")
Organization: Home sweet home
References: <87zftnaw9a.fsf@quad> <86v84b6l8x.fsf@HIDDEN>
 <86sezf6jcc.fsf@HIDDEN> <86r0ey7tcw.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)
Date: Sun, 21 Apr 2024 16:43:34 +0300
Message-ID: <87ttjubzll.fsf@quad>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 70495
Cc: 70495 <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 (-)

That's awesome Eli!

>> Cc: 70495 <at> debbugs.gnu.org
>> Date: Sun, 21 Apr 2024 14:33:39 +0300
>> From: Eli Zaretskii <eliz@HIDDEN>
>> 
>> > Cc: 70495 <at> debbugs.gnu.org
>> > Date: Sun, 21 Apr 2024 13:52:30 +0300
>> > From: Eli Zaretskii <eliz@HIDDEN>
>> > 
>> > Sorry, I cannot afford installing lsp-mode and lsp-ui (which in this
>> > case will need to also install clang for the LSP server, right?), and
>> > I don't know how to use it anyway.  So I need you to tell me what's in
>> > the buffer at that position when this happens: how does
>> > lsp-mode/lsp-ui set the line-prefix or wrap-prefix, etc.  If you can
>> > come up with a Lisp recipe that doesn't need lsp-* to be installed and
>> > still reproduces the problem, this would be the best, as I could debug
>> > this on my machine.
>> 
>> Never mind, I've succeeded in reproducing this on my system.  No lsp-*
>> packages are needed at all, it's very simple to reproduce.
>> 
>> Stay tuned.
>
> FTR: to reproduce the problem, it's enough to evaluate this in "emacs -Q":
>
>   (setq line-prefix '(space :width 1))
>
> I guess no one tried to do this since Emacs 29 was released...
>
> Anyway, should be fixed now on the emacs-29 branch.

Thank you!

Andrei

PS. I'll reconsider -O3 - was not aware of its fragility.







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

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


Received: (at 70495) by debbugs.gnu.org; 21 Apr 2024 13:12:29 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 21 09:12:29 2024
Received: from localhost ([127.0.0.1]:42883 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ryWzc-0000Q0-OX
	for submit <at> debbugs.gnu.org; Sun, 21 Apr 2024 09:12:29 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:46452)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1ryWzY-0000Ov-Mz
 for 70495 <at> debbugs.gnu.org; Sun, 21 Apr 2024 09:12:27 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1ryWzD-0005ss-C1; Sun, 21 Apr 2024 09:12:03 -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=vUARH4z0lPCO9O/BHh74Vkovq9QPAvRsTk4BQqLEofc=; b=dESXrQbQesZF
 2Gf9DxlWhzbNhaCLiTjA7gPne0vFohJBhLYvPKxgWeNuJRp4SufZZHANWZqbB124YkwcnSqMSRjLW
 ghxm4JLPHDiohknTzoKpo4FHzZw5IZxl5V64Fpm1YKFRZbZwmA4ASCfoaOBDk/m48Vz4PmfttSyDh
 Hnsgs7MUJTTmhn+FJG302FKKWvASigwS3nJAvTHzoZfcYL5uELLdqqZ6nYX7yHl9EjNuDVq4xiTk2
 3x0pxvDAMPSgxzKkCNDlSK/BkUMRtjVXb5Wy7UEJqJcZtQPjrJNKs5R0xdbslTVz77qVqqRRKQvYW
 vLBY+8FRrLZqHNht4kX4Cg==;
Date: Sun, 21 Apr 2024 16:11:59 +0300
Message-Id: <86r0ey7tcw.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: andrei.elkin@HIDDEN
In-Reply-To: <86sezf6jcc.fsf@HIDDEN> (message from Eli Zaretskii on Sun, 21
 Apr 2024 14:33:39 +0300)
Subject: Re: bug#70495: 29.3.50;
 M-x lsp leads to assertion failed: pdl->kind == SPECPDL_BACKTRACE
References: <87zftnaw9a.fsf@quad> <86v84b6l8x.fsf@HIDDEN>
 <86sezf6jcc.fsf@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 70495
Cc: 70495 <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 (---)

> Cc: 70495 <at> debbugs.gnu.org
> Date: Sun, 21 Apr 2024 14:33:39 +0300
> From: Eli Zaretskii <eliz@HIDDEN>
> 
> > Cc: 70495 <at> debbugs.gnu.org
> > Date: Sun, 21 Apr 2024 13:52:30 +0300
> > From: Eli Zaretskii <eliz@HIDDEN>
> > 
> > Sorry, I cannot afford installing lsp-mode and lsp-ui (which in this
> > case will need to also install clang for the LSP server, right?), and
> > I don't know how to use it anyway.  So I need you to tell me what's in
> > the buffer at that position when this happens: how does
> > lsp-mode/lsp-ui set the line-prefix or wrap-prefix, etc.  If you can
> > come up with a Lisp recipe that doesn't need lsp-* to be installed and
> > still reproduces the problem, this would be the best, as I could debug
> > this on my machine.
> 
> Never mind, I've succeeded in reproducing this on my system.  No lsp-*
> packages are needed at all, it's very simple to reproduce.
> 
> Stay tuned.

FTR: to reproduce the problem, it's enough to evaluate this in "emacs -Q":

  (setq line-prefix '(space :width 1))

I guess no one tried to do this since Emacs 29 was released...

Anyway, should be fixed now on the emacs-29 branch.




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

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


Received: (at 70495) by debbugs.gnu.org; 21 Apr 2024 11:34:10 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 21 07:34:10 2024
Received: from localhost ([127.0.0.1]:42479 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ryVSU-0005Qj-BG
	for submit <at> debbugs.gnu.org; Sun, 21 Apr 2024 07:34:10 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:42296)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1ryVSQ-0005P9-BZ
 for 70495 <at> debbugs.gnu.org; Sun, 21 Apr 2024 07:34:08 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1ryVS5-0004Ul-1m; Sun, 21 Apr 2024 07:33: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=HAXhYGoRfCcLi39uBseAwwIpHCidrG6oFI6CnxkTpCg=; b=n5UPzt4lj8zt
 l84jpze5UwLQWfc9ZsuhBtKZS6nTcRqeyHY70jBv5PSkGsz1WzqhSIdiOh+fPR2GN99S4UOCLS9Cz
 hB3OZZefBD7eybCqLKZmJYcvL72HJe5NjW7xKdpfW5lmc3LzJRb18PJj0/K/DCOMv+hrfeUV1kAr/
 2LSFGAzmL5zdvN5ebly/HVRXVh9Yq3mqm2fdp5sBJfCZQdBUuU7bhA5VBg9sEVtQE8ilp93+z2vap
 ZlbGE3O4sWwfzKg+HR4JO9g1kCG/ZxCA9cybUAjZRw3a/lX9ePshlBgPbgz9B4nJzkrRvn30NKdI7
 1cNuTKxyV/CVvPyKGSSNsw==;
Date: Sun, 21 Apr 2024 14:33:39 +0300
Message-Id: <86sezf6jcc.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: andrei.elkin@HIDDEN
In-Reply-To: <86v84b6l8x.fsf@HIDDEN> (message from Eli Zaretskii on Sun, 21
 Apr 2024 13:52:30 +0300)
Subject: Re: bug#70495: 29.3.50;
 M-x lsp leads to assertion failed: pdl->kind == SPECPDL_BACKTRACE
References: <87zftnaw9a.fsf@quad> <86v84b6l8x.fsf@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 70495
Cc: 70495 <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 (---)

> Cc: 70495 <at> debbugs.gnu.org
> Date: Sun, 21 Apr 2024 13:52:30 +0300
> From: Eli Zaretskii <eliz@HIDDEN>
> 
> Sorry, I cannot afford installing lsp-mode and lsp-ui (which in this
> case will need to also install clang for the LSP server, right?), and
> I don't know how to use it anyway.  So I need you to tell me what's in
> the buffer at that position when this happens: how does
> lsp-mode/lsp-ui set the line-prefix or wrap-prefix, etc.  If you can
> come up with a Lisp recipe that doesn't need lsp-* to be installed and
> still reproduces the problem, this would be the best, as I could debug
> this on my machine.

Never mind, I've succeeded in reproducing this on my system.  No lsp-*
packages are needed at all, it's very simple to reproduce.

Stay tuned.




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

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


Received: (at 70495) by debbugs.gnu.org; 21 Apr 2024 10:53:00 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 21 06:53:00 2024
Received: from localhost ([127.0.0.1]:42312 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ryUod-0006Jd-Ij
	for submit <at> debbugs.gnu.org; Sun, 21 Apr 2024 06:53:00 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:37130)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1ryUoa-0006IH-8u
 for 70495 <at> debbugs.gnu.org; Sun, 21 Apr 2024 06:52:58 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1ryUoE-0005Wl-Et; Sun, 21 Apr 2024 06:52:34 -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=dZmtsf/4sy4gcHSdeXpdH+EcxVp/4+lv+RGfS3s17/Y=; b=PGVbeVk96nQ5
 G1cWtxg7//LLQZFCBftNUkP2J1Ir1fzUgUbRh0+sDsISC1SVgPwijtduYcsvuz6C0zYxoeFSZCA2T
 T44aScyDQJaT9th2S0kY/uGNVyzZnAzdeNjzHjoJaWsKF2w8ACWwOhEd/84G2lcu3zHt7v8vvL9TL
 Hy4U58Ugd2vjApeMdwQrpSJbUxBZ0O5+v9XZxg/2ezI/Fsd5Fr1sCMM4pemkZkUwGeGVHn8GeHOnQ
 VHoZ1hRN1l2gfFpTVpHdv8DJY8gldHcFS62VunDF8Boit55v9w+79d79tr1ANuuveU5F1YFUWeCEv
 Gqurw5ppAhv9Jw93XW/SOw==;
Date: Sun, 21 Apr 2024 13:52:30 +0300
Message-Id: <86v84b6l8x.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: andrei.elkin@HIDDEN
In-Reply-To: <87zftnaw9a.fsf@quad> (bug-gnu-emacs@HIDDEN)
Subject: Re: bug#70495: 29.3.50;
 M-x lsp leads to assertion failed: pdl->kind == SPECPDL_BACKTRACE
References: <87zftnaw9a.fsf@quad>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 70495
Cc: 70495 <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 (---)

> Date: Sun, 21 Apr 2024 12:41:05 +0300
> From: andrei.elkin--- via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN>
> 
> How to reproduce
> ================
> 
> 0. Have lsp-mode and lsp-ui installed with up-to-now (21.4.2024 12.23.26 +0300)
>    versions
> 
>    lsp-mode-20240317.1845
>    lsp-ui-20240421.24
> 
> 1  Open a c++ file (compile_commands.json is not needed)
> 2. do a few lsp commands like M-. to end up with
> 
> xdisp.c:23978: Emacs fatal error: assertion failed: it->method == GET_FROM_BUFFER || it->method == GET_FROM_DISPLAY_VECTOR || it->method == GET_FROM_STRING || it->method == GET_FROM_IMAGE
> Fatal error 6: Aborted

Sorry, I cannot afford installing lsp-mode and lsp-ui (which in this
case will need to also install clang for the LSP server, right?), and
I don't know how to use it anyway.  So I need you to tell me what's in
the buffer at that position when this happens: how does
lsp-mode/lsp-ui set the line-prefix or wrap-prefix, etc.  If you can
come up with a Lisp recipe that doesn't need lsp-* to be installed and
still reproduces the problem, this would be the best, as I could debug
this on my machine.

Alternatively, give me an ssh login on your machine and give
instructions for reproducing the problem (hopefully, it can be
reproduced in a -nw session, i.e. without GUI frames), so I could look
around and see what went wrong.

As the minimum meaningful data for now, please type these GDB commands
and tell what they produce:

  (gdb) frame 11
  (gdb) print it->method
  (gdb) print it->sp

> #11 0x000055555559cd88 in push_prefix_prop (prop=Python Exception <class 'gdb.error'> value has been optimized out: 
> , it=0x7fffffff6c60) at xdisp.c:23978

I don't understand the above call-stack frame: it lists the arguments
of push_prefix_prop in reverse order.  The source code is this:

  static bool
  push_prefix_prop (struct it *it, Lisp_Object prop)

so it's first 'it', then 'prop', whereas the backtrace above shows
them in reverse order.  It could be the problem with your optimized
build, so please see if the problem can be reproduced in an
unoptimized build (with the -O0 compiler switch), and post the
backtrace from that build if it also aborts.

Also, start GDB from a directory other than the Emacs 'src' directory,
because it looks like the Python commands in src/.gdbinit cause
trouble to your installation of GDB.

> Configured using:
>  'configure --with-x-toolkit=gtk --with-json
>  --enable-checking=yes,glyphs --enable-check-lisp-object-type
>  'CFLAGS=-ggdb3 -O3' LDFLAGS=-ggdb3 'CXXFLAGS=-ggdb3 -O3''

Building Emacs with -O3 optimization switch is not a good idea:
depending on your GCC version, this could produce invalid code due to
all kinds of aggressive optimizations by GCC.  So I'd be interested to
know whether this abort happens with -O0 and -O2 optimization switches
instead.

(And if you do need to use -O3 for some reason, why on earth are you
also using --enable-checking=yes,glyphs --enable-check-lisp-object-type,
which add all kinds of run-time checks to Emacs, and are intended to
be used by the Emacs developers when debugging Emacs?)

What version of GCC are you using to build Emacs, btw?

Thanks.




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

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


Received: (at submit) by debbugs.gnu.org; 21 Apr 2024 09:44:59 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 21 05:44:59 2024
Received: from localhost ([127.0.0.1]:41930 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ryTkp-0006dw-59
	for submit <at> debbugs.gnu.org; Sun, 21 Apr 2024 05:44:59 -0400
Received: from lists.gnu.org ([2001:470:142::17]:40898)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <andrei.elkin@HIDDEN>) id 1ryTjs-0006RZ-Af
 for submit <at> debbugs.gnu.org; Sun, 21 Apr 2024 05:44:00 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <andrei.elkin@HIDDEN>)
 id 1ryTjX-00053n-Fh
 for bug-gnu-emacs@HIDDEN; Sun, 21 Apr 2024 05:43:39 -0400
Received: from smtpout07.dka.mailcore.net ([194.19.134.7])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <andrei.elkin@HIDDEN>)
 id 1ryTjR-0002gB-88
 for bug-gnu-emacs@HIDDEN; Sun, 21 Apr 2024 05:43:39 -0400
Received: from TELIASMTPGW.mailcore.net (unknown [10.1.0.58])
 by SMTPOUT01.DKA.mailcore.net (Postfix) with ESMTP id E48FFE00D6
 for <bug-gnu-emacs@HIDDEN>; Sun, 21 Apr 2024 11:43:27 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=inet.fi; s=mailcore;
 t=1713692607; bh=77/GXkImNbce3tBuAR40CtyCLJs0iOoqKURMIKox/hE=;
 h=From:To:Subject:Date:From;
 b=faVSE1J4XJ2gh/p655ARCsniFIg41eUmaHq8IreQrH7dt3z5jqGvNAw21B8J7DpNw
 VrsZM3yJzIq5gQidgMV0/MpPS13uE947wGq3ARHxAsomDPaiPuW13gwWNguEqkLLiP
 VmbDyUCW57AyeQqcRddl7SnIBRHoltlQVxyfinB13mbqcVziZAxqG1mn3MZs2MT7tu
 /qldpm6e7YWP6OCgJ5yGJOKK/Pp5lNo2P1J6Kgdzbp0tkSI+OGLVwz75VX0CQFsbqy
 3nfB+XGAGUbYrTuBU8Raj9WvVvjn0CWstMvJNx94m63M8gT2rxqUk714cyb3+gCgRc
 LkCmkH4lh1sPw==
Received: from quad (mobile-user-c1d2e7-8.dhcp.inet.fi [193.210.231.8])
 by TELIASMTPGW.mailcore.net (Postfix) with ESMTPSA id 5582A200CB
 for <bug-gnu-emacs@HIDDEN>; Sun, 21 Apr 2024 11:43:23 +0200 (CEST)
From: andrei.elkin@HIDDEN
To: bug-gnu-emacs@HIDDEN
Subject: 29.3.50;
 M-x lsp leads to assertion failed: pdl->kind == SPECPDL_BACKTRACE
Organization: Home sweet home
Date: Sun, 21 Apr 2024 12:41:05 +0300
Message-ID: <87zftnaw9a.fsf@quad>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=194.19.134.7;
 envelope-from=andrei.elkin@HIDDEN; helo=SMTPOUT07.DKA.mailcore.net
X-Spam_score_int: 9
X-Spam_score: 0.9
X-Spam_bar: /
X-Spam_report: (0.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
 DKIM_VALID_EF=-0.1, FILL_THIS_FORM=0.001, FILL_THIS_FORM_LOAN=2.88,
 SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no
X-Spam_action: no action
X-Debbugs-Envelope-To: submit
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>

How to reproduce
================

0. Have lsp-mode and lsp-ui installed with up-to-now (21.4.2024 12.23.26 +0300)
   versions

   lsp-mode-20240317.1845
   lsp-ui-20240421.24

1  Open a c++ file (compile_commands.json is not needed)
2. do a few lsp commands like M-. to end up with

xdisp.c:23978: Emacs fatal error: assertion failed: it->method == GET_FROM_BUFFER || it->method == GET_FROM_DISPLAY_VECTOR || it->method == GET_FROM_STRING || it->method == GET_FROM_IMAGE
Fatal error 6: Aborted

EOF


bt full and xbacktrace
======================

Thread 1 "emacs" hit Breakpoint 1, terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:426
./media/local_17/src/emacs/git/WTs/emacs-29/src/emacs.c:426:13380:beg:0x5555555ab9d7
The program being debugged stopped while in a function called from GDB.
Evaluation of the expression containing the function
(backtrace_function) will be abandoned.
When the function is done executing, GDB will silently stop.
#0  terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:426
#1  0x00005555555b383f in die (msg=msg@entry=0x55555591e250 "pdl->kind == SPECPDL_BACKTRACE", file=file@entry=0x55555591dde0 "eval.c", line=line@entry=122) at alloc.c:7707
#2  0x00005555555b8931 in backtrace_function (pdl=<optimized out>) at eval.c:122
#3  0x00007ffffffef2ef in <function called from gdb> ()
#4  terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:426
#5  0x00005555555b383f in die (msg=msg@entry=0x55555591e250 "pdl->kind == SPECPDL_BACKTRACE", file=file@entry=0x55555591dde0 "eval.c", line=line@entry=122) at alloc.c:7707
#6  0x00005555555b8931 in backtrace_function (pdl=<optimized out>) at eval.c:122
#7  0x00007ffffffef3af in <function called from gdb> ()
#8  raise (sig=sig@entry=6) at raise.c:51
        set = {
          __val = {402653184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 268435456, 42960, 93824995657200, 93824994483520, 18446744067266838271}
        }
        pid = <optimized out>
        tid = <optimized out>
#9  0x00005555555aba95 in terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=-68264, backtrace_limit@entry=2147483647) at emacs.c:464
#10 0x00005555555b383f in die (msg=msg@entry=0x5555558fb400 "it->method == GET_FROM_BUFFER || it->method == GET_FROM_DISPLAY_VECTOR || it->method == GET_FROM_STRING || it->method == GET_FROM_IMAGE", file=file@entry=0x5555558f9718 "xdisp.c", line=line@entry=23978) at alloc.c:7707
#11 0x000055555559cd88 in push_prefix_prop (prop=Python Exception <class 'gdb.error'> value has been optimized out: 
, it=0x7fffffff6c60) at xdisp.c:23978
        pos = {
          charpos = 1,
          bytepos = 1
        }
#12 handle_line_prefix (it=0x7fffffff6c60) at xdisp.c:24106
#13 0x0000555555615be9 in move_it_in_display_line_to (it=0x7fffffff6c60, to_charpos=224, to_x=-1, op=MOVE_TO_POS) at xdisp.c:9783
        result = MOVE_UNDEFINED
        saved_glyph_row = 0x555558dc8970
        wrap_it = {
          window = make_fixnum(1001),
          w = 0x5555558a0ce3 <Fnext_property_change+227>,
          f = 0x0,
          method = 4002,
          stop_charpos = 4006,
          prev_stop = 1001,
          base_level_stop = 0,
          end_charpos = 24000,
          medium_narrowing_begv = 1001,
          medium_narrowing_zv = 4006,
          large_narrowing_begv = 4006,
          large_narrowing_zv = 93824995704841,
          s = 0x0,
          string_nchars = 320,
          multibyte_p = true,
          tab_line_p = true,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = false,
          ellipsis_p = false,
          avoid_cursor_p = false,
          dp = 0x0,
          dpvec = 0x0,
          dpend = 0x0,
          dpvec_char_len = 1459480109,
          dpvec_face_id = 21845,
          saved_face_id = 1001,
          ctl_chars = {make_fixnum(754), make_fixnum(1001), make_fixnum(188), XIL(0x5555556124b3), XIL(0x7fffffff8a28), XIL(0x1), XIL(0x7fffffff8af0), XIL(0x100000001), XIL(0x1), XIL(0), XIL(0x3e9), make_fixnum(188), XIL(0x3e9), XIL(0xcdab7ecd2f3da700), XIL(0), make_fixnum(188)},
          start = {
            pos = {
              charpos = 140737488327416,
              bytepos = 754
            },
            overlay_string_index = 754,
            string_pos = {
              charpos = 140737488325352,
              bytepos = 140737488325360
            },
            dpvec_index = 1433126972
          },
          current = {
            pos = {
              charpos = 17,
              bytepos = 93825020061224
            },
            overlay_string_index = 4294967298,
            string_pos = {
              charpos = 1001,
              bytepos = 140737488325192
            },
            dpvec_index = -30144
          },
          n_overlay_strings = 754,
          overlay_strings_charpos = 93825055149024,
          overlay_strings = {XIL(0x1ffff8de8), XIL(0xcdab7ecd2f3da700), XIL(0), XIL(0x7fffffff8a28), XIL(0), XIL(0x3d0), XIL(0), XIL(0xcdab7ecd2f3da700), XIL(0x3d0), XIL(0x7fffffff8a58), XIL(0), XIL(0x5d), XIL(0), XIL(0), XIL(0x5d), XIL(0x5555556bd28c)},
          string_overlays = {XIL(0x1), XIL(0x7fffffff8a78), XIL(0x7fffffff8a58), XIL(0x5555556bd2a1), XIL(0x555558e31005), XIL(0), XIL(0x5dc0), XIL(0x5555558985f0), make_fixnum(60), XIL(0x5555558b5e7d), XIL(0), XIL(0xf3), XIL(0xf3), XIL(0xcdab7ecd2f3da700), make_fixnum(243), XIL(0x7fffffff8a58)},
          string = XIL(0),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 16,
              stop_charpos = 93824993712800,
              prev_stop = 140737488288256,
              base_level_stop = 93184,
              cmp_it = {
                stop_pos = 140737488288256,
                id = 140737488288328,
                ch = 1491275781,
                rule_idx = 93824995690166,
                lookback = 93825052867587,
                nglyphs = 1434503435,
                reversed_p = 85,
                parent_it = 0x555558e31005,
                charpos = 93824995153609,
                nchars = 1006,
                nbytes = 0,
                from = 1435197053,
                to = 21845,
                width = 1492286467
              },
              face_id = 746,
              u = {
                image = {
                  object = XIL(0x555558e31005),
                  slice = {
                    x = XIL(0x7ffffffefaa8),
                    y = XIL(0x555558e31005),
                    width = make_fixnum(23456248922541),
                    height = XIL(0x5dc0)
                  },
                  image_id = 747
                },
                stretch = {
                  object = XIL(0x555558e31005)
                },
                xwidget = {
                  object = XIL(0x555558e31005)
                }
              },
              position = {
                charpos = 93825051856901,
                bytepos = 746
              },
              current = {
                pos = {
                  charpos = 24000,
                  bytepos = 93824995657200
                },
                overlay_string_index = 745,
                string_pos = {
                  charpos = 93824995778173,
                  bytepos = 0
                },
                dpvec_index = 746
              },
              from_overlay = make_fixnum(186),
              area = -66768,
              method = 32767,
              paragraph_embedding = (R2L | unknown: 0xba8),
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (WORD_WRAP | unknown: 0x558b76c0),
              voffset = 21845,
              space_width = XIL(0x555558e31005),
              font_height = XIL(0x16c00)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 93825053655520,
              stop_charpos = -9223372036854775808,
              prev_stop = 140737488288560,
              base_level_stop = 93184,
              cmp_it = {
                stop_pos = 140737488288560,
                id = 140737488288632,
                ch = 1491275781,
                rule_idx = 93824995690166,
                lookback = 93825052867587,
                nglyphs = 1434503435,
                reversed_p = 85,
                parent_it = 0x555558e31005,
                charpos = 93825005025056,
                nchars = 3014,
                nbytes = 0,
                from = 1434514948,
                to = 21845,
                width = 1486424336
              },
              face_id = 1490412944,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = make_fixnum(753),
                    y = make_fixnum(746),
                    width = XIL(0x5555558a0d35),
                    height = make_fixnum(753)
                  },
                  image_id = 2986
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 2986,
                bytepos = 753
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 24000
                },
                overlay_string_index = 753,
                string_pos = {
                  charpos = 3014,
                  bytepos = 3014
                },
                dpvec_index = 1435123721
              },
              from_overlay = XIL(0),
              area = 864,
              method = GET_FROM_BUFFER,
              paragraph_embedding = (L2R | R2L),
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0x55555701f545),
              string_nchars = 753,
              end_charpos = 2014,
              stop_charpos = 3014,
              prev_stop = 503,
              base_level_stop = 93824993010867,
              cmp_it = {
                stop_pos = 140737488329768,
                id = 1,
                ch = -25360,
                rule_idx = 4294967297,
                lookback = 1,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x2f1,
                charpos = 503,
                nchars = 1444346312,
                nbytes = 21845,
                from = 792569600,
                to = -844398899,
                width = 11
              },
              face_id = 503,
              u = {
                image = {
                  object = XIL(0x7fffffffa4f8),
                  slice = {
                    x = XIL(0x1f7),
                    y = XIL(0x1f7),
                    width = XIL(0x7fffffff9ce8),
                    height = XIL(0x7fffffff9cf0)
                  },
                  image_id = 93824993708092
                },
                stretch = {
                  object = XIL(0x7fffffffa4f8)
                },
                xwidget = {
                  object = XIL(0x7fffffffa4f8)
                }
              },
              position = {
                charpos = 140737488329768,
                bytepos = 93825020327232
              },
              current = {
                pos = {
                  charpos = 4294967296,
                  bytepos = 93184
                },
                overlay_string_index = 140737488329800,
                string_pos = {
                  charpos = 140737488329792,
                  bytepos = 503
                },
                dpvec_index = 503
              },
              from_overlay = XIL(0x3a0),
              area = 792569600,
              method = 3450568397,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (unknown: 0xffff9c28),
              voffset = 32767,
              space_width = XIL(0),
              font_height = XIL(0x21f)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 543,
              stop_charpos = 93824993710732,
              prev_stop = 1,
              base_level_stop = 140737488329800,
              cmp_it = {
                stop_pos = 140737488329768,
                id = 93824993710753,
                ch = 93183,
                rule_idx = 0,
                lookback = 93184,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 93824995084555,
                nchars = 1492065264,
                nbytes = 21845,
                from = 1434572489,
                to = 21845,
                width = 0
              },
              face_id = 792569600,
              u = {
                image = {
                  object = XIL(0x2aaa91c488c0),
                  slice = {
                    x = XIL(0x7fffffff9c28),
                    y = XIL(0x16c00),
                    width = XIL(0),
                    height = make_fixnum(135)
                  },
                  image_id = 1
                },
                stretch = {
                  object = XIL(0x2aaa91c488c0)
                },
                xwidget = {
                  object = XIL(0x2aaa91c488c0)
                }
              },
              position = {
                charpos = -1,
                bytepos = 93824993712800
              },
              current = {
                pos = {
                  charpos = 4611686019484352512,
                  bytepos = 93824995197029
                },
                overlay_string_index = 28032,
                string_pos = {
                  charpos = 93825005053088,
                  bytepos = 46912078383296
                },
                dpvec_index = 1444443936
              },
              from_overlay = XIL(0x2aaa91c488c0),
              area = 1434625164,
              method = 21845,
              paragraph_embedding = L2R,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (WINDOW_WRAP | unknown: 0x91c488c0),
              voffset = 10922,
              space_width = XIL(0x30000000b),
              font_height = XIL(0x555555827b1c)
            }, {
              string = XIL(0x2aaa91c488c0),
              string_nchars = 1459747152,
              end_charpos = 46912078383296,
              stop_charpos = 93824993785787,
              prev_stop = 93825020327232,
              base_level_stop = 93825018868552,
              cmp_it = {
                stop_pos = 93825018868549,
                id = 93824993792121,
                ch = 0,
                rule_idx = 93824993812557,
                lookback = 46912078383296,
                nglyphs = 1444443936,
                reversed_p = 85,
                parent_it = 0x7ffffffeff30,
                charpos = 140737488289552,
                nchars = 1459745520,
                nbytes = 21845,
                from = 1444443905,
                to = 0,
                width = 1459746112
              },
              face_id = 20,
              u = {
                image = {
                  object = XIL(0x7ffffffeff30),
                  slice = {
                    x = make_fixnum(23456248451902),
                    y = XIL(0x1),
                    width = XIL(0x1),
                    height = XIL(0x7fffffff05e0)
                  },
                  image_id = 93825053727424
                },
                stretch = {
                  object = XIL(0x7ffffffeff30)
                },
                xwidget = {
                  object = XIL(0x7ffffffeff30)
                }
              },
              position = {
                charpos = 46912078383296,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 140737488290256,
                  bytepos = 555
                },
                overlay_string_index = 27984,
                string_pos = {
                  charpos = 69360,
                  bytepos = 69360
                },
                dpvec_index = 69360
              },
              from_overlay = XIL(0x10ef0),
              area = 69360,
              method = GET_FROM_BUFFER,
              paragraph_embedding = (unknown: 0x10ef0),
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (unknown: 0x10ef0),
              voffset = 0,
              space_width = XIL(0x10ef0),
              font_height = XIL(0x10ef0)
            }},
          sp = -404944996,
          selective = 69360,
          what = 69360,
          face_id = 0,
          selective_display_ellipsis_p = false,
          ctl_arrow_p = false,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = true,
          overlay_strings_at_end_processed_p = true,
          ignore_overlay_strings_at_pos_p = true,
          glyph_not_available_p = true,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = true,
          constrain_row_ascent_descent_p = true,
          line_number_produced_p = true,
          line_wrap = TRUNCATE,
          base_face_id = 69360,
          c = 0,
          len = 69360,
          cmp_it = {
            stop_pos = 69360,
            id = 69360,
            ch = 69360,
            rule_idx = 48,
            lookback = 0,
            nglyphs = 792569600,
            reversed_p = 205,
            parent_it = 0x555556190a50 <lispsym+37680>,
            charpos = 5,
            nchars = 0,
            nbytes = 0,
            from = -1849390912,
            to = 10922,
            width = 1444447632
          },
          char_to_display = 1459745520,
          glyphless_method = 21845,
          image_id = 140737488290256,
          xwidget = 0x5555556d4f44 <merge_face_ref+356>,
          slice = {
            x = XIL(0x7fffffff8a28),
            y = make_fixnum(86),
            width = XIL(0x55555701f540),
            height = XIL(0x7fffffff05e0)
          },
          space_width = XIL(0x55555701f2f0),
          voffset = 464,
          tab_width = -1,
          font_height = XIL(0x3e7),
          object = XIL(0x55555581d6c9),
          position = {
            charpos = 41,
            bytepos = 93825005053088
          },
          truncation_pixel_width = -25504,
          continuation_pixel_width = 737,
          first_visible_x = 0,
          last_visible_x = 1434563611,
          last_visible_y = 21845,
          extra_line_spacing = 23,
          max_extra_line_spacing = 0,
          override_ascent = 1444471968,
          override_descent = 21845,
          override_boff = 0,
          glyph_row = 0x55555581b41b <make_lisp_symbol+59>,
          area = 48340064,
          nglyphs = 0,
          pixel_width = 3,
          ascent = 0,
          descent = 1056964608,
          max_ascent = 1073741824,
          max_descent = 1434615909,
          phys_ascent = 21845,
          phys_descent = 28032,
          max_phys_ascent = 0,
          max_phys_descent = 1444471968,
          current_x = 21845,
          continuation_lines_width = 48340064,
          eol_pos = {
            charpos = 93825005025056,
            bytepos = 48340064
          },
          current_y = 1434625164,
          first_vpos = 21845,
          vpos = 1,
          hpos = 0,
          lnum = 48340066,
          lnum_bytepos = 12884901888,
          lnum_width = 792569600,
          lnum_pixel_width = -844398899,
          pt_lnum = 48340064,
          stretch_adjust = -65040,
          left_user_fringe_bitmap = 32767,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 984544,
          right_user_fringe_face_id = 32767,
          bidi_p = false,
          bidi_it = {
            bytepos = 93825020327232,
            charpos = 0,
            ch = 1459745520,
            nchars = 140737488290256,
            ch_len = 93824993812729,
            type = UNKNOWN_BT,
            type_after_wn = UNKNOWN_BT,
            orig_type = 1433231437,
            resolved_level = 85 'U',
            isolate_level = 85 'U',
            invalid_levels = 48340064,
            invalid_isolates = 93825005025056,
            prev = {
              charpos = 140737488290288,
              type = 4294902224,
              orig_type = 32767
            },
            last_strong = {
              charpos = 93825020326640,
              type = 1444443905,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = 93825020327232,
              type = WEAK_NSM,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = 140737488290288,
              type = 1433226490,
              orig_type = 21845
            },
            next_for_ws = {
              charpos = 93825020061224,
              type = 1434371019,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = 140737488291296,
            bracket_enclosed_type = 1493146304,
            next_en_pos = 48340064,
            next_en_type = UNKNOWN_BT,
            sos = (L2R | unknown: 0x5554),
            scan_dir = 0,
            disp_pos = 93824993844431,
            disp_prop = 27984,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 93825009259520,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824993923565,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 92 '\\',
                flags = 232 '\350'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 6,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052646384,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 5,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 7,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825052646927,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994815189,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488325208,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993715342,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488290704,
                next_for_neutral_type = 7,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 77,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 98784247831,
                next_for_neutral_type = 7,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 76,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 76,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 76,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 44,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 242 '\362',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93824995164343,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052867587,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825050836131,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4611686018528051200,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 93824995668551,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294967296,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825007907328,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 68 'D',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737269174580,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 6,
                level = 129 '\201',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 140737268907068,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737266550922,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 2230,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488291384,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824995722096,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 140737322603176,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 115,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 55 '7',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825006938336,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737322608530,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488291651,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993718072,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488291488,
                next_for_neutral_type = 6,
                last_strong_type = 0,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488291608,
                next_for_neutral_type = 4,
                last_strong_type = 2,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993718764,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825004485992,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 4294967295,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 140737488291828,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995834213,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488291616,
                next_for_neutral_type = 6,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825051268144,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 23,
                next_for_neutral_type = 6,
                last_strong_type = 3,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993717890,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 218 '\332',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 185 '\271',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 93824992874016,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993718764,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 8,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 4294967295,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993019689,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 3,
                level = 96 '`',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 87 'W',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 17179869198,
                next_for_neutral_type = 4,
                last_strong_type = 5,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488355327,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 556,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 6,
                level = 80 'P',
                flags = 241 '\361'
              }, {
                next_for_neutral_pos = 140733193388040,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 282941047577456,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 2,
                level = 19 '\023',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 12,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 47244640256,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93823560581120,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93823560581120,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140733193388032,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140733193388032,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93823560581130,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 6,
                level = 146 '\222',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824996214177,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 146 '\222',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 11,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 4294967296,
                next_for_neutral_type = 2,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488293511,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140733193388032,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93823560581120,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 32,
                next_for_neutral_type = 3,
                last_strong_type = 5,
                prev_for_neutral_type = 3,
                level = 143 '\217',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 206158430248,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }},
            string = {
              lstring = XIL(0x7fffffff0fe0),
              s = 0x5555558ff0e9 "%ld",
              schars = 93824996214144,
              bufpos = 140737488293808,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x3b,
            paragraph_dir = (unknown: 0xffff0fc0),
            separator_limit = 140737241980832,
            first_elt = false,
            new_paragraph = true,
            frame_window_p = false
          },
          paragraph_embedding = NEUTRAL_DIR,
          min_width_property = XIL(0x555558d0a2d0),
          min_width_start = 1449188752
        }
        atpos_it = {
          window = XIL(0),
          w = 0x0,
          f = 0xffffffffffffffff,
          method = GET_FROM_BUFFER,
          stop_charpos = 140737488294128,
          prev_stop = 140733193388032,
          base_level_stop = 93823560581120,
          end_charpos = 93823560581120,
          medium_narrowing_begv = 140733193388032,
          medium_narrowing_zv = 140733193388032,
          large_narrowing_begv = 0,
          large_narrowing_zv = 140733193388032,
          s = 0x7fffffff0b90 "",
          string_nchars = 93823560581130,
          multibyte_p = false,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = true,
          ellipsis_p = false,
          avoid_cursor_p = true,
          dp = 0x0,
          dpvec = 0xd68,
          dpend = 0x5555559205a1,
          dpvec_char_len = 1435633025,
          dpvec_face_id = 21845,
          saved_face_id = 11,
          ctl_chars = {XIL(0xffffffffffffffff), XIL(0x100000000), make_fixnum(23455890145282), XIL(0x7fffffff1007), XIL(0x555500000000), XIL(0), XIL(0x1), XIL(0x7fff00000000), XIL(0), XIL(0x555500000000), XIL(0x7fffffff0c20), XIL(0x20), XIL(0x5555558ff0eb), XIL(0x3000000028), XIL(0x7fffffff1220), XIL(0x7fffffff1160)},
          start = {
            pos = {
              charpos = 93824996077801,
              bytepos = 11
            },
            overlay_string_index = 93825007907328,
            string_pos = {
              charpos = 4,
              bytepos = 140737488292932
            },
            dpvec_index = -219174945
          },
          current = {
            pos = {
              charpos = 140737241980832,
              bytepos = 93823560581120
            },
            overlay_string_index = 93823560581120,
            string_pos = {
              charpos = 284706,
              bytepos = 277956
            },
            dpvec_index = -62484
          },
          n_overlay_strings = 4294967389,
          overlay_strings_charpos = 4,
          overlay_strings = {XIL(0x58000004d0), XIL(0x3000000020), XIL(0x7fffffff1270), XIL(0x7fffffff11b0), XIL(0x555556447200), XIL(0x55555657e170), XIL(0x61), XIL(0x7fffffff0ee0), XIL(0x555556447200), XIL(0xcdab7ecd2f3da700), XIL(0x80004d103080058), XIL(0x61), XIL(0), XIL(0x7fffffff0ee0), XIL(0x555556447200), XIL(0)},
          string_overlays = {XIL(0x61), XIL(0x7ffff2eceab9), XIL(0x555556330800), XIL(0x800), XIL(0x800), XIL(0x1), XIL(0x555558577d80), XIL(0), XIL(0), make_fixnum(35184316629027), XIL(0), XIL(0x3000000028), XIL(0x7fffffff1380), XIL(0x3000000028), XIL(0x7fffffff1390), XIL(0x7fffffff12d0)},
          string = XIL(0x7fffffff1390),
          from_overlay = XIL(0x7fffffff12d0),
          stack = {{
              string = XIL(0),
              string_nchars = 1487322960,
              end_charpos = 93825009770136,
              stop_charpos = 0,
              prev_stop = 93825042709888,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = -3626665655190837504,
                ch = 0,
                rule_idx = 140737488319720,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 1,
                nchars = 1,
                nbytes = 0,
                from = 1433135996,
                to = 21845,
                width = 0
              },
              face_id = 1,
              u = {
                image = {
                  object = XIL(0x1),
                  slice = {
                    x = XIL(0x7fffffff0dc0),
                    y = XIL(0x17),
                    width = XIL(0),
                    height = XIL(0x7fffffff74e8)
                  },
                  image_id = 5
                },
                stretch = {
                  object = XIL(0x1)
                },
                xwidget = {
                  object = XIL(0x1)
                }
              },
              position = {
                charpos = 4,
                bytepos = 4
              },
              current = {
                pos = {
                  charpos = 91,
                  bytepos = 1
                },
                overlay_string_index = 1,
                string_pos = {
                  charpos = 98784247831,
                  bytepos = 23
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LAST_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = L2R,
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (WORD_WRAP | WINDOW_WRAP),
              voffset = 0,
              space_width = XIL(0x100000001),
              font_height = XIL(0xffffffffffffffff)
            }, {
              string = XIL(0),
              string_nchars = 3,
              end_charpos = 4294967297,
              stop_charpos = 1,
              prev_stop = 1,
              base_level_stop = -1,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 1,
                lookback = 5,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 3,
                nbytes = 0,
                from = 15,
                to = 0,
                width = 36
              },
              face_id = 24,
              u = {
                image = {
                  object = XIL(0x7fffffff0000),
                  slice = {
                    x = XIL(0),
                    y = XIL(0x5555fbad8001),
                    width = XIL(0x7fffffff11b0),
                    height = XIL(0x555556447200)
                  },
                  image_id = 93825006660048
                },
                stretch = {
                  object = XIL(0x7fffffff0000)
                },
                xwidget = {
                  object = XIL(0x7fffffff0000)
                }
              },
              position = {
                charpos = 93825007165120,
                bytepos = 93824995153609
              },
              current = {
                pos = {
                  charpos = 1049098,
                  bytepos = 93825050931923
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 93824995159579,
                  bytepos = 93825050931875
                },
                dpvec_index = 4
              },
              from_overlay = XIL(0),
              area = 6,
              method = GET_FROM_C_STRING,
              paragraph_embedding = (unknown: 0xffff74e8),
              multibyte_p = true,
              string_from_display_prop_p = true,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = true,
              avoid_cursor_p = true,
              bidi_p = true,
              from_disp_prop_p = true,
              line_wrap = (WINDOW_WRAP | unknown: 0x556be48c),
              voffset = 21845,
              space_width = XIL(0x555558d4f2c3),
              font_height = XIL(0x555558d4f2c3)
            }, {
              string = XIL(0x60),
              string_nchars = 6144,
              end_charpos = 0,
              stop_charpos = 93824995265037,
              prev_stop = 93825054171176,
              base_level_stop = 93825054171181,
              cmp_it = {
                stop_pos = 93825009935885,
                id = 140737488296400,
                ch = 1493590061,
                rule_idx = 93824995234555,
                lookback = 96,
                nglyphs = -58928,
                reversed_p = 255,
                parent_it = 0x2,
                charpos = 16,
                nchars = 8,
                nbytes = 0,
                from = 1,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0x8),
                  slice = {
                    x = XIL(0x3a0),
                    y = XIL(0x8),
                    width = XIL(0x10),
                    height = XIL(0)
                  },
                  image_id = 8
                },
                stretch = {
                  object = XIL(0x8)
                },
                xwidget = {
                  object = XIL(0x8)
                }
              },
              position = {
                charpos = 8,
                bytepos = 8
              },
              current = {
                pos = {
                  charpos = 8,
                  bytepos = 93825052739567
                },
                overlay_string_index = 928,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0x555558ef1bf0),
              area = 1492065264,
              method = 21845,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (WORD_WRAP | WINDOW_WRAP | unknown: 0x21c),
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0x55555616ee88)
            }, {
              string = XIL(0x1010000000000),
              string_nchars = 1492065807,
              end_charpos = 93825052739567,
              stop_charpos = 8,
              prev_stop = 93183,
              base_level_stop = 93825020327232,
              cmp_it = {
                stop_pos = 4294967296,
                id = 0,
                ch = 0,
                rule_idx = 93824995084555,
                lookback = 93825052646384,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = -3626665655190837504,
                nchars = 1492158447,
                nbytes = 21845,
                from = -25560,
                to = 32767,
                width = 0
              },
              face_id = 557,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0x22d),
                    width = XIL(0x5555556bd28c),
                    height = XIL(0x1)
                  },
                  image_id = 140737488329800
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 140737488329768,
                bytepos = 93824993710753
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 93824995096064
                },
                overlay_string_index = 93825052646384,
                string_pos = {
                  charpos = 93825026861008,
                  bytepos = 0
                },
                dpvec_index = 93183
              },
              from_overlay = XIL(0xb),
              area = 37680,
              method = GET_FROM_BUFFER,
              paragraph_embedding = (unknown: 0x30),
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (unknown: 0x2f3da700),
              voffset = 32461,
              space_width = XIL(0x555556190a50),
              font_height = XIL(0x7fffffff9c28)
            }, {
              string = XIL(0x16c00),
              string_nchars = 0,
              end_charpos = 556,
              stop_charpos = 1,
              prev_stop = -1,
              base_level_stop = 93824993712800,
              cmp_it = {
                stop_pos = 140737488329768,
                id = 4294967295,
                ch = 0,
                rule_idx = 0,
                lookback = 140737488327152,
                nglyphs = 1433146885,
                reversed_p = 85,
                parent_it = 0x21e,
                charpos = 542,
                nchars = 59,
                nbytes = 0,
                from = 1,
                to = 0,
                width = 1
              },
              face_id = 1,
              u = {
                image = {
                  object = XIL(0x17),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0x21d),
                    height = XIL(0x100000001)
                  },
                  image_id = 541
                },
                stretch = {
                  object = XIL(0x17)
                },
                xwidget = {
                  object = XIL(0x17)
                }
              },
              position = {
                charpos = 4294967297,
                bytepos = -1
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 541
                },
                overlay_string_index = 4294967297,
                string_pos = {
                  charpos = 520,
                  bytepos = 1
                },
                dpvec_index = -1
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = WORD_WRAP,
              voffset = 0,
              space_width = XIL(0x2f1),
              font_height = XIL(0)
            }},
          sp = 0,
          selective = 0,
          what = 69360,
          face_id = 0,
          selective_display_ellipsis_p = false,
          ctl_arrow_p = false,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = true,
          overlay_strings_at_end_processed_p = true,
          ignore_overlay_strings_at_pos_p = true,
          glyph_not_available_p = true,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = true,
          constrain_row_ascent_descent_p = true,
          line_number_produced_p = true,
          line_wrap = TRUNCATE,
          base_face_id = 69360,
          c = 0,
          len = 69360,
          cmp_it = {
            stop_pos = 35795760,
            id = -3626665655190837504,
            ch = -58928,
            rule_idx = 5,
            lookback = 0,
            nglyphs = -1848527600,
            reversed_p = 170,
            parent_it = 0x555556188590 <lispsym+3696>,
            charpos = 93825020326640,
            nchars = -60128,
            nbytes = 32767,
            from = 1433227076,
            to = 21845,
            width = 28032
          },
          char_to_display = 1444471968,
          glyphless_method = 21845,
          image_id = 93825020327232,
          xwidget = 0x7fffffff1930,
          slice = {
            x = XIL(0x55555701f2f0),
            y = XIL(0x7fffffff1520),
            width = XIL(0x10ef0),
            height = XIL(0x55555581d6c9)
          },
          space_width = XIL(0x300010ef0),
          voffset = -7008,
          tab_width = 22040,
          font_height = XIL(0x2aaa91d81598),
          object = XIL(0x55555581b41b),
          position = {
            charpos = 140737488296400,
            bytepos = 93825005053088
          },
          truncation_pixel_width = 0,
          continuation_pixel_width = 0,
          first_visible_x = 0,
          last_visible_x = 1434563611,
          last_visible_y = 21845,
          extra_line_spacing = -1848109672,
          max_extra_line_spacing = 10922,
          override_ascent = 3,
          override_descent = 0,
          override_boff = 1056964608,
          glyph_row = 0x555555828065 <plist_get+309>,
          area = 28032,
          nglyphs = 0,
          pixel_width = 1444471968,
          ascent = 21845,
          descent = -1848109672,
          max_ascent = 10922,
          max_descent = 1444443936,
          phys_ascent = 21845,
          phys_descent = -1848109672,
          max_phys_ascent = 10922,
          max_phys_descent = 1434625164,
          current_x = 21845,
          continuation_lines_width = 1494567904,
          eol_pos = {
            charpos = 46912079664538,
            bytepos = 17179808928
          },
          current_y = 1434614556,
          first_vpos = 21845,
          vpos = -1848109672,
          hpos = 10922,
          lnum = 93825020328272,
          lnum_bytepos = 46912079664536,
          lnum_width = 1433204667,
          lnum_pixel_width = 21845,
          pt_lnum = 93825020327232,
          stretch_adjust = 1448870912,
          left_user_fringe_bitmap = 21845,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 787453,
          right_user_fringe_face_id = 21845,
          bidi_p = false,
          bidi_it = {
            bytepos = 93824993792121,
            charpos = 0,
            ch = 1433231437,
            nchars = 46912079664536,
            ch_len = 93825005025056,
            type = 4294907200,
            type_after_wn = 32767,
            orig_type = 4294907168,
            resolved_level = -1 '\377',
            isolate_level = 127 '\177',
            invalid_levels = 93825020326640,
            invalid_isolates = 1444443905,
            prev = {
              charpos = 93825020327232,
              type = WEAK_NSM,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 140737488295232,
              type = 1433226490,
              orig_type = 21845
            },
            next_for_neutral = {
              charpos = 69360,
              type = 69360,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = 140737488296240,
              type = 1493146304,
              orig_type = 21845
            },
            next_for_ws = {
              charpos = 46912079664536,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = 0,
            bracket_enclosed_type = 69360,
            next_en_pos = 27984,
            next_en_type = 69360,
            sos = NEUTRAL_DIR,
            scan_dir = 69360,
            disp_pos = 69360,
            disp_prop = 69360,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737084690124,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 1,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 77,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 212 '\324',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 5,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 46912079664536,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 24 '\030',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 46912079664536,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93824993808196,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93184,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 140737488296240,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824995777711,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488295776,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995784151,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 546,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825053655520,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -9223372036854775808,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995784514,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488296240,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824992983532,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 2,
                level = 231 '\347',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 93824993838891,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 16384,
                next_for_neutral_type = 4,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488295824,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488295776,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 544,
                next_for_neutral_type = 2,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993785787,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 1,
                level = 75 'K',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 93824995153609,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 75 'K',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 242 '\362',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93824995164343,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052867587,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825050836131,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4611686018528051200,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 93824995668551,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294967296,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825007907328,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 68 'D',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737269174580,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 6,
                level = 129 '\201',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 140737268907068,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737266550922,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 2182,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 545,
                next_for_neutral_type = 5,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488296328,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824995722096,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 545,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 140737322603176,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 115,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 55 '7',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825006938336,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737322608530,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488296595,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737322266984,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 4,
                last_strong_type = 5,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488296432,
                next_for_neutral_type = 6,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488296552,
                next_for_neutral_type = 4,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 7,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 493921239041,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825009935880,
                next_for_neutral_type = 2,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825004485992,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 140737488296772,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995834213,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488296560,
                next_for_neutral_type = 6,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825018597888,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993158344,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825050664883,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 231 '\347',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 185 '\271',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 93824992874016,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993035217,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824992879276,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 22,
                next_for_neutral_type = 4,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993717890,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993019689,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993718764,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93184,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 246 '\366',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 1101659111423,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 2,
                level = 19 '\023',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93823560581120,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 219 '\333',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488355327,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 9,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 15 '\017',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 3,
                level = 210 '\322',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 881260865280,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 512,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 2,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 219 '\333',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 140737488335640,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993718072,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93823560581121,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }},
            string = {
              lstring = XIL(0),
              s = 0x7fffffff1de0 "",
              schars = 140737488335640,
              bufpos = 140737488335640,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x0,
            paragraph_dir = L2R,
            separator_limit = 0,
            first_elt = false,
            new_paragraph = false,
            frame_window_p = true
          },
          paragraph_embedding = L2R,
          min_width_property = XIL(0x555558dbf934),
          min_width_start = 1488627124
        }
        atx_it = {
          window = XIL(0x100000000),
          w = 0x55555892d088,
          f = 0x0,
          method = GET_FROM_DISPLAY_VECTOR,
          stop_charpos = 140737488297568,
          prev_stop = -1,
          base_level_stop = 12,
          end_charpos = 5,
          medium_narrowing_begv = 93825045332853,
          medium_narrowing_zv = 2,
          large_narrowing_begv = 2,
          large_narrowing_zv = 2,
          s = 0x2 <error: Cannot access memory at address 0x2>,
          string_nchars = -3626665655190837504,
          multibyte_p = true,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = true,
          from_disp_prop_p = false,
          ellipsis_p = true,
          avoid_cursor_p = false,
          dp = 0x7fffffffb318,
          dpvec = 0x16c00,
          dpend = 0x17,
          dpvec_char_len = 542,
          dpvec_face_id = 0,
          saved_face_id = 1,
          ctl_chars = {XIL(0xffffffffffffffff), make_fixnum(23456248429472), XIL(0), XIL(0), XIL(0), XIL(0xcdab7ecd00000001), XIL(0), XIL(0xffffffffffffffff), XIL(0x7fffffffb318), XIL(0x7fffffffb318), XIL(0), XIL(0), XIL(0x7fffffffa8e0), XIL(0x5555556bf1ec), XIL(0), XIL(0)},
          start = {
            pos = {
              charpos = 23,
              bytepos = 93824993712800
            },
            overlay_string_index = 0,
            string_pos = {
              charpos = 0,
              bytepos = 0
            },
            dpvec_index = 1
          },
          current = {
            pos = {
              charpos = 0,
              bytepos = 0
            },
            overlay_string_index = 0,
            string_pos = {
              charpos = 0,
              bytepos = 0
            },
            dpvec_index = 0
          },
          n_overlay_strings = 0,
          overlay_strings_charpos = 0,
          overlay_strings = {XIL(0), XIL(0), XIL(0), XIL(0), XIL(0), XIL(0), XIL(0), XIL(0), XIL(0), XIL(0xcdab7ecd2f3da700), XIL(0), XIL(0x7fffffff8758), XIL(0), XIL(0xcdab7ecd2f3da700), XIL(0), XIL(0x7fffffff8778)},
          string_overlays = {XIL(0), XIL(0), XIL(0), XIL(0), XIL(0x10000005d), XIL(0x4), XIL(0x2ffff8748), XIL(0x1), XIL(0x1), XIL(0x7fffffff2050), XIL(0x17), XIL(0), XIL(0x7fffffff8778), XIL(0x5), XIL(0x4), XIL(0x4)},
          string = XIL(0x5b),
          from_overlay = XIL(0x1),
          stack = {{
              string = XIL(0x1),
              string_nchars = 23,
              end_charpos = 23,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 3,
              cmp_it = {
                stop_pos = 4294967297,
                id = 3,
                ch = 1,
                rule_idx = -1,
                lookback = 0,
                nglyphs = 3,
                reversed_p = false,
                parent_it = 0x100000001,
                charpos = 1,
                nchars = 1,
                nbytes = 0,
                from = -1,
                to = -1,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0x10000005d),
                  slice = {
                    x = XIL(0x4),
                    y = XIL(0x4),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0x10000005d)
                },
                xwidget = {
                  object = XIL(0x10000005d)
                }
              },
              position = {
                charpos = 24000,
                bytepos = 93824995657200
              },
              current = {
                pos = {
                  charpos = 999,
                  bytepos = 93824995664184
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 1000,
                  bytepos = 93825008889877
                },
                dpvec_index = 1435110125
              },
              from_overlay = XIL(0x555556629443),
              area = 4002,
              method = GET_FROM_BUFFER,
              paragraph_embedding = (L2R | unknown: 0x56537014),
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = false,
              avoid_cursor_p = true,
              bidi_p = false,
              from_disp_prop_p = true,
              line_wrap = (unknown: 0x558a3a00),
              voffset = 21845,
              space_width = XIL(0),
              font_height = XIL(0x7fffffff21c0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 140737488298480,
              stop_charpos = 754,
              prev_stop = 0,
              base_level_stop = 140737488298568,
              cmp_it = {
                stop_pos = 140737488324472,
                id = 93824993715342,
                ch = 1449301059,
                rule_idx = 93824995084555,
                lookback = 93825008889877,
                nglyphs = 1444443936,
                reversed_p = 85,
                parent_it = 0xfa6,
                charpos = 93824995096068,
                nchars = 999,
                nbytes = 0,
                from = 1435083064,
                to = 21845,
                width = 0
              },
              face_id = 4006,
              u = {
                image = {
                  object = make_fixnum(1001),
                  slice = {
                    x = XIL(0x5555558a0ce3),
                    y = XIL(0),
                    width = make_fixnum(1000),
                    height = make_fixnum(1001)
                  },
                  image_id = -3626665655190837504
                },
                stretch = {
                  object = make_fixnum(1001)
                },
                xwidget = {
                  object = make_fixnum(1001)
                }
              },
              position = {
                charpos = 0,
                bytepos = 140737488325128
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 1
                },
                dpvec_index = 1433135996
              },
              from_overlay = XIL(0x7fffffff89d8),
              area = 1433134222,
              method = 21845,
              paragraph_embedding = L2R,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (unknown: 0xffff22e0),
              voffset = 32767,
              space_width = XIL(0x17),
              font_height = XIL(0x3e9)
            }, {
              string = XIL(0x7fffffff8a08),
              string_nchars = 5,
              end_charpos = 4,
              stop_charpos = 140737488298856,
              prev_stop = 93825026762757,
              base_level_stop = 93824995690166,
              cmp_it = {
                stop_pos = 1,
                id = 23,
                ch = 1466181637,
                rule_idx = 140737488298904,
                lookback = 93825008889877,
                nglyphs = 1435109046,
                reversed_p = 85,
                parent_it = 0x1fb,
                charpos = 1001,
                nchars = 1448308757,
                nbytes = 21845,
                from = 1000,
                to = 0,
                width = 24000
              },
              face_id = 1435076080,
              u = {
                image = {
                  object = XIL(0x3e7),
                  slice = {
                    x = XIL(0x55555589a138),
                    y = XIL(0x7fffffff89d8),
                    width = make_fixnum(23456248428835),
                    height = XIL(0x555556537015)
                  },
                  image_id = 140737488299016
                },
                stretch = {
                  object = XIL(0x3e7)
                },
                xwidget = {
                  object = XIL(0x3e7)
                }
              },
              position = {
                charpos = 93825008889877,
                bytepos = 93824995690166
              },
              current = {
                pos = {
                  charpos = 93825008889877,
                  bytepos = 1001
                },
                overlay_string_index = 93825008889877,
                string_pos = {
                  charpos = 1000,
                  bytepos = 24000
                },
                dpvec_index = 1435076080
              },
              from_overlay = XIL(0x100000029),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (unknown: 0x3e8),
              voffset = 0,
              space_width = XIL(0x555556537015),
              font_height = XIL(0x5555558a0aed)
            }, {
              string = XIL(0x555556629443),
              string_nchars = 4002,
              end_charpos = 93825008889877,
              stop_charpos = 93824995703296,
              prev_stop = 0,
              base_level_stop = 140737488299088,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = -56192,
                rule_idx = 754,
                lookback = 0,
                nglyphs = -56104,
                reversed_p = 255,
                parent_it = 0x555556537015,
                charpos = 93824995690166,
                nchars = 1449301059,
                nbytes = 21845,
                from = 1434503435,
                to = 21845,
                width = 1448308757
              },
              face_id = 1444443936,
              u = {
                image = {
                  object = make_fixnum(1001),
                  slice = {
                    x = XIL(0x55555580f604),
                    y = XIL(0x3e7),
                    width = XIL(0x55555589a138),
                    height = XIL(0)
                  },
                  image_id = 93825020327232
                },
                stretch = {
                  object = make_fixnum(1001)
                },
                xwidget = {
                  object = make_fixnum(1001)
                }
              },
              position = {
                charpos = 4294971302,
                bytepos = 93824995691747
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 4002
                },
                overlay_string_index = 4006,
                string_pos = {
                  charpos = 93824995153609,
                  bytepos = 0
                },
                dpvec_index = 1444471968
              },
              from_overlay = XIL(0x2aaa91c488c0),
              area = 1434563611,
              method = 21845,
              paragraph_embedding = (unknown: 0xffff25b0),
              multibyte_p = true,
              string_from_display_prop_p = true,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = true,
              avoid_cursor_p = true,
              bidi_p = true,
              from_disp_prop_p = true,
              line_wrap = (unknown: 0x5618e4a0),
              voffset = 21845,
              space_width = XIL(0),
              font_height = XIL(0x55555581b41b)
            }, {
              string = XIL(0x2aaa91c488c0),
              string_nchars = 3,
              end_charpos = 4611686019484352512,
              stop_charpos = 93824995197029,
              prev_stop = 28032,
              base_level_stop = 93825005053088,
              cmp_it = {
                stop_pos = 46912078383296,
                id = 93825005025056,
                ch = -1849390912,
                rule_idx = 93824995206284,
                lookback = 1,
                nglyphs = -1849390910,
                reversed_p = 170,
                parent_it = 0x300000029,
                charpos = 93824995195676,
                nchars = -1849390912,
                nbytes = 10922,
                from = 1494567904,
                to = 21845,
                width = -1849390912
              },
              face_id = 1433204667,
              u = {
                image = {
                  object = XIL(0x55555701f540),
                  slice = {
                    x = XIL(0x555556ebb348),
                    y = XIL(0x555556ebb345),
                    width = XIL(0x5555556d1079),
                    height = XIL(0)
                  },
                  image_id = -3626665655190837504
                },
                stretch = {
                  object = XIL(0x55555701f540)
                },
                xwidget = {
                  object = XIL(0x55555701f540)
                }
              },
              position = {
                charpos = 46912078383296,
                bytepos = 140737488325208
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 223
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 223
                },
                dpvec_index = 1433129612
              },
              from_overlay = XIL(0x1),
              area = -30088,
              method = 32767,
              paragraph_embedding = (unknown: 0xffff8a58),
              multibyte_p = true,
              string_from_display_prop_p = true,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = true,
              avoid_cursor_p = true,
              bidi_p = true,
              from_disp_prop_p = true,
              line_wrap = (WORD_WRAP | unknown: 0x556bd2a0),
              voffset = 21845,
              space_width = XIL(0x7fffffff2d30),
              font_height = XIL(0x555558ff9a00)
            }},
          sp = -1849390912,
          selective = 0,
          what = 4294912288,
          face_id = 32767,
          selective_display_ellipsis_p = true,
          ctl_arrow_p = true,
          face_box_p = false,
          start_of_box_run_p = true,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = true,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = true,
          constrain_row_ascent_descent_p = false,
          line_number_produced_p = false,
          line_wrap = TRUNCATE,
          base_face_id = 27984,
          c = 0,
          len = 69360,
          cmp_it = {
            stop_pos = 69360,
            id = -3626665655190837504,
            ch = 69360,
            rule_idx = 140737488325208,
            lookback = 224,
            nglyphs = 0,
            reversed_p = false,
            parent_it = 0xdf,
            charpos = 1,
            nchars = -1,
            nbytes = -1,
            from = 1433131680,
            to = 21845,
            width = 69360
          },
          char_to_display = 69360,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE,
          image_id = 69360,
          xwidget = 0x10ef0,
          slice = {
            x = XIL(0x10ef0),
            y = XIL(0x10ef0),
            width = XIL(0x10ef0),
            height = XIL(0x30)
          },
          space_width = XIL(0x8),
          voffset = -22784,
          tab_width = 12093,
          font_height = XIL(0xc0),
          object = XIL(0x5),
          position = {
            charpos = 0,
            bytepos = 46912078383296
          },
          truncation_pixel_width = -31344,
          continuation_pixel_width = 22040,
          first_visible_x = 21845,
          last_visible_x = 1459745520,
          last_visible_y = 21845,
          extra_line_spacing = -55008,
          max_extra_line_spacing = 32767,
          override_ascent = 1433227076,
          override_descent = 21845,
          override_boff = 0,
          glyph_row = 0x55555616e8e8 <searchbufs+392>,
          area = 1459746112,
          nglyphs = 21845,
          pixel_width = -53968,
          ascent = 32767,
          descent = 1459745520,
          max_ascent = 21845,
          max_descent = -55008,
          phys_ascent = 32767,
          phys_descent = 93183,
          max_phys_ascent = 0,
          max_phys_descent = 1434572489,
          current_x = 21845,
          continuation_lines_width = 0,
          eol_pos = {
            charpos = 93825005053088,
            bytepos = 48340064
          },
          current_y = 1434563611,
          first_vpos = 21845,
          vpos = 1492065264,
          hpos = 21845,
          lnum = 93825005053088,
          lnum_bytepos = 0,
          lnum_width = 1434563611,
          lnum_pixel_width = 21845,
          pt_lnum = 48340064,
          stretch_adjust = 3,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = false,
          bidi_it = {
            bytepos = 93824995197029,
            charpos = 28032,
            ch = 1444471968,
            nchars = 48340064,
            ch_len = 93825005025056,
            type = 48340064,
            type_after_wn = UNKNOWN_BT,
            orig_type = 1434625164,
            resolved_level = 85 'U',
            isolate_level = 85 'U',
            invalid_levels = 4294947608,
            invalid_isolates = 48340066,
            prev = {
              charpos = 12884901888,
              type = 792569600,
              orig_type = 3450568397
            },
            last_strong = {
              charpos = 48340064,
              type = 4294912320,
              orig_type = 32767
            },
            next_for_neutral = {
              charpos = 140737488301360,
              type = 1459746112,
              orig_type = 21845
            },
            prev_for_neutral = {
              charpos = 0,
              type = 1459745520,
              orig_type = 21845
            },
            next_for_ws = {
              charpos = 140737488300320,
              type = 1433231609,
              orig_type = 21845
            },
            bracket_pairing_pos = 0,
            bracket_enclosed_type = 1433231437,
            next_en_pos = 48340064,
            next_en_type = 1444443936,
            sos = (L2R | unknown: 0x5554),
            scan_dir = -54976,
            disp_pos = 140737488300320,
            disp_prop = 1459745520,
            stack_idx = 21845,
            level_stack = {{
                next_for_neutral_pos = 1444443905,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 20,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993807610,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 1433146885,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825053727424,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 225 '\341',
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 98784247809,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 3,
                level = 196 '\304',
                flags = 145 '\221'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 5,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 48340064,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 24 '\030',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993808196,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052226931,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824995153609,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 242 '\362',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93824995164343,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052867587,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 4,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052226931,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4611686018528051200,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 93824995668462,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825054466669,
                next_for_neutral_type = 6,
                last_strong_type = 1,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824992983532,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 3,
                level = 218 '\332',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93824993838891,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 16384,
                next_for_neutral_type = 4,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 556,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 6,
                level = 216 '\330',
                flags = 145 '\221'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 7,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825050608879,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994815189,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825050836131,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4611686018528051200,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 93824995668551,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294967296,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825007907328,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 68 'D',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737269174580,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 6,
                level = 129 '\201',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 140737268907068,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737266550922,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 2230,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488301448,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824995722096,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 140737322603176,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 115,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 55 '7',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825006938336,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737322608530,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488301715,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737322266984,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 4,
                last_strong_type = 5,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 590,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488301552,
                next_for_neutral_type = 6,
                last_strong_type = 0,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488301672,
                next_for_neutral_type = 4,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 6,
                last_strong_type = 1,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 493921239041,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825009935880,
                next_for_neutral_type = 2,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825004485992,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 108,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 140737488301892,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995834213,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488301680,
                next_for_neutral_type = 6,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825051268144,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 108,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993158344,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 218 '\332',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 185 '\271',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 93824992874016,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993035217,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 108,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 108,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993019689,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93184,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 17179869198,
                next_for_neutral_type = 4,
                last_strong_type = 5,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294967295,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 556,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93184,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655983407103,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 283673999923224,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 2,
                level = 19 '\023',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488325208,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 23,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993717890,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 4,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488325208,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }},
            string = {
              lstring = XIL(0x5555556bf1ec),
              s = 0x7fffffff5948 "",
              schars = 93825020327232,
              bufpos = 4294967296,
              from_disp_str = false,
              unibyte = true
            },
            w = 0x7fffffff5a08,
            paragraph_dir = (unknown: 0xffff5a00),
            separator_limit = 0,
            first_elt = false,
            new_paragraph = false,
            frame_window_p = false
          },
          paragraph_embedding = (unknown: 0x58baa634),
          min_width_property = XIL(0xcdab7ecd2f3da700),
          min_width_start = 1449354760
        }
        ppos_it = {
          window = XIL(0),
          w = 0x5,
          f = 0x1,
          method = GET_FROM_BUFFER,
          stop_charpos = 5,
          prev_stop = 93824993710732,
          base_level_stop = 1,
          end_charpos = 140737488312840,
          medium_narrowing_begv = 140737488312808,
          medium_narrowing_zv = 93824993710753,
          large_narrowing_begv = 140737488333024,
          large_narrowing_zv = 0,
          s = 0x6 <error: Cannot access memory at address 0x6>,
          string_nchars = 140737488302632,
          multibyte_p = false,
          tab_line_p = false,
          header_line_p = true,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = true,
          ellipsis_p = false,
          avoid_cursor_p = true,
          dp = 0x5555558a06b6 <validate_interval_range+246>,
          dpvec = 0x4a,
          dpend = 0x5dc0,
          dpvec_char_len = 2,
          dpvec_face_id = 0,
          saved_face_id = 792569600,
          ctl_chars = {XIL(0), XIL(0x7fffffff59e8), make_fixnum(1), XIL(0), XIL(0x5), XIL(0x1), XIL(0xffffffffffffffff), XIL(0x5555556bdaa0), XIL(0x555558baa634), make_fixnum(0), make_fixnum(0), make_fixnum(0), XIL(0), make_fixnum(1), make_fixnum(1), XIL(0x5dc0)},
          start = {
            pos = {
              charpos = 6,
              bytepos = 140737085000868
            },
            overlay_string_index = 0,
            string_pos = {
              charpos = 93824995692619,
              bytepos = 2
            },
            dpvec_index = 0
          },
          current = {
            pos = {
              charpos = 93825052867587,
              bytepos = 2
            },
            overlay_string_index = 2,
            string_pos = {
              charpos = 140737085000868,
              bytepos = 140737085000868
            },
            dpvec_index = 24000
          },
          n_overlay_strings = 6,
          overlay_strings_charpos = 2,
          overlay_strings = {XIL(0), XIL(0x5555558a3e65), XIL(0), XIL(0x55555589b247), XIL(0), XIL(0x12f3da700), make_fixnum(0), XIL(0x7fffe7f54ca4), XIL(0x7fffe7f54ca4), XIL(0x1), make_fixnum(0), make_fixnum(1), XIL(0), XIL(0x5555556124b3), XIL(0x7fffe7f54d5c), XIL(0x555500000000)},
          string_overlays = {XIL(0x7fffffff5da0), XIL(0x100000001), XIL(0), XIL(0), XIL(0x1), XIL(0x55555580c90b), make_fixnum(2), XIL(0), XIL(0), XIL(0x55555580f604), XIL(0x7fffffff65a8), XIL(0), XIL(0), XIL(0x7fffffff5d98), make_fixnum(0), XIL(0x5555557c68d0)},
          string = XIL(0x5555590ae288),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0x1e7f54d5c),
              string_nchars = 0,
              end_charpos = 140737488306896,
              stop_charpos = 0,
              prev_stop = 93825054176652,
              base_level_stop = 93825050608879,
              cmp_it = {
                stop_pos = 6,
                id = 93824994815189,
                ch = 0,
                rule_idx = 93825050608879,
                lookback = 0,
                nglyphs = 1490027759,
                reversed_p = 85,
                parent_it = 0x1,
                charpos = 93824994815468,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 1
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0x55555906757c),
                    y = XIL(0x7fffffff5ed0),
                    width = XIL(0),
                    height = XIL(0x1)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 2,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = -3626665655190837504
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = -3626665655190837504,
                  bytepos = 140737488316120
                },
                dpvec_index = -41768
              },
              from_overlay = XIL(0x1),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = WORD_WRAP,
              voffset = 0,
              space_width = XIL(0x1),
              font_height = XIL(0x5555556bdaa0)
            }, {
              string = XIL(0x1ffff5d78),
              string_nchars = 2,
              end_charpos = 140737488313896,
              stop_charpos = 140737488313888,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 140737488303560,
                ch = 1493885581,
                rule_idx = 93824995690166,
                lookback = 0,
                nglyphs = 1,
                reversed_p = false,
                parent_it = 0x5555590ae28d,
                charpos = 222,
                nchars = 24000,
                nbytes = 0,
                from = 1435076080,
                to = 21845,
                width = 221
              },
              face_id = 1435083064,
              u = {
                image = {
                  object = make_fixnum(222),
                  slice = {
                    x = make_fixnum(55),
                    y = XIL(0x5555590ae28d),
                    width = XIL(0x5555558a0aed),
                    height = XIL(0)
                  },
                  image_id = 890
                },
                stretch = {
                  object = make_fixnum(222)
                },
                xwidget = {
                  object = make_fixnum(222)
                }
              },
              position = {
                charpos = 0,
                bytepos = 93824995703296
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 93824995657200
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 6
                },
                dpvec_index = 1
              },
              from_overlay = XIL(0x5555590ae28d),
              area = -51560,
              method = 32767,
              paragraph_embedding = (L2R | unknown: 0x590ae28c),
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = false,
              avoid_cursor_p = true,
              bidi_p = false,
              from_disp_prop_p = true,
              line_wrap = (WINDOW_WRAP | unknown: 0x558a06b4),
              voffset = 21845,
              space_width = XIL(0x5dc0),
              font_height = XIL(0x55555580c90b)
            }, {
              string = XIL(0x5555590ae28d),
              string_nchars = 1444443936,
              end_charpos = 898,
              stop_charpos = 93824995096068,
              prev_stop = 221,
              base_level_stop = 93824995664184,
              cmp_it = {
                stop_pos = 0,
                id = 898,
                ch = 898,
                rule_idx = 93824995691747,
                lookback = 0,
                nglyphs = 890,
                reversed_p = false,
                parent_it = 0x382,
                charpos = 224,
                nchars = 0,
                nbytes = 0,
                from = 24000,
                to = 0,
                width = 224
              },
              face_id = 898,
              u = {
                image = {
                  object = make_fixnum(224),
                  slice = {
                    x = XIL(0x5555558a4009),
                    y = XIL(0),
                    width = XIL(0x140),
                    height = XIL(0x3)
                  },
                  image_id = 0
                },
                stretch = {
                  object = make_fixnum(224)
                },
                xwidget = {
                  object = make_fixnum(224)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 93825055149029,
                  bytepos = 224
                },
                overlay_string_index = 6,
                string_pos = {
                  charpos = 898,
                  bytepos = 1
                },
                dpvec_index = 1432429747
              },
              from_overlay = XIL(0x555556537015),
              area = TEXT_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = (unknown: 0xffff8b20),
              multibyte_p = true,
              string_from_display_prop_p = true,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = true,
              avoid_cursor_p = true,
              bidi_p = true,
              from_disp_prop_p = true,
              line_wrap = WORD_WRAP,
              voffset = 1,
              space_width = XIL(0x1),
              font_height = XIL(0)
            }, {
              string = XIL(0xe0),
              string_nchars = 1,
              end_charpos = 999,
              stop_charpos = -3626665655190837504,
              prev_stop = 0,
              base_level_stop = 1,
              cmp_it = {
                stop_pos = 140737488327464,
                id = 1,
                ch = 1,
                rule_idx = 140737488325400,
                lookback = 140737488325408,
                nglyphs = 1433126972,
                reversed_p = 85,
                parent_it = 0x0,
                charpos = 93825055149024,
                nchars = 0,
                nbytes = 1,
                from = 224,
                to = 0,
                width = -30088
              },
              face_id = -30096,
              u = {
                image = {
                  object = XIL(0x1),
                  slice = {
                    x = XIL(0x1),
                    y = XIL(0x555556537015),
                    width = XIL(0xcdab7ecd2f3da700),
                    height = XIL(0x156629443)
                  },
                  image_id = 140737488325208
                },
                stretch = {
                  object = XIL(0x1)
                },
                xwidget = {
                  object = XIL(0x1)
                }
              },
              position = {
                charpos = 0,
                bytepos = 1
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 1,
                string_pos = {
                  charpos = 93824993710732,
                  bytepos = 1
                },
                dpvec_index = -30088
              },
              from_overlay = XIL(0x7fffffff8a58),
              area = 1433129633,
              method = 21845,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0x221),
              font_height = XIL(0x5555556bd28c)
            }, {
              string = XIL(0x1),
              string_nchars = -30376,
              end_charpos = 140737488324920,
              stop_charpos = 16,
              prev_stop = 8,
              base_level_stop = 1,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 8,
                rule_idx = 384,
                lookback = 8,
                nglyphs = 16,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 8,
                nchars = 8,
                nbytes = 0,
                from = 8,
                to = 0,
                width = 8
              },
              face_id = 1490027759,
              u = {
                image = {
                  object = XIL(0x180),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0x555558d00410)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0x180)
                },
                xwidget = {
                  object = XIL(0x180)
                }
              },
              position = {
                charpos = 0,
                bytepos = 223
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 93825004924552
                },
                overlay_string_index = 282574488338654,
                string_pos = {
                  charpos = 93825050608879,
                  bytepos = 93825050608879
                },
                dpvec_index = 8
              },
              from_overlay = XIL(0xdf),
              area = 20,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0x55555580c90b)
            }},
          sp = 1490027536,
          selective = 0,
          what = IT_CHARACTER,
          face_id = 0,
          selective_display_ellipsis_p = false,
          ctl_arrow_p = false,
          face_box_p = true,
          start_of_box_run_p = false,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = false,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = true,
          constrain_row_ascent_descent_p = true,
          line_number_produced_p = false,
          line_wrap = (WORD_WRAP | unknown: 0x5554),
          base_face_id = 1490027759,
          c = 21845,
          len = 1434378442,
          cmp_it = {
            stop_pos = 37680,
            id = -3626665655190837504,
            ch = 37680,
            rule_idx = -1,
            lookback = 1,
            nglyphs = -30120,
            reversed_p = 255,
            parent_it = 0x0,
            charpos = 1,
            nchars = 223,
            nbytes = 0,
            from = 1433139839,
            to = 21845,
            width = 0
          },
          char_to_display = 1434514948,
          glyphless_method = 21845,
          image_id = 93825050608656,
          xwidget = 0x55555765a5b0,
          slice = {
            x = XIL(0),
            y = make_fixnum(1),
            width = XIL(0xb),
            height = XIL(0x9330)
          },
          space_width = XIL(0),
          voffset = -7539,
          tab_width = 22794,
          font_height = XIL(0x555556190a50),
          object = XIL(0x7fffffff8a58),
          position = {
            charpos = 93825007437236,
            bytepos = 0
          },
          truncation_pixel_width = 224,
          continuation_pixel_width = 0,
          first_visible_x = 0,
          last_visible_x = 792569600,
          last_visible_y = -844398899,
          extra_line_spacing = 320,
          max_extra_line_spacing = 0,
          override_ascent = -30120,
          override_descent = 32767,
          override_boff = -30120,
          glyph_row = 0x7fffffff4e6f,
          area = LEFT_MARGIN_AREA,
          nglyphs = 0,
          pixel_width = 1,
          ascent = 0,
          descent = 223,
          max_ascent = 0,
          max_descent = 1433145725,
          phys_ascent = 21845,
          phys_descent = 223,
          max_phys_ascent = 0,
          max_phys_descent = 223,
          current_x = 0,
          continuation_lines_width = 10,
          eol_pos = {
            charpos = 1,
            bytepos = 1
          },
          current_y = 6,
          first_vpos = 6,
          vpos = 6,
          hpos = 0,
          lnum = 0,
          lnum_bytepos = 0,
          lnum_width = 222,
          lnum_pixel_width = 0,
          pt_lnum = 25769803776,
          stretch_adjust = 220,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = false,
          bidi_it = {
            bytepos = 93,
            charpos = 0,
            ch = 223,
            nchars = 98784247809,
            ch_len = -1,
            type = UNKNOWN_BT,
            type_after_wn = UNKNOWN_BT,
            orig_type = 4294967295,
            resolved_level = -1 '\377',
            isolate_level = -1 '\377',
            invalid_levels = 0,
            invalid_isolates = 0,
            prev = {
              charpos = 4294967296,
              type = STRONG_L,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 224,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = 140737488312808,
              type = 4294924776,
              orig_type = 32767
            },
            next_for_ws = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = 140737488312808,
            bracket_enclosed_type = 1433137644,
            next_en_pos = 1,
            next_en_type = 4294967295,
            sos = (L2R | R2L | unknown: 0xfffffffc),
            scan_dir = 0,
            disp_pos = 0,
            disp_prop = 0,
            stack_idx = 1,
            level_stack = {{
                next_for_neutral_pos = 1,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488335640,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 230,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993726845,
                next_for_neutral_type = 1,
                last_strong_type = 7,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 569,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 7,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488305680,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 3,
                next_for_neutral_type = 6,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994817929,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825050608657,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825050608657,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994815468,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825054176636,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994815468,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 6,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 7,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825050608878,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488306104,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 93824995690166,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 223,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995657200,
                next_for_neutral_type = 6,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995664184,
                next_for_neutral_type = 6,
                last_strong_type = 7,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 223,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 93824995691245,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 894,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995703296,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995657200,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 6,
                last_strong_type = 7,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 223,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 140737488306312,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 93824995690166,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 93825005025056,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 6,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995664184,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 898,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995691747,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 894,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 24000,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 898,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995704841,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 320,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 18 '\022',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 4,
                prev_for_neutral_type = 7,
                level = 21 '\025',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 6,
                last_strong_type = 7,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 898,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488303152,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 384,
                next_for_neutral_type = 0,
                last_strong_type = 7,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488303176,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488303144,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488303160,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825050608879,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488303168,
                next_for_neutral_type = 0,
                last_strong_type = 7,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 208 '\320',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825055149024,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 223,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825004927432,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825050608879,
                next_for_neutral_type = 7,
                last_strong_type = 5,
                prev_for_neutral_type = 3,
                level = 208 '\320',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488307216,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488307196,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993708725,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488307200,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993708739,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 4,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488327464,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 7,
                level = 21 '\025',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 6,
                level = 22 '\026',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 93824992944578,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4607182418800017408,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995144731,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 3,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 9,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 246 '\366',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993002096,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 2,
                level = 247 '\367',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93823560581121,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -2861841887,
                next_for_neutral_type = 4,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4607182418800017408,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488307196,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993725300,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 7,
                level = 21 '\025',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488307200,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488307200,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488307216,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -4278190081,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488322592,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }},
            string = {
              lstring = XIL(0x1),
              s = 0xdf <error: Cannot access memory at address 0xdf>,
              schars = 93824993042215,
              bufpos = 0,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x7fffffff4e6f,
            paragraph_dir = (unknown: 0x58dc8e70),
            separator_limit = 1,
            first_elt = false,
            new_paragraph = false,
            frame_window_p = true
          },
          paragraph_embedding = (unknown: 0x50),
          min_width_property = XIL(0x7fffffff4e6f),
          min_width_start = 1
        }
        wrap_data = 0x0
        atpos_data = 0x0
        atx_data = 0x0
        ppos_data = <optimized out>
        may_wrap = false
        prev_method = GET_FROM_STRETCH
        closest_pos = 224
        prev_pos = 1
        saw_smaller_pos = <optimized out>
        line_number_pending = false
#14 0x000055555561af80 in move_it_to (it=0x7fffffff6c60, to_charpos=224, to_x=<optimized out>, to_y=<optimized out>, to_vpos=<optimized out>, op=<optimized out>) at xdisp.c:10530
        it_backup = {
          window = XIL(0x555559154be5),
          w = 0x555559154be0,
          f = 0x555559154990,
          method = GET_FROM_STRETCH,
          stop_charpos = 2,
          prev_stop = 1,
          base_level_stop = 0,
          end_charpos = 224,
          medium_narrowing_begv = 0,
          medium_narrowing_zv = 0,
          large_narrowing_begv = 0,
          large_narrowing_zv = 0,
          s = 0x0,
          string_nchars = 0,
          multibyte_p = true,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = false,
          ellipsis_p = false,
          avoid_cursor_p = true,
          dp = 0x0,
          dpvec = 0x0,
          dpend = 0x0,
          dpvec_char_len = 0,
          dpvec_face_id = 0,
          saved_face_id = 0,
          ctl_chars = {XIL(0) <repeats 16 times>},
          start = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          current = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          n_overlay_strings = 0,
          overlay_strings_charpos = 1,
          overlay_strings = {XIL(0) <repeats 16 times>},
          string_overlays = {XIL(0) <repeats 16 times>},
          string = XIL(0),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 224,
              stop_charpos = 2,
              prev_stop = 1,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 2,
                id = -1,
                ch = -2,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x7fffffff8020,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 19,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 1,
                bytepos = 1
              },
              current = {
                pos = {
                  charpos = 1,
                  bytepos = 1
                },
                overlay_string_index = -1,
                string_pos = {
                  charpos = -1,
                  bytepos = -1
                },
                dpvec_index = -1
              },
              from_overlay = XIL(0),
              area = TEXT_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = true,
              from_disp_prop_p = false,
              line_wrap = WINDOW_WRAP,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }},
          sp = 1,
          selective = 0,
          what = IT_STRETCH,
          face_id = 19,
          selective_display_ellipsis_p = true,
          ctl_arrow_p = true,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = false,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = false,
          constrain_row_ascent_descent_p = false,
          line_number_produced_p = false,
          line_wrap = TRUNCATE,
          base_face_id = 0,
          c = 10,
          len = 0,
          cmp_it = {
            stop_pos = 2,
            id = -1,
            ch = -2,
            rule_idx = 0,
            lookback = 0,
            nglyphs = 0,
            reversed_p = false,
            parent_it = 0x7fffffff8020,
            charpos = 0,
            nchars = 0,
            nbytes = 0,
            from = 0,
            to = 0,
            width = 0
          },
          char_to_display = 0,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE,
          image_id = 0,
          xwidget = 0x0,
          slice = {
            x = XIL(0),
            y = XIL(0),
            width = XIL(0),
            height = XIL(0)
          },
          space_width = XIL(0),
          voffset = 0,
          tab_width = 8,
          font_height = XIL(0),
          object = XIL(0x555558f6cd03),
          position = {
            charpos = 1,
            bytepos = 1
          },
          truncation_pixel_width = 0,
          continuation_pixel_width = 0,
          first_visible_x = 0,
          last_visible_x = 675,
          last_visible_y = 83,
          extra_line_spacing = 0,
          max_extra_line_spacing = 0,
          override_ascent = -1,
          override_descent = 0,
          override_boff = 0,
          glyph_row = 0x555558dc8970,
          area = TEXT_AREA,
          nglyphs = 1,
          pixel_width = 9,
          ascent = 0,
          descent = 1,
          max_ascent = 0,
          max_descent = 1,
          phys_ascent = 0,
          phys_descent = 1,
          max_phys_ascent = 0,
          max_phys_descent = 1,
          current_x = 0,
          continuation_lines_width = 0,
          eol_pos = {
            charpos = 0,
            bytepos = 0
          },
          current_y = 0,
          first_vpos = 0,
          vpos = 0,
          hpos = 0,
          lnum = 0,
          lnum_bytepos = 0,
          lnum_width = 0,
          lnum_pixel_width = 0,
          pt_lnum = 0,
          stretch_adjust = 0,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = true,
          bidi_it = {
            bytepos = 1,
            charpos = 1,
            ch = 0,
            nchars = -1,
            ch_len = 0,
            type = NEUTRAL_B,
            type_after_wn = NEUTRAL_B,
            orig_type = NEUTRAL_B,
            resolved_level = 0 '\000',
            isolate_level = 0 '\000',
            invalid_levels = 0,
            invalid_isolates = 0,
            prev = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_ws = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = -1,
            bracket_enclosed_type = UNKNOWN_BT,
            next_en_pos = 0,
            next_en_type = UNKNOWN_BT,
            sos = L2R,
            scan_dir = 0,
            disp_pos = -1,
            disp_prop = 0,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              } <repeats 128 times>},
            string = {
              lstring = XIL(0),
              s = 0x0,
              schars = 0,
              bufpos = 0,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x555559154be0,
            paragraph_dir = NEUTRAL_DIR,
            separator_limit = -1,
            first_elt = true,
            new_paragraph = true,
            frame_window_p = true
          },
          paragraph_embedding = NEUTRAL_DIR,
          min_width_property = XIL(0),
          min_width_start = 0
        }
        skip = <optimized out>
        skip2 = <optimized out>
        line_height = <optimized out>
        line_start_x = 0
        reached = 0
        max_current_x = 0
        backup_data = 0x555558d01900
        orig_charpos = <optimized out>
        orig_method = <optimized out>
#15 0x000055555561bab5 in partial_line_height (it_origin=<optimized out>) at xdisp.c:11173
        partial_height = <optimized out>
        it_data = 0x0
        it = {
          window = XIL(0x555559154be5),
          w = 0x555559154be0,
          f = 0x555559154990,
          method = GET_FROM_STRETCH,
          stop_charpos = 2,
          prev_stop = 1,
          base_level_stop = 0,
          end_charpos = 224,
          medium_narrowing_begv = 0,
          medium_narrowing_zv = 0,
          large_narrowing_begv = 0,
          large_narrowing_zv = 0,
          s = 0x0,
          string_nchars = 0,
          multibyte_p = true,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = false,
          ellipsis_p = false,
          avoid_cursor_p = true,
          dp = 0x0,
          dpvec = 0x0,
          dpend = 0x0,
          dpvec_char_len = 0,
          dpvec_face_id = 0,
          saved_face_id = 0,
          ctl_chars = {XIL(0) <repeats 16 times>},
          start = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          current = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          n_overlay_strings = 0,
          overlay_strings_charpos = 1,
          overlay_strings = {XIL(0) <repeats 16 times>},
          string_overlays = {XIL(0) <repeats 16 times>},
          string = XIL(0),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 224,
              stop_charpos = 2,
              prev_stop = 1,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 2,
                id = -1,
                ch = -2,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x7fffffff8020,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 19,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 1,
                bytepos = 1
              },
              current = {
                pos = {
                  charpos = 1,
                  bytepos = 1
                },
                overlay_string_index = -1,
                string_pos = {
                  charpos = -1,
                  bytepos = -1
                },
                dpvec_index = -1
              },
              from_overlay = XIL(0),
              area = TEXT_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = true,
              from_disp_prop_p = false,
              line_wrap = WINDOW_WRAP,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }},
          sp = 1,
          selective = 0,
          what = IT_STRETCH,
          face_id = 19,
          selective_display_ellipsis_p = true,
          ctl_arrow_p = true,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = false,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = false,
          constrain_row_ascent_descent_p = false,
          line_number_produced_p = false,
          line_wrap = TRUNCATE,
          base_face_id = 0,
          c = 10,
          len = 0,
          cmp_it = {
            stop_pos = 2,
            id = -1,
            ch = -2,
            rule_idx = 0,
            lookback = 0,
            nglyphs = 0,
            reversed_p = false,
            parent_it = 0x7fffffff8020,
            charpos = 0,
            nchars = 0,
            nbytes = 0,
            from = 0,
            to = 0,
            width = 0
          },
          char_to_display = 0,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE,
          image_id = 0,
          xwidget = 0x0,
          slice = {
            x = XIL(0),
            y = XIL(0),
            width = XIL(0),
            height = XIL(0)
          },
          space_width = XIL(0),
          voffset = 0,
          tab_width = 8,
          font_height = XIL(0),
          object = XIL(0x555558f6cd03),
          position = {
            charpos = 1,
            bytepos = 1
          },
          truncation_pixel_width = 0,
          continuation_pixel_width = 0,
          first_visible_x = 0,
          last_visible_x = 675,
          last_visible_y = 83,
          extra_line_spacing = 0,
          max_extra_line_spacing = 0,
          override_ascent = -1,
          override_descent = 0,
          override_boff = 0,
          glyph_row = 0x0,
          area = TEXT_AREA,
          nglyphs = 1,
          pixel_width = 9,
          ascent = 0,
          descent = 1,
          max_ascent = 0,
          max_descent = 1,
          phys_ascent = 0,
          phys_descent = 1,
          max_phys_ascent = 0,
          max_phys_descent = 1,
          current_x = 0,
          continuation_lines_width = 0,
          eol_pos = {
            charpos = 0,
            bytepos = 0
          },
          current_y = 0,
          first_vpos = 0,
          vpos = 0,
          hpos = 0,
          lnum = 0,
          lnum_bytepos = 0,
          lnum_width = 0,
          lnum_pixel_width = 0,
          pt_lnum = 0,
          stretch_adjust = 0,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = true,
          bidi_it = {
            bytepos = 1,
            charpos = 1,
            ch = 0,
            nchars = -1,
            ch_len = 0,
            type = NEUTRAL_B,
            type_after_wn = NEUTRAL_B,
            orig_type = NEUTRAL_B,
            resolved_level = 0 '\000',
            isolate_level = 0 '\000',
            invalid_levels = 0,
            invalid_isolates = 0,
            prev = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_ws = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = -1,
            bracket_enclosed_type = UNKNOWN_BT,
            next_en_pos = 0,
            next_en_type = UNKNOWN_BT,
            sos = L2R,
            scan_dir = 0,
            disp_pos = -1,
            disp_prop = 0,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              } <repeats 128 times>},
            string = {
              lstring = XIL(0),
              s = 0x0,
              schars = 0,
              bufpos = 0,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x555559154be0,
            paragraph_dir = NEUTRAL_DIR,
            separator_limit = -1,
            first_elt = true,
            new_paragraph = true,
            frame_window_p = true
          },
          paragraph_embedding = NEUTRAL_DIR,
          min_width_property = XIL(0),
          min_width_start = 0
        }
#16 0x000055555562641e in try_window (window=Python Exception <class 'gdb.error'> value has been optimized out: 
, pos=..., flags=<optimized out>) at xdisp.c:20793
        top_scroll_margin = <optimized out>
        bot_scroll_margin = 0
        w = <optimized out>
        it = {
          window = XIL(0x555559154be5),
          w = 0x555559154be0,
          f = 0x555559154990,
          method = GET_FROM_BUFFER,
          stop_charpos = 2,
          prev_stop = 1,
          base_level_stop = 0,
          end_charpos = 224,
          medium_narrowing_begv = 0,
          medium_narrowing_zv = 0,
          large_narrowing_begv = 0,
          large_narrowing_zv = 0,
          s = 0x0,
          string_nchars = 0,
          multibyte_p = true,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = false,
          ellipsis_p = false,
          avoid_cursor_p = false,
          dp = 0x0,
          dpvec = 0x0,
          dpend = 0x0,
          dpvec_char_len = 0,
          dpvec_face_id = 0,
          saved_face_id = 0,
          ctl_chars = {XIL(0) <repeats 16 times>},
          start = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          current = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          n_overlay_strings = 0,
          overlay_strings_charpos = 1,
          overlay_strings = {XIL(0) <repeats 16 times>},
          string_overlays = {XIL(0) <repeats 16 times>},
          string = XIL(0),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }},
          sp = 0,
          selective = 0,
          what = IT_CHARACTER,
          face_id = 19,
          selective_display_ellipsis_p = true,
          ctl_arrow_p = true,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = false,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = false,
          constrain_row_ascent_descent_p = false,
          line_number_produced_p = false,
          line_wrap = WINDOW_WRAP,
          base_face_id = 0,
          c = 10,
          len = 0,
          cmp_it = {
            stop_pos = 2,
            id = -1,
            ch = -2,
            rule_idx = 0,
            lookback = 0,
            nglyphs = 0,
            reversed_p = false,
            parent_it = 0x7fffffff8020,
            charpos = 0,
            nchars = 0,
            nbytes = 0,
            from = 0,
            to = 0,
            width = 0
          },
          char_to_display = 0,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE,
          image_id = 0,
          xwidget = 0x0,
          slice = {
            x = XIL(0),
            y = XIL(0),
            width = XIL(0),
            height = XIL(0)
          },
          space_width = XIL(0),
          voffset = 0,
          tab_width = 8,
          font_height = XIL(0),
          object = XIL(0x5555590ae28d),
          position = {
            charpos = 1,
            bytepos = 1
          },
          truncation_pixel_width = 0,
          continuation_pixel_width = 0,
          first_visible_x = 0,
          last_visible_x = 675,
          last_visible_y = 83,
          extra_line_spacing = 0,
          max_extra_line_spacing = 0,
          override_ascent = -1,
          override_descent = 0,
          override_boff = 0,
          glyph_row = 0x555558dc8970,
          area = TEXT_AREA,
          nglyphs = 0,
          pixel_width = 0,
          ascent = 0,
          descent = 0,
          max_ascent = 0,
          max_descent = 0,
          phys_ascent = 0,
          phys_descent = 0,
          max_phys_ascent = 0,
          max_phys_descent = 0,
          current_x = 0,
          continuation_lines_width = 0,
          eol_pos = {
            charpos = 0,
            bytepos = 0
          },
          current_y = 0,
          first_vpos = 0,
          vpos = 0,
          hpos = 0,
          lnum = 0,
          lnum_bytepos = 0,
          lnum_width = 0,
          lnum_pixel_width = 0,
          pt_lnum = 0,
          stretch_adjust = 0,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = true,
          bidi_it = {
            bytepos = 1,
            charpos = 1,
            ch = 0,
            nchars = -1,
            ch_len = 0,
            type = NEUTRAL_B,
            type_after_wn = NEUTRAL_B,
            orig_type = NEUTRAL_B,
            resolved_level = 0 '\000',
            isolate_level = 0 '\000',
            invalid_levels = 0,
            invalid_isolates = 0,
            prev = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_ws = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = -1,
            bracket_enclosed_type = UNKNOWN_BT,
            next_en_pos = 0,
            next_en_type = UNKNOWN_BT,
            sos = L2R,
            scan_dir = 0,
            disp_pos = -1,
            disp_prop = 0,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              } <repeats 128 times>},
            string = {
              lstring = XIL(0),
              s = 0x0,
              schars = 0,
              bufpos = 0,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x555559154be0,
            paragraph_dir = NEUTRAL_DIR,
            separator_limit = -1,
            first_elt = true,
            new_paragraph = true,
            frame_window_p = true
          },
          paragraph_embedding = NEUTRAL_DIR,
          min_width_property = XIL(0),
          min_width_start = 0
        }
        last_text_row = <optimized out>
        f = <optimized out>
        cursor_vpos = <optimized out>
        it_charpos = 224
#17 0x0000555555649e93 in redisplay_window (window=XIL(0x555559154be5), just_this_one_p=<optimized out>) at xdisp.c:20140
        d2 = 1449347200
        d6 = 0
        d1 = 21845
        d5 = 21845
        rtop = 0
        rbot = 1
        w = <optimized out>
        f = <optimized out>
        buffer = <optimized out>
        old = <optimized out>
        lpoint = {
          charpos = <optimized out>,
          bytepos = <optimized out>
        }
        opoint = {
          charpos = <optimized out>,
          bytepos = <optimized out>
        }
        startp = {
          charpos = <optimized out>,
          bytepos = <optimized out>
        }
        update_mode_line = true
        tem = <optimized out>
        it = {
          window = XIL(0),
          w = 0x0,
          f = 0x0,
          method = GET_FROM_BUFFER,
          stop_charpos = 0,
          prev_stop = 0,
          base_level_stop = 1,
          end_charpos = 0,
          medium_narrowing_begv = 0,
          medium_narrowing_zv = 0,
          large_narrowing_begv = 0,
          large_narrowing_zv = 0,
          s = 0x0,
          string_nchars = 0,
          multibyte_p = false,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = false,
          ellipsis_p = false,
          avoid_cursor_p = false,
          dp = 0x0,
          dpvec = 0x0,
          dpend = 0x0,
          dpvec_char_len = 0,
          dpvec_face_id = 0,
          saved_face_id = 0,
          ctl_chars = {XIL(0) <repeats 16 times>},
          start = {
            pos = {
              charpos = 0,
              bytepos = 0
            },
            overlay_string_index = 0,
            string_pos = {
              charpos = 0,
              bytepos = 0
            },
            dpvec_index = 0
          },
          current = {
            pos = {
              charpos = 0,
              bytepos = 0
            },
            overlay_string_index = 0,
            string_pos = {
              charpos = 0,
              bytepos = 0
            },
            dpvec_index = 0
          },
          n_overlay_strings = 0,
          overlay_strings_charpos = 0,
          overlay_strings = {XIL(0) <repeats 16 times>},
          string_overlays = {XIL(0) <repeats 16 times>},
          string = XIL(0),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LAST_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = true,
              from_disp_prop_p = false,
              line_wrap = WORD_WRAP,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0xffffffffffffffff)
            }},
          sp = 0,
          selective = 0,
          what = IT_CHARACTER,
          face_id = 0,
          selective_display_ellipsis_p = false,
          ctl_arrow_p = false,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = false,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = false,
          constrain_row_ascent_descent_p = false,
          line_number_produced_p = false,
          line_wrap = TRUNCATE,
          base_face_id = -22320,
          c = 32767,
          len = 0,
          cmp_it = {
            stop_pos = 0,
            id = 0,
            ch = 0,
            rule_idx = 36,
            lookback = 0,
            nglyphs = 0,
            reversed_p = false,
            parent_it = 0x0,
            charpos = 0,
            nchars = 0,
            nbytes = 0,
            from = 0,
            to = 0,
            width = 0
          },
          char_to_display = 524288,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE,
          image_id = 0,
          xwidget = 0x0,
          slice = {
            x = XIL(0),
            y = XIL(0),
            width = XIL(0),
            height = XIL(0)
          },
          space_width = XIL(0),
          voffset = -1,
          tab_width = -1,
          font_height = XIL(0),
          object = XIL(0),
          position = {
            charpos = 4294967296,
            bytepos = 60129542153
          },
          truncation_pixel_width = 4,
          continuation_pixel_width = 0,
          first_visible_x = 14,
          last_visible_x = 4,
          last_visible_y = 12,
          extra_line_spacing = 3,
          max_extra_line_spacing = 12,
          override_ascent = 3,
          override_descent = 0,
          override_boff = 0,
          glyph_row = 0x0,
          area = LEFT_MARGIN_AREA,
          nglyphs = 0,
          pixel_width = 0,
          ascent = 0,
          descent = 0,
          max_ascent = 0,
          max_descent = 0,
          phys_ascent = 0,
          phys_descent = 0,
          max_phys_ascent = 0,
          max_phys_descent = 0,
          current_x = 0,
          continuation_lines_width = 0,
          eol_pos = {
            charpos = 0,
            bytepos = 0
          },
          current_y = 0,
          first_vpos = 0,
          vpos = 0,
          hpos = 0,
          lnum = 0,
          lnum_bytepos = 0,
          lnum_width = 0,
          lnum_pixel_width = 0,
          pt_lnum = 0,
          stretch_adjust = 0,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = false,
          bidi_it = {
            bytepos = 0,
            charpos = 0,
            ch = 0,
            nchars = 0,
            ch_len = 0,
            type = UNKNOWN_BT,
            type_after_wn = UNKNOWN_BT,
            orig_type = UNKNOWN_BT,
            resolved_level = 0 '\000',
            isolate_level = 0 '\000',
            invalid_levels = 0,
            invalid_isolates = 0,
            prev = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_ws = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = 0,
            bracket_enclosed_type = UNKNOWN_BT,
            next_en_pos = 0,
            next_en_type = UNKNOWN_BT,
            sos = NEUTRAL_DIR,
            scan_dir = 0,
            disp_pos = 0,
            disp_prop = 0,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              } <repeats 96 times>, {
                next_for_neutral_pos = 93824994952139,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737084195240,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994989028,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 100 'd',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 100 'd',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 4,
                last_strong_type = 2,
                prev_for_neutral_type = 5,
                level = 229 '\345',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824995195676,
                next_for_neutral_type = 4,
                last_strong_type = 2,
                prev_for_neutral_type = 5,
                level = 229 '\345',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825020327752,
                next_for_neutral_type = 5,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93825020327752,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824993349220,
                next_for_neutral_type = 2,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825020326645,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 5,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824993055194,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825020327232,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824993312422,
                next_for_neutral_type = 4,
                last_strong_type = 6,
                prev_for_neutral_type = 4,
                level = 26 '\032',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 4,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 38 '&',
                flags = 232 '\350'
              }, {
                next_for_neutral_pos = 93825010281669,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 100 'd',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824994959562,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994993915,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 2,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824996206640,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 4,
                level = 0 '\000',
                flags = 0 '\000'
              }},
            string = {
              lstring = XIL(0x55555580c90b),
              s = 0x9390 <error: Cannot access memory at address 0x9390>,
              schars = 0,
              bufpos = 0,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x8,
            paragraph_dir = (unknown: 0x5765a590),
            separator_limit = 0,
            first_elt = false,
            new_paragraph = false,
            frame_window_p = false
          },
          paragraph_embedding = (L2R | R2L | unknown: 0x8),
          min_width_property = XIL(0x9390),
          min_width_start = 0
        }
        current_matrix_up_to_date_p = false
        used_current_matrix_p = false
        buffer_unchanged_p = <optimized out>
        temp_scroll_step = false
        rc = <optimized out>
        centering_position = -1
        last_line_misfit = false
        beg_unchanged = <optimized out>
        end_unchanged = <optimized out>
        frame_line_height = <optimized out>
        margin = <optimized out>
        use_desired_matrix = <optimized out>
        itdata = 0x0
#18 0x000055555564db7b in redisplay_window_0 (window=Python Exception <class 'gdb.error'> value has been optimized out: 
, window@entry=XIL(0x555559154be5)) at xdisp.c:17623
#19 0x000055555580dc0c in internal_condition_case_1 (bfun=bfun@entry=0x55555564db50 <redisplay_window_0>, arg=Python Exception <class 'gdb.error'> value has been optimized out: 
, arg@entry=XIL(0x555559154be5), handlers=Python Exception <class 'gdb.error'> value has been optimized out: 
, hfun=hfun@entry=0x5555555ecf80 <redisplay_window_error>) at eval.c:1498
        val = XIL(0)
        c = 0x555556282540
#20 0x00005555555ed184 in redisplay_windows (window=XIL(0x555559154be5)) at xdisp.c:17592
        w = 0x555559154be0
#21 0x00005555556325c2 in redisplay_internal () at xdisp.c:17042
        gcscrollbars = <optimized out>
        f_redisplay_flag = <optimized out>
        f = 0x555559154990
        w = <optimized out>
        sw = <optimized out>
        fr = <optimized out>
        pending = <optimized out>
        must_finish = <optimized out>
        match_p = <optimized out>
        tlbufpos = {
          charpos = <optimized out>,
          bytepos = <optimized out>
        }
        tlendpos = {
          charpos = <optimized out>,
          bytepos = <optimized out>
        }
        number_of_visible_frames = <optimized out>
        sf = <optimized out>
        polling_stopped_here = false
        tail = XIL(0x555558fb9893)
        hscroll_retries = <optimized out>
        garbaged_frame_retries = <optimized out>
        consider_all_windows_p = <optimized out>
        update_miniwindow_p = <optimized out>
#22 0x0000555555633ed5 in redisplay_preserve_echo_area (from_where=from_where@entry=12) at xdisp.c:17405
#23 0x0000555555880e19 in wait_reading_process_output (time_limit=time_limit@entry=52, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=Python Exception <class 'gdb.error'> value has been optimized out: 
, wait_proc=wait_proc@entry=0x0, just_wait_proc=0) at process.c:5912
        nread = <optimized out>
        process_skipped = <optimized out>
        wrapped = <optimized out>
        channel_start = 16
        child_fd = <optimized out>
        channel = <optimized out>
        nfds = <optimized out>
        Available = {
          fds_bits = {0 <repeats 16 times>}
        }
        Writeok = {
          fds_bits = {0 <repeats 16 times>}
        }
        check_write = <optimized out>
        check_delay = <optimized out>
        no_avail = <optimized out>
        xerrno = 11
        proc = XIL(0x555558f5d52d)
        timeout = {
          tv_sec = 0,
          tv_nsec = 50000000
        }
        end_time = {
          tv_sec = 1713634274,
          tv_nsec = 209925757
        }
        timer_delay = {
          tv_sec = <optimized out>,
          tv_nsec = <optimized out>
        }
        got_output_end_time = {
          tv_sec = 0,
          tv_nsec = -1
        }
        wait = TIMEOUT
        got_some_output = 461
        prev_wait_proc_nbytes_read = <optimized out>
        retry_for_async = <optimized out>
        now = {
          tv_sec = <optimized out>,
          tv_nsec = <optimized out>
        }
        last_read_channel = 21
#24 0x00005555555d8818 in sit_for (timeout=Python Exception <class 'gdb.error'> value has been optimized out: 
, reading=<optimized out>, display_option=<optimized out>) at dispnew.c:6264
        sec = 52
        nsec = 0
        do_display = true
        curbuf_eq_winbuf = true
        nbytes = <optimized out>
#25 0x0000555555762db4 in read_char (commandflag=1, map=Python Exception <class 'gdb.error'> value has been optimized out: 
, prev_event=Python Exception <class 'gdb.error'> value has been optimized out: 
, used_mouse_menu=0x7fffffffd8bb, end_time=0x0) at lisp.h:767
        tem0 = Python Exception <class 'gdb.error'> value has been optimized out: 

        timeout = 52
        delay_level = <optimized out>
        buffer_size = <optimized out>
        c = Python Exception <class 'gdb.error'> value has been optimized out: 

        local_getcjmp = {{
            __jmpbuf = {93825050261379, 5575883208042068739, 0, 93825050261379, 140737488345568, 0, -5575883207226967293, -1744248958002414845},
            __mask_was_saved = 0,
            __saved_mask = {
              __val = {6254528, 6254528, 0, 93825019000787, 93824994991192, 1, 1, 93825018946563, 93824994457265, 93825005062736, 4, 0, 93824994432379, 93825051856901, 93825051856896, 0}
            }
          }}
        save_jump = {{
            __jmpbuf = {0, 0, 0, 0, 0, 0, 0, 0},
            __mask_was_saved = 0,
            __saved_mask = {
              __val = {0 <repeats 16 times>}
            }
          }}
        tem = Python Exception <class 'gdb.error'> value has been optimized out: 

        save = Python Exception <class 'gdb.error'> value has been optimized out: 

        previous_echo_area_message = XIL(0)
        also_record = XIL(0)
        reread = false
        recorded = false
        polling_stopped_here = false
        orig_kboard = 0x55555633bca0
#26 0x00005555557642a9 in read_key_sequence (keybuf=<optimized out>, prompt=Python Exception <class 'gdb.error'> value has been optimized out: 
, dont_downcase_last=<optimized out>, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:10084
        interrupted_kboard = 0x55555633bca0
        interrupted_frame = <optimized out>
        key = Python Exception <class 'gdb.error'> value has been optimized out: 

        used_mouse_menu = false
        echo_local_start = 0
        last_real_key_start = 0
        keys_local_start = 0
        new_binding = Python Exception <class 'gdb.error'> value has been optimized out: 

        t = 0
        echo_start = 0
        keys_start = 0
        current_binding = XIL(0x555558cab783)
        first_unbound = 31
        mock_input = 0
        used_mouse_menu_history = {false <repeats 30 times>}
        fkey = {
          parent = XIL(0x55555629ffa3),
          map = XIL(0x55555629ffa3),
          start = 0,
          end = 0
        }
        keytran = {
          parent = XIL(0x7fffe854b00b),
          map = XIL(0x7fffe854b00b),
          start = 0,
          end = 0
        }
        indec = {
          parent = XIL(0x55555629ff93),
          map = XIL(0x55555629ff93),
          start = 0,
          end = 0
        }
        shift_translated = false
        delayed_switch_frame = XIL(0)
        original_uppercase = XIL(0)
        original_uppercase_position = -1
        dummyflag = false
        fake_prefixed_keys = XIL(0)
        first_event = XIL(0)
#27 0x000055555576661d in command_loop_1 () at lisp.h:1172
        cmd = Python Exception <class 'gdb.error'> value has been optimized out: 

        keybuf = {XIL(0x555558cc85d3), make_fixnum(6), XIL(0xa0), XIL(0x55555591e830), XIL(0x60), XIL(0x55555580c90b), XIL(0xf0f0), XIL(0), XIL(0), XIL(0x55555580f604), XIL(0x2aaa920adba0), XIL(0x5555564d2480), XIL(0), make_fixnum(23456248583393), XIL(0xb), XIL(0xf0f0), XIL(0x30), XIL(0x55555625b2a5), XIL(0x5555561967e0), XIL(0x555556187720), XIL(0x555556187720), XIL(0x60), XIL(0), XIL(0x555556187720), XIL(0x7fffffffde58), XIL(0x555555755610), XIL(0), XIL(0x7fffe8554dbb), XIL(0xb), XIL(0x98a0)}
        i = <optimized out>
        prev_modiff = 171
        prev_buffer = 0x555558e31000
#28 0x000055555580db67 in internal_condition_case (bfun=bfun@entry=0x5555557663e0 <command_loop_1>, handlers=Python Exception <class 'gdb.error'> value has been optimized out: 
, handlers@entry=XIL(0x90), hfun=hfun@entry=0x555555755450 <cmd_error>) at eval.c:1474
        val = XIL(0)
        c = 0x555556282400
#29 0x0000555555749682 in command_loop_2 (handlers=handlers@entry=XIL(0x90)) at keyboard.c:1133
#30 0x000055555580daac in internal_catch (tag=Python Exception <class 'gdb.error'> value has been optimized out: 
, func=func@entry=0x555555749660 <command_loop_2>, arg=Python Exception <class 'gdb.error'> value has been optimized out: 
, arg@entry=XIL(0x90)) at eval.c:1197
        val = XIL(0)
        c = 0x5555562822c0
#31 0x000055555574b89f in command_loop () at keyboard.c:1111
#32 0x0000555555754b3b in recursive_edit_1 () at keyboard.c:720
        val = Python Exception <class 'gdb.error'> value has been optimized out: 

#33 0x00005555557551a4 in Frecursive_edit () at keyboard.c:803
#34 0x00005555555c90b4 in main (argc=<optimized out>, argv=<optimized out>) at emacs.c:2521
        stack_bottom_variable = 0x50
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0
        dump_mode = <optimized out>
        skip_args = 0
        temacs = 0x0
        attempt_load_pdump = <optimized out>
        only_version = <optimized out>
        rlim = {
          rlim_cur = 10022912,
          rlim_max = 18446744073709551615
        }
        lc_all = <optimized out>
        sockfd = -1
        module_assertions = <optimized out>

Lisp Backtrace:

Thread 1 "emacs" hit Breakpoint 1, terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:426
./media/local_17/src/emacs/git/WTs/emacs-29/src/emacs.c:426:13380:beg:0x5555555ab9d7
The program being debugged stopped while in a function called from GDB.
Evaluation of the expression containing the function
(backtrace_function) will be abandoned.
When the function is done executing, GDB will silently stop.
Set logging options.

List of set logging subcommands:

set logging debugredirect -- Set the logging debug output mode.
set logging file -- Set the current logfile.
set logging off -- Disable logging.
set logging on -- Enable logging.
set logging overwrite -- Set whether logging overwrites or appends to the log file.
set logging redirect -- Set the logging output mode.

Type "help set logging" followed by set logging subcommand name for full documentation.
Type "apropos word" to search for commands related to "word".
Type "apropos -v word" for full documentation of commands related to "word".
Command name abbreviations are allowed if unambiguous.
warning: Currently logging to /tmp/emacs.crash.  Turn the logging off and on to make the new setting effective.
#0  terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:426
#1  0x00005555555b383f in die (msg=msg@entry=0x55555591e250 "pdl->kind == SPECPDL_BACKTRACE", file=file@entry=0x55555591dde0 "eval.c", line=line@entry=122) at alloc.c:7707
#2  0x00005555555b8931 in backtrace_function (pdl=<optimized out>) at eval.c:122
#3  0x00007ffffffef22f in <function called from gdb> ()
#4  terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:426
#5  0x00005555555b383f in die (msg=msg@entry=0x55555591e250 "pdl->kind == SPECPDL_BACKTRACE", file=file@entry=0x55555591dde0 "eval.c", line=line@entry=122) at alloc.c:7707
#6  0x00005555555b8931 in backtrace_function (pdl=<optimized out>) at eval.c:122
#7  0x00007ffffffef2ef in <function called from gdb> ()
#8  terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:426
#9  0x00005555555b383f in die (msg=msg@entry=0x55555591e250 "pdl->kind == SPECPDL_BACKTRACE", file=file@entry=0x55555591dde0 "eval.c", line=line@entry=122) at alloc.c:7707
#10 0x00005555555b8931 in backtrace_function (pdl=<optimized out>) at eval.c:122
#11 0x00007ffffffef3af in <function called from gdb> ()
#12 raise (sig=sig@entry=6) at raise.c:51
        set = {
          __val = {402653184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 268435456, 42960, 93824995657200, 93824994483520, 18446744067266838271}
        }
        pid = <optimized out>
        tid = <optimized out>
#13 0x00005555555aba95 in terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=-68264, backtrace_limit@entry=2147483647) at emacs.c:464
#14 0x00005555555b383f in die (msg=msg@entry=0x5555558fb400 "it->method == GET_FROM_BUFFER || it->method == GET_FROM_DISPLAY_VECTOR || it->method == GET_FROM_STRING || it->method == GET_FROM_IMAGE", file=file@entry=0x5555558f9718 "xdisp.c", line=line@entry=23978) at alloc.c:7707
#15 0x000055555559cd88 in push_prefix_prop (prop=Python Exception <class 'gdb.error'> value has been optimized out: 
, it=0x7fffffff6c60) at xdisp.c:23978
        pos = {
          charpos = 1,
          bytepos = 1
        }
#16 handle_line_prefix (it=0x7fffffff6c60) at xdisp.c:24106
#17 0x0000555555615be9 in move_it_in_display_line_to (it=0x7fffffff6c60, to_charpos=224, to_x=-1, op=MOVE_TO_POS) at xdisp.c:9783
        result = MOVE_UNDEFINED
        saved_glyph_row = 0x555558dc8970
        wrap_it = {
          window = make_fixnum(1001),
          w = 0x5555558a0ce3 <Fnext_property_change+227>,
          f = 0x0,
          method = 4002,
          stop_charpos = 4006,
          prev_stop = 1001,
          base_level_stop = 0,
          end_charpos = 24000,
          medium_narrowing_begv = 1001,
          medium_narrowing_zv = 4006,
          large_narrowing_begv = 4006,
          large_narrowing_zv = 93824995704841,
          s = 0x0,
          string_nchars = 320,
          multibyte_p = true,
          tab_line_p = true,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = false,
          ellipsis_p = false,
          avoid_cursor_p = false,
          dp = 0x0,
          dpvec = 0x0,
          dpend = 0x0,
          dpvec_char_len = 1459480109,
          dpvec_face_id = 21845,
          saved_face_id = 1001,
          ctl_chars = {make_fixnum(754), make_fixnum(1001), make_fixnum(188), XIL(0x5555556124b3), XIL(0x7fffffff8a28), XIL(0x1), XIL(0x7fffffff8af0), XIL(0x100000001), XIL(0x1), XIL(0), XIL(0x3e9), make_fixnum(188), XIL(0x3e9), XIL(0xcdab7ecd2f3da700), XIL(0), make_fixnum(188)},
          start = {
            pos = {
              charpos = 140737488327416,
              bytepos = 754
            },
            overlay_string_index = 754,
            string_pos = {
              charpos = 140737488325352,
              bytepos = 140737488325360
            },
            dpvec_index = 1433126972
          },
          current = {
            pos = {
              charpos = 17,
              bytepos = 93825020061224
            },
            overlay_string_index = 4294967298,
            string_pos = {
              charpos = 1001,
              bytepos = 140737488325192
            },
            dpvec_index = -30144
          },
          n_overlay_strings = 754,
          overlay_strings_charpos = 93825055149024,
          overlay_strings = {XIL(0x1ffff8de8), XIL(0xcdab7ecd2f3da700), XIL(0), XIL(0x7fffffff8a28), XIL(0), XIL(0x3d0), XIL(0), XIL(0xcdab7ecd2f3da700), XIL(0x3d0), XIL(0x7fffffff8a58), XIL(0), XIL(0x5d), XIL(0), XIL(0), XIL(0x5d), XIL(0x5555556bd28c)},
          string_overlays = {XIL(0x1), XIL(0x7fffffff8a78), XIL(0x7fffffff8a58), XIL(0x5555556bd2a1), XIL(0x555558e31005), XIL(0), XIL(0x5dc0), XIL(0x5555558985f0), make_fixnum(60), XIL(0x5555558b5e7d), XIL(0), XIL(0xf3), XIL(0xf3), XIL(0xcdab7ecd2f3da700), make_fixnum(243), XIL(0x7fffffff8a58)},
          string = XIL(0),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 16,
              stop_charpos = 93824993712800,
              prev_stop = 140737488288256,
              base_level_stop = 93184,
              cmp_it = {
                stop_pos = 140737488288256,
                id = 140737488288328,
                ch = 1491275781,
                rule_idx = 93824995690166,
                lookback = 93825052867587,
                nglyphs = 1434503435,
                reversed_p = 85,
                parent_it = 0x555558e31005,
                charpos = 93824995153609,
                nchars = 1006,
                nbytes = 0,
                from = 1435197053,
                to = 21845,
                width = 1492286467
              },
              face_id = 746,
              u = {
                image = {
                  object = XIL(0x555558e31005),
                  slice = {
                    x = XIL(0x7ffffffefaa8),
                    y = XIL(0x555558e31005),
                    width = make_fixnum(23456248922541),
                    height = XIL(0x5dc0)
                  },
                  image_id = 747
                },
                stretch = {
                  object = XIL(0x555558e31005)
                },
                xwidget = {
                  object = XIL(0x555558e31005)
                }
              },
              position = {
                charpos = 93825051856901,
                bytepos = 746
              },
              current = {
                pos = {
                  charpos = 24000,
                  bytepos = 93824995657200
                },
                overlay_string_index = 745,
                string_pos = {
                  charpos = 93824995778173,
                  bytepos = 0
                },
                dpvec_index = 746
              },
              from_overlay = make_fixnum(186),
              area = -66768,
              method = 32767,
              paragraph_embedding = (R2L | unknown: 0xba8),
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (WORD_WRAP | unknown: 0x558b76c0),
              voffset = 21845,
              space_width = XIL(0x555558e31005),
              font_height = XIL(0x16c00)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 93825053655520,
              stop_charpos = -9223372036854775808,
              prev_stop = 140737488288560,
              base_level_stop = 93184,
              cmp_it = {
                stop_pos = 140737488288560,
                id = 140737488288632,
                ch = 1491275781,
                rule_idx = 93824995690166,
                lookback = 93825052867587,
                nglyphs = 1434503435,
                reversed_p = 85,
                parent_it = 0x555558e31005,
                charpos = 93825005025056,
                nchars = 3014,
                nbytes = 0,
                from = 1434514948,
                to = 21845,
                width = 1486424336
              },
              face_id = 1490412944,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = make_fixnum(753),
                    y = make_fixnum(746),
                    width = XIL(0x5555558a0d35),
                    height = make_fixnum(753)
                  },
                  image_id = 2986
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 2986,
                bytepos = 753
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 24000
                },
                overlay_string_index = 753,
                string_pos = {
                  charpos = 3014,
                  bytepos = 3014
                },
                dpvec_index = 1435123721
              },
              from_overlay = XIL(0),
              area = 864,
              method = GET_FROM_BUFFER,
              paragraph_embedding = (L2R | R2L),
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0x55555701f545),
              string_nchars = 753,
              end_charpos = 2014,
              stop_charpos = 3014,
              prev_stop = 503,
              base_level_stop = 93824993010867,
              cmp_it = {
                stop_pos = 140737488329768,
                id = 1,
                ch = -25360,
                rule_idx = 4294967297,
                lookback = 1,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x2f1,
                charpos = 503,
                nchars = 1444346312,
                nbytes = 21845,
                from = 792569600,
                to = -844398899,
                width = 11
              },
              face_id = 503,
              u = {
                image = {
                  object = XIL(0x7fffffffa4f8),
                  slice = {
                    x = XIL(0x1f7),
                    y = XIL(0x1f7),
                    width = XIL(0x7fffffff9ce8),
                    height = XIL(0x7fffffff9cf0)
                  },
                  image_id = 93824993708092
                },
                stretch = {
                  object = XIL(0x7fffffffa4f8)
                },
                xwidget = {
                  object = XIL(0x7fffffffa4f8)
                }
              },
              position = {
                charpos = 140737488329768,
                bytepos = 93825020327232
              },
              current = {
                pos = {
                  charpos = 4294967296,
                  bytepos = 93184
                },
                overlay_string_index = 140737488329800,
                string_pos = {
                  charpos = 140737488329792,
                  bytepos = 503
                },
                dpvec_index = 503
              },
              from_overlay = XIL(0x3a0),
              area = 792569600,
              method = 3450568397,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (unknown: 0xffff9c28),
              voffset = 32767,
              space_width = XIL(0),
              font_height = XIL(0x21f)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 543,
              stop_charpos = 93824993710732,
              prev_stop = 1,
              base_level_stop = 140737488329800,
              cmp_it = {
                stop_pos = 140737488329768,
                id = 93824993710753,
                ch = 93183,
                rule_idx = 0,
                lookback = 93184,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 93824995084555,
                nchars = 1492065264,
                nbytes = 21845,
                from = 1434572489,
                to = 21845,
                width = 0
              },
              face_id = 792569600,
              u = {
                image = {
                  object = XIL(0x2aaa91c488c0),
                  slice = {
                    x = XIL(0x7fffffff9c28),
                    y = XIL(0x16c00),
                    width = XIL(0),
                    height = make_fixnum(135)
                  },
                  image_id = 1
                },
                stretch = {
                  object = XIL(0x2aaa91c488c0)
                },
                xwidget = {
                  object = XIL(0x2aaa91c488c0)
                }
              },
              position = {
                charpos = -1,
                bytepos = 93824993712800
              },
              current = {
                pos = {
                  charpos = 4611686019484352512,
                  bytepos = 93824995197029
                },
                overlay_string_index = 28032,
                string_pos = {
                  charpos = 93825005053088,
                  bytepos = 46912078383296
                },
                dpvec_index = 1444443936
              },
              from_overlay = XIL(0x2aaa91c488c0),
              area = 1434625164,
              method = 21845,
              paragraph_embedding = L2R,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (WINDOW_WRAP | unknown: 0x91c488c0),
              voffset = 10922,
              space_width = XIL(0x30000000b),
              font_height = XIL(0x555555827b1c)
            }, {
              string = XIL(0x2aaa91c488c0),
              string_nchars = 1459747152,
              end_charpos = 46912078383296,
              stop_charpos = 93824993785787,
              prev_stop = 93825020327232,
              base_level_stop = 93825018868552,
              cmp_it = {
                stop_pos = 93825018868549,
                id = 93824993792121,
                ch = 0,
                rule_idx = 93824993812557,
                lookback = 46912078383296,
                nglyphs = 1444443936,
                reversed_p = 85,
                parent_it = 0x7ffffffeff30,
                charpos = 140737488289552,
                nchars = 1459745520,
                nbytes = 21845,
                from = 1444443905,
                to = 0,
                width = 1459746112
              },
              face_id = 20,
              u = {
                image = {
                  object = XIL(0x7ffffffeff30),
                  slice = {
                    x = make_fixnum(23456248451902),
                    y = XIL(0x1),
                    width = XIL(0x1),
                    height = XIL(0x7fffffff05e0)
                  },
                  image_id = 93825053727424
                },
                stretch = {
                  object = XIL(0x7ffffffeff30)
                },
                xwidget = {
                  object = XIL(0x7ffffffeff30)
                }
              },
              position = {
                charpos = 46912078383296,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 140737488290256,
                  bytepos = 555
                },
                overlay_string_index = 27984,
                string_pos = {
                  charpos = 69360,
                  bytepos = 69360
                },
                dpvec_index = 69360
              },
              from_overlay = XIL(0x10ef0),
              area = 69360,
              method = GET_FROM_BUFFER,
              paragraph_embedding = (unknown: 0x10ef0),
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (unknown: 0x10ef0),
              voffset = 0,
              space_width = XIL(0x10ef0),
              font_height = XIL(0x10ef0)
            }},
          sp = -404944996,
          selective = 69360,
          what = 69360,
          face_id = 0,
          selective_display_ellipsis_p = false,
          ctl_arrow_p = false,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = true,
          overlay_strings_at_end_processed_p = true,
          ignore_overlay_strings_at_pos_p = true,
          glyph_not_available_p = true,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = true,
          constrain_row_ascent_descent_p = true,
          line_number_produced_p = true,
          line_wrap = TRUNCATE,
          base_face_id = 69360,
          c = 0,
          len = 69360,
          cmp_it = {
            stop_pos = 69360,
            id = 69360,
            ch = 69360,
            rule_idx = 48,
            lookback = 0,
            nglyphs = 792569600,
            reversed_p = 205,
            parent_it = 0x555556190a50 <lispsym+37680>,
            charpos = 5,
            nchars = 0,
            nbytes = 0,
            from = -1849390912,
            to = 10922,
            width = 1444447632
          },
          char_to_display = 1459745520,
          glyphless_method = 21845,
          image_id = 140737488290256,
          xwidget = 0x5555556d4f44 <merge_face_ref+356>,
          slice = {
            x = XIL(0x7fffffff8a28),
            y = make_fixnum(86),
            width = XIL(0x55555701f540),
            height = XIL(0x7fffffff05e0)
          },
          space_width = XIL(0x55555701f2f0),
          voffset = 464,
          tab_width = -1,
          font_height = XIL(0x3e7),
          object = XIL(0x55555581d6c9),
          position = {
            charpos = 41,
            bytepos = 93825005053088
          },
          truncation_pixel_width = -25504,
          continuation_pixel_width = 737,
          first_visible_x = 0,
          last_visible_x = 1434563611,
          last_visible_y = 21845,
          extra_line_spacing = 23,
          max_extra_line_spacing = 0,
          override_ascent = 1444471968,
          override_descent = 21845,
          override_boff = 0,
          glyph_row = 0x55555581b41b <make_lisp_symbol+59>,
          area = 48340064,
          nglyphs = 0,
          pixel_width = 3,
          ascent = 0,
          descent = 1056964608,
          max_ascent = 1073741824,
          max_descent = 1434615909,
          phys_ascent = 21845,
          phys_descent = 28032,
          max_phys_ascent = 0,
          max_phys_descent = 1444471968,
          current_x = 21845,
          continuation_lines_width = 48340064,
          eol_pos = {
            charpos = 93825005025056,
            bytepos = 48340064
          },
          current_y = 1434625164,
          first_vpos = 21845,
          vpos = 1,
          hpos = 0,
          lnum = 48340066,
          lnum_bytepos = 12884901888,
          lnum_width = 792569600,
          lnum_pixel_width = -844398899,
          pt_lnum = 48340064,
          stretch_adjust = -65040,
          left_user_fringe_bitmap = 32767,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 984544,
          right_user_fringe_face_id = 32767,
          bidi_p = false,
          bidi_it = {
            bytepos = 93825020327232,
            charpos = 0,
            ch = 1459745520,
            nchars = 140737488290256,
            ch_len = 93824993812729,
            type = UNKNOWN_BT,
            type_after_wn = UNKNOWN_BT,
            orig_type = 1433231437,
            resolved_level = 85 'U',
            isolate_level = 85 'U',
            invalid_levels = 48340064,
            invalid_isolates = 93825005025056,
            prev = {
              charpos = 140737488290288,
              type = 4294902224,
              orig_type = 32767
            },
            last_strong = {
              charpos = 93825020326640,
              type = 1444443905,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = 93825020327232,
              type = WEAK_NSM,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = 140737488290288,
              type = 1433226490,
              orig_type = 21845
            },
            next_for_ws = {
              charpos = 93825020061224,
              type = 1434371019,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = 140737488291296,
            bracket_enclosed_type = 1493146304,
            next_en_pos = 48340064,
            next_en_type = UNKNOWN_BT,
            sos = (L2R | unknown: 0x5554),
            scan_dir = 0,
            disp_pos = 93824993844431,
            disp_prop = 27984,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 93825009259520,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824993923565,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 92 '\\',
                flags = 232 '\350'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 6,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052646384,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 5,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 7,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825052646927,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994815189,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488325208,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993715342,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488290704,
                next_for_neutral_type = 7,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 77,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 98784247831,
                next_for_neutral_type = 7,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 76,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 76,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 76,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 44,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 242 '\362',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93824995164343,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052867587,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825050836131,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4611686018528051200,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 93824995668551,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294967296,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825007907328,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 68 'D',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737269174580,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 6,
                level = 129 '\201',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 140737268907068,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737266550922,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 2230,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488291384,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824995722096,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 140737322603176,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 115,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 55 '7',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825006938336,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737322608530,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488291651,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993718072,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488291488,
                next_for_neutral_type = 6,
                last_strong_type = 0,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488291608,
                next_for_neutral_type = 4,
                last_strong_type = 2,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993718764,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825004485992,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 4294967295,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 140737488291828,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995834213,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488291616,
                next_for_neutral_type = 6,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825051268144,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 23,
                next_for_neutral_type = 6,
                last_strong_type = 3,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993717890,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 218 '\332',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 185 '\271',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 93824992874016,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993718764,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 8,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 4294967295,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993019689,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 3,
                level = 96 '`',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 87 'W',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 17179869198,
                next_for_neutral_type = 4,
                last_strong_type = 5,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488355327,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 556,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 6,
                level = 80 'P',
                flags = 241 '\361'
              }, {
                next_for_neutral_pos = 140733193388040,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 282941047577456,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 2,
                level = 19 '\023',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 12,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 47244640256,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93823560581120,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93823560581120,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140733193388032,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140733193388032,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93823560581130,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 6,
                level = 146 '\222',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824996214177,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 146 '\222',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 11,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 4294967296,
                next_for_neutral_type = 2,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488293511,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140733193388032,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93823560581120,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 32,
                next_for_neutral_type = 3,
                last_strong_type = 5,
                prev_for_neutral_type = 3,
                level = 143 '\217',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 206158430248,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }},
            string = {
              lstring = XIL(0x7fffffff0fe0),
              s = 0x5555558ff0e9 "%ld",
              schars = 93824996214144,
              bufpos = 140737488293808,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x3b,
            paragraph_dir = (unknown: 0xffff0fc0),
            separator_limit = 140737241980832,
            first_elt = false,
            new_paragraph = true,
            frame_window_p = false
          },
          paragraph_embedding = NEUTRAL_DIR,
          min_width_property = XIL(0x555558d0a2d0),
          min_width_start = 1449188752
        }
        atpos_it = {
          window = XIL(0),
          w = 0x0,
          f = 0xffffffffffffffff,
          method = GET_FROM_BUFFER,
          stop_charpos = 140737488294128,
          prev_stop = 140733193388032,
          base_level_stop = 93823560581120,
          end_charpos = 93823560581120,
          medium_narrowing_begv = 140733193388032,
          medium_narrowing_zv = 140733193388032,
          large_narrowing_begv = 0,
          large_narrowing_zv = 140733193388032,
          s = 0x7fffffff0b90 "",
          string_nchars = 93823560581130,
          multibyte_p = false,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = true,
          ellipsis_p = false,
          avoid_cursor_p = true,
          dp = 0x0,
          dpvec = 0xd68,
          dpend = 0x5555559205a1,
          dpvec_char_len = 1435633025,
          dpvec_face_id = 21845,
          saved_face_id = 11,
          ctl_chars = {XIL(0xffffffffffffffff), XIL(0x100000000), make_fixnum(23455890145282), XIL(0x7fffffff1007), XIL(0x555500000000), XIL(0), XIL(0x1), XIL(0x7fff00000000), XIL(0), XIL(0x555500000000), XIL(0x7fffffff0c20), XIL(0x20), XIL(0x5555558ff0eb), XIL(0x3000000028), XIL(0x7fffffff1220), XIL(0x7fffffff1160)},
          start = {
            pos = {
              charpos = 93824996077801,
              bytepos = 11
            },
            overlay_string_index = 93825007907328,
            string_pos = {
              charpos = 4,
              bytepos = 140737488292932
            },
            dpvec_index = -219174945
          },
          current = {
            pos = {
              charpos = 140737241980832,
              bytepos = 93823560581120
            },
            overlay_string_index = 93823560581120,
            string_pos = {
              charpos = 284706,
              bytepos = 277956
            },
            dpvec_index = -62484
          },
          n_overlay_strings = 4294967389,
          overlay_strings_charpos = 4,
          overlay_strings = {XIL(0x58000004d0), XIL(0x3000000020), XIL(0x7fffffff1270), XIL(0x7fffffff11b0), XIL(0x555556447200), XIL(0x55555657e170), XIL(0x61), XIL(0x7fffffff0ee0), XIL(0x555556447200), XIL(0xcdab7ecd2f3da700), XIL(0x80004d103080058), XIL(0x61), XIL(0), XIL(0x7fffffff0ee0), XIL(0x555556447200), XIL(0)},
          string_overlays = {XIL(0x61), XIL(0x7ffff2eceab9), XIL(0x555556330800), XIL(0x800), XIL(0x800), XIL(0x1), XIL(0x555558577d80), XIL(0), XIL(0), make_fixnum(35184316629027), XIL(0), XIL(0x3000000028), XIL(0x7fffffff1380), XIL(0x3000000028), XIL(0x7fffffff1390), XIL(0x7fffffff12d0)},
          string = XIL(0x7fffffff1390),
          from_overlay = XIL(0x7fffffff12d0),
          stack = {{
              string = XIL(0),
              string_nchars = 1487322960,
              end_charpos = 93825009770136,
              stop_charpos = 0,
              prev_stop = 93825042709888,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = -3626665655190837504,
                ch = 0,
                rule_idx = 140737488319720,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 1,
                nchars = 1,
                nbytes = 0,
                from = 1433135996,
                to = 21845,
                width = 0
              },
              face_id = 1,
              u = {
                image = {
                  object = XIL(0x1),
                  slice = {
                    x = XIL(0x7fffffff0dc0),
                    y = XIL(0x17),
                    width = XIL(0),
                    height = XIL(0x7fffffff74e8)
                  },
                  image_id = 5
                },
                stretch = {
                  object = XIL(0x1)
                },
                xwidget = {
                  object = XIL(0x1)
                }
              },
              position = {
                charpos = 4,
                bytepos = 4
              },
              current = {
                pos = {
                  charpos = 91,
                  bytepos = 1
                },
                overlay_string_index = 1,
                string_pos = {
                  charpos = 98784247831,
                  bytepos = 23
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LAST_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = L2R,
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (WORD_WRAP | WINDOW_WRAP),
              voffset = 0,
              space_width = XIL(0x100000001),
              font_height = XIL(0xffffffffffffffff)
            }, {
              string = XIL(0),
              string_nchars = 3,
              end_charpos = 4294967297,
              stop_charpos = 1,
              prev_stop = 1,
              base_level_stop = -1,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 1,
                lookback = 5,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 3,
                nbytes = 0,
                from = 15,
                to = 0,
                width = 36
              },
              face_id = 24,
              u = {
                image = {
                  object = XIL(0x7fffffff0000),
                  slice = {
                    x = XIL(0),
                    y = XIL(0x5555fbad8001),
                    width = XIL(0x7fffffff11b0),
                    height = XIL(0x555556447200)
                  },
                  image_id = 93825006660048
                },
                stretch = {
                  object = XIL(0x7fffffff0000)
                },
                xwidget = {
                  object = XIL(0x7fffffff0000)
                }
              },
              position = {
                charpos = 93825007165120,
                bytepos = 93824995153609
              },
              current = {
                pos = {
                  charpos = 1049098,
                  bytepos = 93825050931923
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 93824995159579,
                  bytepos = 93825050931875
                },
                dpvec_index = 4
              },
              from_overlay = XIL(0),
              area = 6,
              method = GET_FROM_C_STRING,
              paragraph_embedding = (unknown: 0xffff74e8),
              multibyte_p = true,
              string_from_display_prop_p = true,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = true,
              avoid_cursor_p = true,
              bidi_p = true,
              from_disp_prop_p = true,
              line_wrap = (WINDOW_WRAP | unknown: 0x556be48c),
              voffset = 21845,
              space_width = XIL(0x555558d4f2c3),
              font_height = XIL(0x555558d4f2c3)
            }, {
              string = XIL(0x60),
              string_nchars = 6144,
              end_charpos = 0,
              stop_charpos = 93824995265037,
              prev_stop = 93825054171176,
              base_level_stop = 93825054171181,
              cmp_it = {
                stop_pos = 93825009935885,
                id = 140737488296400,
                ch = 1493590061,
                rule_idx = 93824995234555,
                lookback = 96,
                nglyphs = -58928,
                reversed_p = 255,
                parent_it = 0x2,
                charpos = 16,
                nchars = 8,
                nbytes = 0,
                from = 1,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0x8),
                  slice = {
                    x = XIL(0x3a0),
                    y = XIL(0x8),
                    width = XIL(0x10),
                    height = XIL(0)
                  },
                  image_id = 8
                },
                stretch = {
                  object = XIL(0x8)
                },
                xwidget = {
                  object = XIL(0x8)
                }
              },
              position = {
                charpos = 8,
                bytepos = 8
              },
              current = {
                pos = {
                  charpos = 8,
                  bytepos = 93825052739567
                },
                overlay_string_index = 928,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0x555558ef1bf0),
              area = 1492065264,
              method = 21845,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (WORD_WRAP | WINDOW_WRAP | unknown: 0x21c),
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0x55555616ee88)
            }, {
              string = XIL(0x1010000000000),
              string_nchars = 1492065807,
              end_charpos = 93825052739567,
              stop_charpos = 8,
              prev_stop = 93183,
              base_level_stop = 93825020327232,
              cmp_it = {
                stop_pos = 4294967296,
                id = 0,
                ch = 0,
                rule_idx = 93824995084555,
                lookback = 93825052646384,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = -3626665655190837504,
                nchars = 1492158447,
                nbytes = 21845,
                from = -25560,
                to = 32767,
                width = 0
              },
              face_id = 557,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0x22d),
                    width = XIL(0x5555556bd28c),
                    height = XIL(0x1)
                  },
                  image_id = 140737488329800
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 140737488329768,
                bytepos = 93824993710753
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 93824995096064
                },
                overlay_string_index = 93825052646384,
                string_pos = {
                  charpos = 93825026861008,
                  bytepos = 0
                },
                dpvec_index = 93183
              },
              from_overlay = XIL(0xb),
              area = 37680,
              method = GET_FROM_BUFFER,
              paragraph_embedding = (unknown: 0x30),
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (unknown: 0x2f3da700),
              voffset = 32461,
              space_width = XIL(0x555556190a50),
              font_height = XIL(0x7fffffff9c28)
            }, {
              string = XIL(0x16c00),
              string_nchars = 0,
              end_charpos = 556,
              stop_charpos = 1,
              prev_stop = -1,
              base_level_stop = 93824993712800,
              cmp_it = {
                stop_pos = 140737488329768,
                id = 4294967295,
                ch = 0,
                rule_idx = 0,
                lookback = 140737488327152,
                nglyphs = 1433146885,
                reversed_p = 85,
                parent_it = 0x21e,
                charpos = 542,
                nchars = 59,
                nbytes = 0,
                from = 1,
                to = 0,
                width = 1
              },
              face_id = 1,
              u = {
                image = {
                  object = XIL(0x17),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0x21d),
                    height = XIL(0x100000001)
                  },
                  image_id = 541
                },
                stretch = {
                  object = XIL(0x17)
                },
                xwidget = {
                  object = XIL(0x17)
                }
              },
              position = {
                charpos = 4294967297,
                bytepos = -1
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 541
                },
                overlay_string_index = 4294967297,
                string_pos = {
                  charpos = 520,
                  bytepos = 1
                },
                dpvec_index = -1
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = WORD_WRAP,
              voffset = 0,
              space_width = XIL(0x2f1),
              font_height = XIL(0)
            }},
          sp = 0,
          selective = 0,
          what = 69360,
          face_id = 0,
          selective_display_ellipsis_p = false,
          ctl_arrow_p = false,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = true,
          overlay_strings_at_end_processed_p = true,
          ignore_overlay_strings_at_pos_p = true,
          glyph_not_available_p = true,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = true,
          constrain_row_ascent_descent_p = true,
          line_number_produced_p = true,
          line_wrap = TRUNCATE,
          base_face_id = 69360,
          c = 0,
          len = 69360,
          cmp_it = {
            stop_pos = 35795760,
            id = -3626665655190837504,
            ch = -58928,
            rule_idx = 5,
            lookback = 0,
            nglyphs = -1848527600,
            reversed_p = 170,
            parent_it = 0x555556188590 <lispsym+3696>,
            charpos = 93825020326640,
            nchars = -60128,
            nbytes = 32767,
            from = 1433227076,
            to = 21845,
            width = 28032
          },
          char_to_display = 1444471968,
          glyphless_method = 21845,
          image_id = 93825020327232,
          xwidget = 0x7fffffff1930,
          slice = {
            x = XIL(0x55555701f2f0),
            y = XIL(0x7fffffff1520),
            width = XIL(0x10ef0),
            height = XIL(0x55555581d6c9)
          },
          space_width = XIL(0x300010ef0),
          voffset = -7008,
          tab_width = 22040,
          font_height = XIL(0x2aaa91d81598),
          object = XIL(0x55555581b41b),
          position = {
            charpos = 140737488296400,
            bytepos = 93825005053088
          },
          truncation_pixel_width = 0,
          continuation_pixel_width = 0,
          first_visible_x = 0,
          last_visible_x = 1434563611,
          last_visible_y = 21845,
          extra_line_spacing = -1848109672,
          max_extra_line_spacing = 10922,
          override_ascent = 3,
          override_descent = 0,
          override_boff = 1056964608,
          glyph_row = 0x555555828065 <plist_get+309>,
          area = 28032,
          nglyphs = 0,
          pixel_width = 1444471968,
          ascent = 21845,
          descent = -1848109672,
          max_ascent = 10922,
          max_descent = 1444443936,
          phys_ascent = 21845,
          phys_descent = -1848109672,
          max_phys_ascent = 10922,
          max_phys_descent = 1434625164,
          current_x = 21845,
          continuation_lines_width = 1494567904,
          eol_pos = {
            charpos = 46912079664538,
            bytepos = 17179808928
          },
          current_y = 1434614556,
          first_vpos = 21845,
          vpos = -1848109672,
          hpos = 10922,
          lnum = 93825020328272,
          lnum_bytepos = 46912079664536,
          lnum_width = 1433204667,
          lnum_pixel_width = 21845,
          pt_lnum = 93825020327232,
          stretch_adjust = 1448870912,
          left_user_fringe_bitmap = 21845,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 787453,
          right_user_fringe_face_id = 21845,
          bidi_p = false,
          bidi_it = {
            bytepos = 93824993792121,
            charpos = 0,
            ch = 1433231437,
            nchars = 46912079664536,
            ch_len = 93825005025056,
            type = 4294907200,
            type_after_wn = 32767,
            orig_type = 4294907168,
            resolved_level = -1 '\377',
            isolate_level = 127 '\177',
            invalid_levels = 93825020326640,
            invalid_isolates = 1444443905,
            prev = {
              charpos = 93825020327232,
              type = WEAK_NSM,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 140737488295232,
              type = 1433226490,
              orig_type = 21845
            },
            next_for_neutral = {
              charpos = 69360,
              type = 69360,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = 140737488296240,
              type = 1493146304,
              orig_type = 21845
            },
            next_for_ws = {
              charpos = 46912079664536,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = 0,
            bracket_enclosed_type = 69360,
            next_en_pos = 27984,
            next_en_type = 69360,
            sos = NEUTRAL_DIR,
            scan_dir = 69360,
            disp_pos = 69360,
            disp_prop = 69360,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737084690124,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 1,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 77,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 212 '\324',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 5,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 46912079664536,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 24 '\030',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 46912079664536,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93824993808196,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93184,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 140737488296240,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824995777711,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488295776,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995784151,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 546,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825053655520,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -9223372036854775808,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995784514,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488296240,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824992983532,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 2,
                level = 231 '\347',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 93824993838891,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 16384,
                next_for_neutral_type = 4,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488295824,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488295776,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 544,
                next_for_neutral_type = 2,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993785787,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 1,
                level = 75 'K',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 93824995153609,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 75 'K',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 242 '\362',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93824995164343,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052867587,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825050836131,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4611686018528051200,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 93824995668551,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294967296,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825007907328,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 68 'D',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737269174580,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 6,
                level = 129 '\201',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 140737268907068,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737266550922,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 2182,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 545,
                next_for_neutral_type = 5,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488296328,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824995722096,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 545,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 140737322603176,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 115,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 55 '7',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825006938336,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737322608530,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488296595,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737322266984,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 4,
                last_strong_type = 5,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488296432,
                next_for_neutral_type = 6,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488296552,
                next_for_neutral_type = 4,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 7,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 493921239041,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825009935880,
                next_for_neutral_type = 2,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825004485992,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 140737488296772,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995834213,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488296560,
                next_for_neutral_type = 6,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825018597888,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993158344,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825050664883,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 231 '\347',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 185 '\271',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 93824992874016,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993035217,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824992879276,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 22,
                next_for_neutral_type = 4,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993717890,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993019689,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488329768,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993718764,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93184,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 246 '\366',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 1101659111423,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 2,
                level = 19 '\023',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93823560581120,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 219 '\333',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488355327,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 9,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 15 '\017',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 3,
                level = 210 '\322',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 881260865280,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 512,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 2,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 219 '\333',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 140737488335640,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993718072,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93823560581121,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }},
            string = {
              lstring = XIL(0),
              s = 0x7fffffff1de0 "",
              schars = 140737488335640,
              bufpos = 140737488335640,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x0,
            paragraph_dir = L2R,
            separator_limit = 0,
            first_elt = false,
            new_paragraph = false,
            frame_window_p = true
          },
          paragraph_embedding = L2R,
          min_width_property = XIL(0x555558dbf934),
          min_width_start = 1488627124
        }
        atx_it = {
          window = XIL(0x100000000),
          w = 0x55555892d088,
          f = 0x0,
          method = GET_FROM_DISPLAY_VECTOR,
          stop_charpos = 140737488297568,
          prev_stop = -1,
          base_level_stop = 12,
          end_charpos = 5,
          medium_narrowing_begv = 93825045332853,
          medium_narrowing_zv = 2,
          large_narrowing_begv = 2,
          large_narrowing_zv = 2,
          s = 0x2 <error: Cannot access memory at address 0x2>,
          string_nchars = -3626665655190837504,
          multibyte_p = true,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = true,
          from_disp_prop_p = false,
          ellipsis_p = true,
          avoid_cursor_p = false,
          dp = 0x7fffffffb318,
          dpvec = 0x16c00,
          dpend = 0x17,
          dpvec_char_len = 542,
          dpvec_face_id = 0,
          saved_face_id = 1,
          ctl_chars = {XIL(0xffffffffffffffff), make_fixnum(23456248429472), XIL(0), XIL(0), XIL(0), XIL(0xcdab7ecd00000001), XIL(0), XIL(0xffffffffffffffff), XIL(0x7fffffffb318), XIL(0x7fffffffb318), XIL(0), XIL(0), XIL(0x7fffffffa8e0), XIL(0x5555556bf1ec), XIL(0), XIL(0)},
          start = {
            pos = {
              charpos = 23,
              bytepos = 93824993712800
            },
            overlay_string_index = 0,
            string_pos = {
              charpos = 0,
              bytepos = 0
            },
            dpvec_index = 1
          },
          current = {
            pos = {
              charpos = 0,
              bytepos = 0
            },
            overlay_string_index = 0,
            string_pos = {
              charpos = 0,
              bytepos = 0
            },
            dpvec_index = 0
          },
          n_overlay_strings = 0,
          overlay_strings_charpos = 0,
          overlay_strings = {XIL(0), XIL(0), XIL(0), XIL(0), XIL(0), XIL(0), XIL(0), XIL(0), XIL(0), XIL(0xcdab7ecd2f3da700), XIL(0), XIL(0x7fffffff8758), XIL(0), XIL(0xcdab7ecd2f3da700), XIL(0), XIL(0x7fffffff8778)},
          string_overlays = {XIL(0), XIL(0), XIL(0), XIL(0), XIL(0x10000005d), XIL(0x4), XIL(0x2ffff8748), XIL(0x1), XIL(0x1), XIL(0x7fffffff2050), XIL(0x17), XIL(0), XIL(0x7fffffff8778), XIL(0x5), XIL(0x4), XIL(0x4)},
          string = XIL(0x5b),
          from_overlay = XIL(0x1),
          stack = {{
              string = XIL(0x1),
              string_nchars = 23,
              end_charpos = 23,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 3,
              cmp_it = {
                stop_pos = 4294967297,
                id = 3,
                ch = 1,
                rule_idx = -1,
                lookback = 0,
                nglyphs = 3,
                reversed_p = false,
                parent_it = 0x100000001,
                charpos = 1,
                nchars = 1,
                nbytes = 0,
                from = -1,
                to = -1,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0x10000005d),
                  slice = {
                    x = XIL(0x4),
                    y = XIL(0x4),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0x10000005d)
                },
                xwidget = {
                  object = XIL(0x10000005d)
                }
              },
              position = {
                charpos = 24000,
                bytepos = 93824995657200
              },
              current = {
                pos = {
                  charpos = 999,
                  bytepos = 93824995664184
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 1000,
                  bytepos = 93825008889877
                },
                dpvec_index = 1435110125
              },
              from_overlay = XIL(0x555556629443),
              area = 4002,
              method = GET_FROM_BUFFER,
              paragraph_embedding = (L2R | unknown: 0x56537014),
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = false,
              avoid_cursor_p = true,
              bidi_p = false,
              from_disp_prop_p = true,
              line_wrap = (unknown: 0x558a3a00),
              voffset = 21845,
              space_width = XIL(0),
              font_height = XIL(0x7fffffff21c0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 140737488298480,
              stop_charpos = 754,
              prev_stop = 0,
              base_level_stop = 140737488298568,
              cmp_it = {
                stop_pos = 140737488324472,
                id = 93824993715342,
                ch = 1449301059,
                rule_idx = 93824995084555,
                lookback = 93825008889877,
                nglyphs = 1444443936,
                reversed_p = 85,
                parent_it = 0xfa6,
                charpos = 93824995096068,
                nchars = 999,
                nbytes = 0,
                from = 1435083064,
                to = 21845,
                width = 0
              },
              face_id = 4006,
              u = {
                image = {
                  object = make_fixnum(1001),
                  slice = {
                    x = XIL(0x5555558a0ce3),
                    y = XIL(0),
                    width = make_fixnum(1000),
                    height = make_fixnum(1001)
                  },
                  image_id = -3626665655190837504
                },
                stretch = {
                  object = make_fixnum(1001)
                },
                xwidget = {
                  object = make_fixnum(1001)
                }
              },
              position = {
                charpos = 0,
                bytepos = 140737488325128
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 1
                },
                dpvec_index = 1433135996
              },
              from_overlay = XIL(0x7fffffff89d8),
              area = 1433134222,
              method = 21845,
              paragraph_embedding = L2R,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (unknown: 0xffff22e0),
              voffset = 32767,
              space_width = XIL(0x17),
              font_height = XIL(0x3e9)
            }, {
              string = XIL(0x7fffffff8a08),
              string_nchars = 5,
              end_charpos = 4,
              stop_charpos = 140737488298856,
              prev_stop = 93825026762757,
              base_level_stop = 93824995690166,
              cmp_it = {
                stop_pos = 1,
                id = 23,
                ch = 1466181637,
                rule_idx = 140737488298904,
                lookback = 93825008889877,
                nglyphs = 1435109046,
                reversed_p = 85,
                parent_it = 0x1fb,
                charpos = 1001,
                nchars = 1448308757,
                nbytes = 21845,
                from = 1000,
                to = 0,
                width = 24000
              },
              face_id = 1435076080,
              u = {
                image = {
                  object = XIL(0x3e7),
                  slice = {
                    x = XIL(0x55555589a138),
                    y = XIL(0x7fffffff89d8),
                    width = make_fixnum(23456248428835),
                    height = XIL(0x555556537015)
                  },
                  image_id = 140737488299016
                },
                stretch = {
                  object = XIL(0x3e7)
                },
                xwidget = {
                  object = XIL(0x3e7)
                }
              },
              position = {
                charpos = 93825008889877,
                bytepos = 93824995690166
              },
              current = {
                pos = {
                  charpos = 93825008889877,
                  bytepos = 1001
                },
                overlay_string_index = 93825008889877,
                string_pos = {
                  charpos = 1000,
                  bytepos = 24000
                },
                dpvec_index = 1435076080
              },
              from_overlay = XIL(0x100000029),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = (unknown: 0x3e8),
              voffset = 0,
              space_width = XIL(0x555556537015),
              font_height = XIL(0x5555558a0aed)
            }, {
              string = XIL(0x555556629443),
              string_nchars = 4002,
              end_charpos = 93825008889877,
              stop_charpos = 93824995703296,
              prev_stop = 0,
              base_level_stop = 140737488299088,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = -56192,
                rule_idx = 754,
                lookback = 0,
                nglyphs = -56104,
                reversed_p = 255,
                parent_it = 0x555556537015,
                charpos = 93824995690166,
                nchars = 1449301059,
                nbytes = 21845,
                from = 1434503435,
                to = 21845,
                width = 1448308757
              },
              face_id = 1444443936,
              u = {
                image = {
                  object = make_fixnum(1001),
                  slice = {
                    x = XIL(0x55555580f604),
                    y = XIL(0x3e7),
                    width = XIL(0x55555589a138),
                    height = XIL(0)
                  },
                  image_id = 93825020327232
                },
                stretch = {
                  object = make_fixnum(1001)
                },
                xwidget = {
                  object = make_fixnum(1001)
                }
              },
              position = {
                charpos = 4294971302,
                bytepos = 93824995691747
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 4002
                },
                overlay_string_index = 4006,
                string_pos = {
                  charpos = 93824995153609,
                  bytepos = 0
                },
                dpvec_index = 1444471968
              },
              from_overlay = XIL(0x2aaa91c488c0),
              area = 1434563611,
              method = 21845,
              paragraph_embedding = (unknown: 0xffff25b0),
              multibyte_p = true,
              string_from_display_prop_p = true,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = true,
              avoid_cursor_p = true,
              bidi_p = true,
              from_disp_prop_p = true,
              line_wrap = (unknown: 0x5618e4a0),
              voffset = 21845,
              space_width = XIL(0),
              font_height = XIL(0x55555581b41b)
            }, {
              string = XIL(0x2aaa91c488c0),
              string_nchars = 3,
              end_charpos = 4611686019484352512,
              stop_charpos = 93824995197029,
              prev_stop = 28032,
              base_level_stop = 93825005053088,
              cmp_it = {
                stop_pos = 46912078383296,
                id = 93825005025056,
                ch = -1849390912,
                rule_idx = 93824995206284,
                lookback = 1,
                nglyphs = -1849390910,
                reversed_p = 170,
                parent_it = 0x300000029,
                charpos = 93824995195676,
                nchars = -1849390912,
                nbytes = 10922,
                from = 1494567904,
                to = 21845,
                width = -1849390912
              },
              face_id = 1433204667,
              u = {
                image = {
                  object = XIL(0x55555701f540),
                  slice = {
                    x = XIL(0x555556ebb348),
                    y = XIL(0x555556ebb345),
                    width = XIL(0x5555556d1079),
                    height = XIL(0)
                  },
                  image_id = -3626665655190837504
                },
                stretch = {
                  object = XIL(0x55555701f540)
                },
                xwidget = {
                  object = XIL(0x55555701f540)
                }
              },
              position = {
                charpos = 46912078383296,
                bytepos = 140737488325208
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 223
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 223
                },
                dpvec_index = 1433129612
              },
              from_overlay = XIL(0x1),
              area = -30088,
              method = 32767,
              paragraph_embedding = (unknown: 0xffff8a58),
              multibyte_p = true,
              string_from_display_prop_p = true,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = true,
              avoid_cursor_p = true,
              bidi_p = true,
              from_disp_prop_p = true,
              line_wrap = (WORD_WRAP | unknown: 0x556bd2a0),
              voffset = 21845,
              space_width = XIL(0x7fffffff2d30),
              font_height = XIL(0x555558ff9a00)
            }},
          sp = -1849390912,
          selective = 0,
          what = 4294912288,
          face_id = 32767,
          selective_display_ellipsis_p = true,
          ctl_arrow_p = true,
          face_box_p = false,
          start_of_box_run_p = true,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = true,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = true,
          constrain_row_ascent_descent_p = false,
          line_number_produced_p = false,
          line_wrap = TRUNCATE,
          base_face_id = 27984,
          c = 0,
          len = 69360,
          cmp_it = {
            stop_pos = 69360,
            id = -3626665655190837504,
            ch = 69360,
            rule_idx = 140737488325208,
            lookback = 224,
            nglyphs = 0,
            reversed_p = false,
            parent_it = 0xdf,
            charpos = 1,
            nchars = -1,
            nbytes = -1,
            from = 1433131680,
            to = 21845,
            width = 69360
          },
          char_to_display = 69360,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE,
          image_id = 69360,
          xwidget = 0x10ef0,
          slice = {
            x = XIL(0x10ef0),
            y = XIL(0x10ef0),
            width = XIL(0x10ef0),
            height = XIL(0x30)
          },
          space_width = XIL(0x8),
          voffset = -22784,
          tab_width = 12093,
          font_height = XIL(0xc0),
          object = XIL(0x5),
          position = {
            charpos = 0,
            bytepos = 46912078383296
          },
          truncation_pixel_width = -31344,
          continuation_pixel_width = 22040,
          first_visible_x = 21845,
          last_visible_x = 1459745520,
          last_visible_y = 21845,
          extra_line_spacing = -55008,
          max_extra_line_spacing = 32767,
          override_ascent = 1433227076,
          override_descent = 21845,
          override_boff = 0,
          glyph_row = 0x55555616e8e8 <searchbufs+392>,
          area = 1459746112,
          nglyphs = 21845,
          pixel_width = -53968,
          ascent = 32767,
          descent = 1459745520,
          max_ascent = 21845,
          max_descent = -55008,
          phys_ascent = 32767,
          phys_descent = 93183,
          max_phys_ascent = 0,
          max_phys_descent = 1434572489,
          current_x = 21845,
          continuation_lines_width = 0,
          eol_pos = {
            charpos = 93825005053088,
            bytepos = 48340064
          },
          current_y = 1434563611,
          first_vpos = 21845,
          vpos = 1492065264,
          hpos = 21845,
          lnum = 93825005053088,
          lnum_bytepos = 0,
          lnum_width = 1434563611,
          lnum_pixel_width = 21845,
          pt_lnum = 48340064,
          stretch_adjust = 3,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = false,
          bidi_it = {
            bytepos = 93824995197029,
            charpos = 28032,
            ch = 1444471968,
            nchars = 48340064,
            ch_len = 93825005025056,
            type = 48340064,
            type_after_wn = UNKNOWN_BT,
            orig_type = 1434625164,
            resolved_level = 85 'U',
            isolate_level = 85 'U',
            invalid_levels = 4294947608,
            invalid_isolates = 48340066,
            prev = {
              charpos = 12884901888,
              type = 792569600,
              orig_type = 3450568397
            },
            last_strong = {
              charpos = 48340064,
              type = 4294912320,
              orig_type = 32767
            },
            next_for_neutral = {
              charpos = 140737488301360,
              type = 1459746112,
              orig_type = 21845
            },
            prev_for_neutral = {
              charpos = 0,
              type = 1459745520,
              orig_type = 21845
            },
            next_for_ws = {
              charpos = 140737488300320,
              type = 1433231609,
              orig_type = 21845
            },
            bracket_pairing_pos = 0,
            bracket_enclosed_type = 1433231437,
            next_en_pos = 48340064,
            next_en_type = 1444443936,
            sos = (L2R | unknown: 0x5554),
            scan_dir = -54976,
            disp_pos = 140737488300320,
            disp_prop = 1459745520,
            stack_idx = 21845,
            level_stack = {{
                next_for_neutral_pos = 1444443905,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 20,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993807610,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 1433146885,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825053727424,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 225 '\341',
                flags = 2 '\002'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 98784247809,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 3,
                level = 196 '\304',
                flags = 145 '\221'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 69360,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 5,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 48340064,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 24 '\030',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993808196,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052226931,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 5,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824995153609,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 242 '\362',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93824995164343,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052867587,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 4,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825052226931,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4611686018528051200,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 93824995668462,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825054466669,
                next_for_neutral_type = 6,
                last_strong_type = 1,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824992983532,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 3,
                level = 218 '\332',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93824993838891,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 16384,
                next_for_neutral_type = 4,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 556,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 6,
                level = 216 '\330',
                flags = 145 '\221'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 7,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825050608879,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994815189,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825050836131,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4611686018528051200,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 93824995668551,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294967296,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825007907328,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 68 'D',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737269174580,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 6,
                level = 129 '\201',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 140737268907068,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737266550922,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 2230,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 2,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488301448,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824995722096,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 140737322603176,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 115,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 55 '7',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825006938336,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737322608530,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488301715,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737322266984,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 4,
                last_strong_type = 5,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 590,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488301552,
                next_for_neutral_type = 6,
                last_strong_type = 0,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488301672,
                next_for_neutral_type = 4,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 6,
                last_strong_type = 1,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 493921239041,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825009935880,
                next_for_neutral_type = 2,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825004485992,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 108,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 140737488301892,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995834213,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488301680,
                next_for_neutral_type = 6,
                last_strong_type = 2,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825051268144,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 99 'c',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 108,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993158344,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 218 '\332',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 5,
                level = 185 '\271',
                flags = 85 'U'
              }, {
                next_for_neutral_pos = 93824992874016,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993035217,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 108,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 140737488327152,
                next_for_neutral_type = 5,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 557,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 108,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 2,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993019689,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93184,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 17179869198,
                next_for_neutral_type = 4,
                last_strong_type = 5,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4294967295,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 556,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93184,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655983407103,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 283673999923224,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 2,
                level = 19 '\023',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488325208,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 23,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 7,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993717890,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 4,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -1,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488325208,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }},
            string = {
              lstring = XIL(0x5555556bf1ec),
              s = 0x7fffffff5948 "",
              schars = 93825020327232,
              bufpos = 4294967296,
              from_disp_str = false,
              unibyte = true
            },
            w = 0x7fffffff5a08,
            paragraph_dir = (unknown: 0xffff5a00),
            separator_limit = 0,
            first_elt = false,
            new_paragraph = false,
            frame_window_p = false
          },
          paragraph_embedding = (unknown: 0x58baa634),
          min_width_property = XIL(0xcdab7ecd2f3da700),
          min_width_start = 1449354760
        }
        ppos_it = {
          window = XIL(0),
          w = 0x5,
          f = 0x1,
          method = GET_FROM_BUFFER,
          stop_charpos = 5,
          prev_stop = 93824993710732,
          base_level_stop = 1,
          end_charpos = 140737488312840,
          medium_narrowing_begv = 140737488312808,
          medium_narrowing_zv = 93824993710753,
          large_narrowing_begv = 140737488333024,
          large_narrowing_zv = 0,
          s = 0x6 <error: Cannot access memory at address 0x6>,
          string_nchars = 140737488302632,
          multibyte_p = false,
          tab_line_p = false,
          header_line_p = true,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = true,
          ellipsis_p = false,
          avoid_cursor_p = true,
          dp = 0x5555558a06b6 <validate_interval_range+246>,
          dpvec = 0x4a,
          dpend = 0x5dc0,
          dpvec_char_len = 2,
          dpvec_face_id = 0,
          saved_face_id = 792569600,
          ctl_chars = {XIL(0), XIL(0x7fffffff59e8), make_fixnum(1), XIL(0), XIL(0x5), XIL(0x1), XIL(0xffffffffffffffff), XIL(0x5555556bdaa0), XIL(0x555558baa634), make_fixnum(0), make_fixnum(0), make_fixnum(0), XIL(0), make_fixnum(1), make_fixnum(1), XIL(0x5dc0)},
          start = {
            pos = {
              charpos = 6,
              bytepos = 140737085000868
            },
            overlay_string_index = 0,
            string_pos = {
              charpos = 93824995692619,
              bytepos = 2
            },
            dpvec_index = 0
          },
          current = {
            pos = {
              charpos = 93825052867587,
              bytepos = 2
            },
            overlay_string_index = 2,
            string_pos = {
              charpos = 140737085000868,
              bytepos = 140737085000868
            },
            dpvec_index = 24000
          },
          n_overlay_strings = 6,
          overlay_strings_charpos = 2,
          overlay_strings = {XIL(0), XIL(0x5555558a3e65), XIL(0), XIL(0x55555589b247), XIL(0), XIL(0x12f3da700), make_fixnum(0), XIL(0x7fffe7f54ca4), XIL(0x7fffe7f54ca4), XIL(0x1), make_fixnum(0), make_fixnum(1), XIL(0), XIL(0x5555556124b3), XIL(0x7fffe7f54d5c), XIL(0x555500000000)},
          string_overlays = {XIL(0x7fffffff5da0), XIL(0x100000001), XIL(0), XIL(0), XIL(0x1), XIL(0x55555580c90b), make_fixnum(2), XIL(0), XIL(0), XIL(0x55555580f604), XIL(0x7fffffff65a8), XIL(0), XIL(0), XIL(0x7fffffff5d98), make_fixnum(0), XIL(0x5555557c68d0)},
          string = XIL(0x5555590ae288),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0x1e7f54d5c),
              string_nchars = 0,
              end_charpos = 140737488306896,
              stop_charpos = 0,
              prev_stop = 93825054176652,
              base_level_stop = 93825050608879,
              cmp_it = {
                stop_pos = 6,
                id = 93824994815189,
                ch = 0,
                rule_idx = 93825050608879,
                lookback = 0,
                nglyphs = 1490027759,
                reversed_p = 85,
                parent_it = 0x1,
                charpos = 93824994815468,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 1
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0x55555906757c),
                    y = XIL(0x7fffffff5ed0),
                    width = XIL(0),
                    height = XIL(0x1)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 2,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = -3626665655190837504
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = -3626665655190837504,
                  bytepos = 140737488316120
                },
                dpvec_index = -41768
              },
              from_overlay = XIL(0x1),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = WORD_WRAP,
              voffset = 0,
              space_width = XIL(0x1),
              font_height = XIL(0x5555556bdaa0)
            }, {
              string = XIL(0x1ffff5d78),
              string_nchars = 2,
              end_charpos = 140737488313896,
              stop_charpos = 140737488313888,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 140737488303560,
                ch = 1493885581,
                rule_idx = 93824995690166,
                lookback = 0,
                nglyphs = 1,
                reversed_p = false,
                parent_it = 0x5555590ae28d,
                charpos = 222,
                nchars = 24000,
                nbytes = 0,
                from = 1435076080,
                to = 21845,
                width = 221
              },
              face_id = 1435083064,
              u = {
                image = {
                  object = make_fixnum(222),
                  slice = {
                    x = make_fixnum(55),
                    y = XIL(0x5555590ae28d),
                    width = XIL(0x5555558a0aed),
                    height = XIL(0)
                  },
                  image_id = 890
                },
                stretch = {
                  object = make_fixnum(222)
                },
                xwidget = {
                  object = make_fixnum(222)
                }
              },
              position = {
                charpos = 0,
                bytepos = 93824995703296
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 93824995657200
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 6
                },
                dpvec_index = 1
              },
              from_overlay = XIL(0x5555590ae28d),
              area = -51560,
              method = 32767,
              paragraph_embedding = (L2R | unknown: 0x590ae28c),
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = false,
              avoid_cursor_p = true,
              bidi_p = false,
              from_disp_prop_p = true,
              line_wrap = (WINDOW_WRAP | unknown: 0x558a06b4),
              voffset = 21845,
              space_width = XIL(0x5dc0),
              font_height = XIL(0x55555580c90b)
            }, {
              string = XIL(0x5555590ae28d),
              string_nchars = 1444443936,
              end_charpos = 898,
              stop_charpos = 93824995096068,
              prev_stop = 221,
              base_level_stop = 93824995664184,
              cmp_it = {
                stop_pos = 0,
                id = 898,
                ch = 898,
                rule_idx = 93824995691747,
                lookback = 0,
                nglyphs = 890,
                reversed_p = false,
                parent_it = 0x382,
                charpos = 224,
                nchars = 0,
                nbytes = 0,
                from = 24000,
                to = 0,
                width = 224
              },
              face_id = 898,
              u = {
                image = {
                  object = make_fixnum(224),
                  slice = {
                    x = XIL(0x5555558a4009),
                    y = XIL(0),
                    width = XIL(0x140),
                    height = XIL(0x3)
                  },
                  image_id = 0
                },
                stretch = {
                  object = make_fixnum(224)
                },
                xwidget = {
                  object = make_fixnum(224)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 93825055149029,
                  bytepos = 224
                },
                overlay_string_index = 6,
                string_pos = {
                  charpos = 898,
                  bytepos = 1
                },
                dpvec_index = 1432429747
              },
              from_overlay = XIL(0x555556537015),
              area = TEXT_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = (unknown: 0xffff8b20),
              multibyte_p = true,
              string_from_display_prop_p = true,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = true,
              avoid_cursor_p = true,
              bidi_p = true,
              from_disp_prop_p = true,
              line_wrap = WORD_WRAP,
              voffset = 1,
              space_width = XIL(0x1),
              font_height = XIL(0)
            }, {
              string = XIL(0xe0),
              string_nchars = 1,
              end_charpos = 999,
              stop_charpos = -3626665655190837504,
              prev_stop = 0,
              base_level_stop = 1,
              cmp_it = {
                stop_pos = 140737488327464,
                id = 1,
                ch = 1,
                rule_idx = 140737488325400,
                lookback = 140737488325408,
                nglyphs = 1433126972,
                reversed_p = 85,
                parent_it = 0x0,
                charpos = 93825055149024,
                nchars = 0,
                nbytes = 1,
                from = 224,
                to = 0,
                width = -30088
              },
              face_id = -30096,
              u = {
                image = {
                  object = XIL(0x1),
                  slice = {
                    x = XIL(0x1),
                    y = XIL(0x555556537015),
                    width = XIL(0xcdab7ecd2f3da700),
                    height = XIL(0x156629443)
                  },
                  image_id = 140737488325208
                },
                stretch = {
                  object = XIL(0x1)
                },
                xwidget = {
                  object = XIL(0x1)
                }
              },
              position = {
                charpos = 0,
                bytepos = 1
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 1,
                string_pos = {
                  charpos = 93824993710732,
                  bytepos = 1
                },
                dpvec_index = -30088
              },
              from_overlay = XIL(0x7fffffff8a58),
              area = 1433129633,
              method = 21845,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0x221),
              font_height = XIL(0x5555556bd28c)
            }, {
              string = XIL(0x1),
              string_nchars = -30376,
              end_charpos = 140737488324920,
              stop_charpos = 16,
              prev_stop = 8,
              base_level_stop = 1,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 8,
                rule_idx = 384,
                lookback = 8,
                nglyphs = 16,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 8,
                nchars = 8,
                nbytes = 0,
                from = 8,
                to = 0,
                width = 8
              },
              face_id = 1490027759,
              u = {
                image = {
                  object = XIL(0x180),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0x555558d00410)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0x180)
                },
                xwidget = {
                  object = XIL(0x180)
                }
              },
              position = {
                charpos = 0,
                bytepos = 223
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 93825004924552
                },
                overlay_string_index = 282574488338654,
                string_pos = {
                  charpos = 93825050608879,
                  bytepos = 93825050608879
                },
                dpvec_index = 8
              },
              from_overlay = XIL(0xdf),
              area = 20,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0x55555580c90b)
            }},
          sp = 1490027536,
          selective = 0,
          what = IT_CHARACTER,
          face_id = 0,
          selective_display_ellipsis_p = false,
          ctl_arrow_p = false,
          face_box_p = true,
          start_of_box_run_p = false,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = false,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = true,
          constrain_row_ascent_descent_p = true,
          line_number_produced_p = false,
          line_wrap = (WORD_WRAP | unknown: 0x5554),
          base_face_id = 1490027759,
          c = 21845,
          len = 1434378442,
          cmp_it = {
            stop_pos = 37680,
            id = -3626665655190837504,
            ch = 37680,
            rule_idx = -1,
            lookback = 1,
            nglyphs = -30120,
            reversed_p = 255,
            parent_it = 0x0,
            charpos = 1,
            nchars = 223,
            nbytes = 0,
            from = 1433139839,
            to = 21845,
            width = 0
          },
          char_to_display = 1434514948,
          glyphless_method = 21845,
          image_id = 93825050608656,
          xwidget = 0x55555765a5b0,
          slice = {
            x = XIL(0),
            y = make_fixnum(1),
            width = XIL(0xb),
            height = XIL(0x9330)
          },
          space_width = XIL(0),
          voffset = -7539,
          tab_width = 22794,
          font_height = XIL(0x555556190a50),
          object = XIL(0x7fffffff8a58),
          position = {
            charpos = 93825007437236,
            bytepos = 0
          },
          truncation_pixel_width = 224,
          continuation_pixel_width = 0,
          first_visible_x = 0,
          last_visible_x = 792569600,
          last_visible_y = -844398899,
          extra_line_spacing = 320,
          max_extra_line_spacing = 0,
          override_ascent = -30120,
          override_descent = 32767,
          override_boff = -30120,
          glyph_row = 0x7fffffff4e6f,
          area = LEFT_MARGIN_AREA,
          nglyphs = 0,
          pixel_width = 1,
          ascent = 0,
          descent = 223,
          max_ascent = 0,
          max_descent = 1433145725,
          phys_ascent = 21845,
          phys_descent = 223,
          max_phys_ascent = 0,
          max_phys_descent = 223,
          current_x = 0,
          continuation_lines_width = 10,
          eol_pos = {
            charpos = 1,
            bytepos = 1
          },
          current_y = 6,
          first_vpos = 6,
          vpos = 6,
          hpos = 0,
          lnum = 0,
          lnum_bytepos = 0,
          lnum_width = 222,
          lnum_pixel_width = 0,
          pt_lnum = 25769803776,
          stretch_adjust = 220,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = false,
          bidi_it = {
            bytepos = 93,
            charpos = 0,
            ch = 223,
            nchars = 98784247809,
            ch_len = -1,
            type = UNKNOWN_BT,
            type_after_wn = UNKNOWN_BT,
            orig_type = 4294967295,
            resolved_level = -1 '\377',
            isolate_level = -1 '\377',
            invalid_levels = 0,
            invalid_isolates = 0,
            prev = {
              charpos = 4294967296,
              type = STRONG_L,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 224,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = 140737488312808,
              type = 4294924776,
              orig_type = 32767
            },
            next_for_ws = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = 140737488312808,
            bracket_enclosed_type = 1433137644,
            next_en_pos = 1,
            next_en_type = 4294967295,
            sos = (L2R | R2L | unknown: 0xfffffffc),
            scan_dir = 0,
            disp_pos = 0,
            disp_prop = 0,
            stack_idx = 1,
            level_stack = {{
                next_for_neutral_pos = 1,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488335640,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 230,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993726845,
                next_for_neutral_type = 1,
                last_strong_type = 7,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 569,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 7,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488305680,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 3,
                next_for_neutral_type = 6,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994817929,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 2,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825050608657,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825050608657,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994815468,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825054176636,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994815468,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 6,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 7,
                last_strong_type = 5,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825050608878,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488306104,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 93824995690166,
                next_for_neutral_type = 1,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 230 '\346',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 223,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995657200,
                next_for_neutral_type = 6,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995664184,
                next_for_neutral_type = 6,
                last_strong_type = 7,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 223,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 93824995691245,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 894,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995703296,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995657200,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 6,
                last_strong_type = 7,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 223,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 140737488306312,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 93824995690166,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 7,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 5,
                last_strong_type = 1,
                prev_for_neutral_type = 2,
                level = 10 '\n',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 93825005025056,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 6,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995664184,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 898,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995691747,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 894,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 24000,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 898,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995704841,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 320,
                next_for_neutral_type = 3,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 18 '\022',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 5,
                last_strong_type = 4,
                prev_for_neutral_type = 7,
                level = 21 '\025',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 6,
                last_strong_type = 7,
                prev_for_neutral_type = 5,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 898,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488303152,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 384,
                next_for_neutral_type = 0,
                last_strong_type = 7,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488303176,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488303144,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488303160,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93825050608879,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488303168,
                next_for_neutral_type = 0,
                last_strong_type = 7,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 208 '\320',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825055149024,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 223,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825004927432,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825050608879,
                next_for_neutral_type = 7,
                last_strong_type = 5,
                prev_for_neutral_type = 3,
                level = 208 '\320',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 7,
                last_strong_type = 3,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488307216,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488307196,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993708725,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488307200,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993708739,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 4,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488327464,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 7,
                level = 21 '\025',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 6,
                level = 22 '\026',
                flags = 86 'V'
              }, {
                next_for_neutral_pos = 93824992944578,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4607182418800017408,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995144731,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 3,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 63 '?'
              }, {
                next_for_neutral_pos = 9,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 3,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 246 '\366',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824993002096,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 2,
                level = 247 '\367',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93823560581121,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -2861841887,
                next_for_neutral_type = 4,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 4607182418800017408,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488307196,
                next_for_neutral_type = 0,
                last_strong_type = 3,
                prev_for_neutral_type = 1,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824993725300,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 7,
                level = 21 '\025',
                flags = 89 'Y'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488307200,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 5,
                prev_for_neutral_type = 4,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488307200,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 0,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 140737488307216,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -4278190081,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 1,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737488322592,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 224,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }},
            string = {
              lstring = XIL(0x1),
              s = 0xdf <error: Cannot access memory at address 0xdf>,
              schars = 93824993042215,
              bufpos = 0,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x7fffffff4e6f,
            paragraph_dir = (unknown: 0x58dc8e70),
            separator_limit = 1,
            first_elt = false,
            new_paragraph = false,
            frame_window_p = true
          },
          paragraph_embedding = (unknown: 0x50),
          min_width_property = XIL(0x7fffffff4e6f),
          min_width_start = 1
        }
        wrap_data = 0x0
        atpos_data = 0x0
        atx_data = 0x0
        ppos_data = <optimized out>
        may_wrap = false
        prev_method = GET_FROM_STRETCH
        closest_pos = 224
        prev_pos = 1
        saw_smaller_pos = <optimized out>
        line_number_pending = false
#18 0x000055555561af80 in move_it_to (it=0x7fffffff6c60, to_charpos=224, to_x=<optimized out>, to_y=<optimized out>, to_vpos=<optimized out>, op=<optimized out>) at xdisp.c:10530
        it_backup = {
          window = XIL(0x555559154be5),
          w = 0x555559154be0,
          f = 0x555559154990,
          method = GET_FROM_STRETCH,
          stop_charpos = 2,
          prev_stop = 1,
          base_level_stop = 0,
          end_charpos = 224,
          medium_narrowing_begv = 0,
          medium_narrowing_zv = 0,
          large_narrowing_begv = 0,
          large_narrowing_zv = 0,
          s = 0x0,
          string_nchars = 0,
          multibyte_p = true,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = false,
          ellipsis_p = false,
          avoid_cursor_p = true,
          dp = 0x0,
          dpvec = 0x0,
          dpend = 0x0,
          dpvec_char_len = 0,
          dpvec_face_id = 0,
          saved_face_id = 0,
          ctl_chars = {XIL(0) <repeats 16 times>},
          start = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          current = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          n_overlay_strings = 0,
          overlay_strings_charpos = 1,
          overlay_strings = {XIL(0) <repeats 16 times>},
          string_overlays = {XIL(0) <repeats 16 times>},
          string = XIL(0),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 224,
              stop_charpos = 2,
              prev_stop = 1,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 2,
                id = -1,
                ch = -2,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x7fffffff8020,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 19,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 1,
                bytepos = 1
              },
              current = {
                pos = {
                  charpos = 1,
                  bytepos = 1
                },
                overlay_string_index = -1,
                string_pos = {
                  charpos = -1,
                  bytepos = -1
                },
                dpvec_index = -1
              },
              from_overlay = XIL(0),
              area = TEXT_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = true,
              from_disp_prop_p = false,
              line_wrap = WINDOW_WRAP,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }},
          sp = 1,
          selective = 0,
          what = IT_STRETCH,
          face_id = 19,
          selective_display_ellipsis_p = true,
          ctl_arrow_p = true,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = false,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = false,
          constrain_row_ascent_descent_p = false,
          line_number_produced_p = false,
          line_wrap = TRUNCATE,
          base_face_id = 0,
          c = 10,
          len = 0,
          cmp_it = {
            stop_pos = 2,
            id = -1,
            ch = -2,
            rule_idx = 0,
            lookback = 0,
            nglyphs = 0,
            reversed_p = false,
            parent_it = 0x7fffffff8020,
            charpos = 0,
            nchars = 0,
            nbytes = 0,
            from = 0,
            to = 0,
            width = 0
          },
          char_to_display = 0,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE,
          image_id = 0,
          xwidget = 0x0,
          slice = {
            x = XIL(0),
            y = XIL(0),
            width = XIL(0),
            height = XIL(0)
          },
          space_width = XIL(0),
          voffset = 0,
          tab_width = 8,
          font_height = XIL(0),
          object = XIL(0x555558f6cd03),
          position = {
            charpos = 1,
            bytepos = 1
          },
          truncation_pixel_width = 0,
          continuation_pixel_width = 0,
          first_visible_x = 0,
          last_visible_x = 675,
          last_visible_y = 83,
          extra_line_spacing = 0,
          max_extra_line_spacing = 0,
          override_ascent = -1,
          override_descent = 0,
          override_boff = 0,
          glyph_row = 0x555558dc8970,
          area = TEXT_AREA,
          nglyphs = 1,
          pixel_width = 9,
          ascent = 0,
          descent = 1,
          max_ascent = 0,
          max_descent = 1,
          phys_ascent = 0,
          phys_descent = 1,
          max_phys_ascent = 0,
          max_phys_descent = 1,
          current_x = 0,
          continuation_lines_width = 0,
          eol_pos = {
            charpos = 0,
            bytepos = 0
          },
          current_y = 0,
          first_vpos = 0,
          vpos = 0,
          hpos = 0,
          lnum = 0,
          lnum_bytepos = 0,
          lnum_width = 0,
          lnum_pixel_width = 0,
          pt_lnum = 0,
          stretch_adjust = 0,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = true,
          bidi_it = {
            bytepos = 1,
            charpos = 1,
            ch = 0,
            nchars = -1,
            ch_len = 0,
            type = NEUTRAL_B,
            type_after_wn = NEUTRAL_B,
            orig_type = NEUTRAL_B,
            resolved_level = 0 '\000',
            isolate_level = 0 '\000',
            invalid_levels = 0,
            invalid_isolates = 0,
            prev = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_ws = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = -1,
            bracket_enclosed_type = UNKNOWN_BT,
            next_en_pos = 0,
            next_en_type = UNKNOWN_BT,
            sos = L2R,
            scan_dir = 0,
            disp_pos = -1,
            disp_prop = 0,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              } <repeats 128 times>},
            string = {
              lstring = XIL(0),
              s = 0x0,
              schars = 0,
              bufpos = 0,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x555559154be0,
            paragraph_dir = NEUTRAL_DIR,
            separator_limit = -1,
            first_elt = true,
            new_paragraph = true,
            frame_window_p = true
          },
          paragraph_embedding = NEUTRAL_DIR,
          min_width_property = XIL(0),
          min_width_start = 0
        }
        skip = <optimized out>
        skip2 = <optimized out>
        line_height = <optimized out>
        line_start_x = 0
        reached = 0
        max_current_x = 0
        backup_data = 0x555558d01900
        orig_charpos = <optimized out>
        orig_method = <optimized out>
#19 0x000055555561bab5 in partial_line_height (it_origin=<optimized out>) at xdisp.c:11173
        partial_height = <optimized out>
        it_data = 0x0
        it = {
          window = XIL(0x555559154be5),
          w = 0x555559154be0,
          f = 0x555559154990,
          method = GET_FROM_STRETCH,
          stop_charpos = 2,
          prev_stop = 1,
          base_level_stop = 0,
          end_charpos = 224,
          medium_narrowing_begv = 0,
          medium_narrowing_zv = 0,
          large_narrowing_begv = 0,
          large_narrowing_zv = 0,
          s = 0x0,
          string_nchars = 0,
          multibyte_p = true,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = false,
          ellipsis_p = false,
          avoid_cursor_p = true,
          dp = 0x0,
          dpvec = 0x0,
          dpend = 0x0,
          dpvec_char_len = 0,
          dpvec_face_id = 0,
          saved_face_id = 0,
          ctl_chars = {XIL(0) <repeats 16 times>},
          start = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          current = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          n_overlay_strings = 0,
          overlay_strings_charpos = 1,
          overlay_strings = {XIL(0) <repeats 16 times>},
          string_overlays = {XIL(0) <repeats 16 times>},
          string = XIL(0),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 224,
              stop_charpos = 2,
              prev_stop = 1,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 2,
                id = -1,
                ch = -2,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x7fffffff8020,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 19,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 1,
                bytepos = 1
              },
              current = {
                pos = {
                  charpos = 1,
                  bytepos = 1
                },
                overlay_string_index = -1,
                string_pos = {
                  charpos = -1,
                  bytepos = -1
                },
                dpvec_index = -1
              },
              from_overlay = XIL(0),
              area = TEXT_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = true,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = true,
              from_disp_prop_p = false,
              line_wrap = WINDOW_WRAP,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }},
          sp = 1,
          selective = 0,
          what = IT_STRETCH,
          face_id = 19,
          selective_display_ellipsis_p = true,
          ctl_arrow_p = true,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = false,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = false,
          constrain_row_ascent_descent_p = false,
          line_number_produced_p = false,
          line_wrap = TRUNCATE,
          base_face_id = 0,
          c = 10,
          len = 0,
          cmp_it = {
            stop_pos = 2,
            id = -1,
            ch = -2,
            rule_idx = 0,
            lookback = 0,
            nglyphs = 0,
            reversed_p = false,
            parent_it = 0x7fffffff8020,
            charpos = 0,
            nchars = 0,
            nbytes = 0,
            from = 0,
            to = 0,
            width = 0
          },
          char_to_display = 0,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE,
          image_id = 0,
          xwidget = 0x0,
          slice = {
            x = XIL(0),
            y = XIL(0),
            width = XIL(0),
            height = XIL(0)
          },
          space_width = XIL(0),
          voffset = 0,
          tab_width = 8,
          font_height = XIL(0),
          object = XIL(0x555558f6cd03),
          position = {
            charpos = 1,
            bytepos = 1
          },
          truncation_pixel_width = 0,
          continuation_pixel_width = 0,
          first_visible_x = 0,
          last_visible_x = 675,
          last_visible_y = 83,
          extra_line_spacing = 0,
          max_extra_line_spacing = 0,
          override_ascent = -1,
          override_descent = 0,
          override_boff = 0,
          glyph_row = 0x0,
          area = TEXT_AREA,
          nglyphs = 1,
          pixel_width = 9,
          ascent = 0,
          descent = 1,
          max_ascent = 0,
          max_descent = 1,
          phys_ascent = 0,
          phys_descent = 1,
          max_phys_ascent = 0,
          max_phys_descent = 1,
          current_x = 0,
          continuation_lines_width = 0,
          eol_pos = {
            charpos = 0,
            bytepos = 0
          },
          current_y = 0,
          first_vpos = 0,
          vpos = 0,
          hpos = 0,
          lnum = 0,
          lnum_bytepos = 0,
          lnum_width = 0,
          lnum_pixel_width = 0,
          pt_lnum = 0,
          stretch_adjust = 0,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = true,
          bidi_it = {
            bytepos = 1,
            charpos = 1,
            ch = 0,
            nchars = -1,
            ch_len = 0,
            type = NEUTRAL_B,
            type_after_wn = NEUTRAL_B,
            orig_type = NEUTRAL_B,
            resolved_level = 0 '\000',
            isolate_level = 0 '\000',
            invalid_levels = 0,
            invalid_isolates = 0,
            prev = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_ws = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = -1,
            bracket_enclosed_type = UNKNOWN_BT,
            next_en_pos = 0,
            next_en_type = UNKNOWN_BT,
            sos = L2R,
            scan_dir = 0,
            disp_pos = -1,
            disp_prop = 0,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              } <repeats 128 times>},
            string = {
              lstring = XIL(0),
              s = 0x0,
              schars = 0,
              bufpos = 0,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x555559154be0,
            paragraph_dir = NEUTRAL_DIR,
            separator_limit = -1,
            first_elt = true,
            new_paragraph = true,
            frame_window_p = true
          },
          paragraph_embedding = NEUTRAL_DIR,
          min_width_property = XIL(0),
          min_width_start = 0
        }
#20 0x000055555562641e in try_window (window=Python Exception <class 'gdb.error'> value has been optimized out: 
, pos=..., flags=<optimized out>) at xdisp.c:20793
        top_scroll_margin = <optimized out>
        bot_scroll_margin = 0
        w = <optimized out>
        it = {
          window = XIL(0x555559154be5),
          w = 0x555559154be0,
          f = 0x555559154990,
          method = GET_FROM_BUFFER,
          stop_charpos = 2,
          prev_stop = 1,
          base_level_stop = 0,
          end_charpos = 224,
          medium_narrowing_begv = 0,
          medium_narrowing_zv = 0,
          large_narrowing_begv = 0,
          large_narrowing_zv = 0,
          s = 0x0,
          string_nchars = 0,
          multibyte_p = true,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = false,
          ellipsis_p = false,
          avoid_cursor_p = false,
          dp = 0x0,
          dpvec = 0x0,
          dpend = 0x0,
          dpvec_char_len = 0,
          dpvec_face_id = 0,
          saved_face_id = 0,
          ctl_chars = {XIL(0) <repeats 16 times>},
          start = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          current = {
            pos = {
              charpos = 1,
              bytepos = 1
            },
            overlay_string_index = -1,
            string_pos = {
              charpos = -1,
              bytepos = -1
            },
            dpvec_index = -1
          },
          n_overlay_strings = 0,
          overlay_strings_charpos = 1,
          overlay_strings = {XIL(0) <repeats 16 times>},
          string_overlays = {XIL(0) <repeats 16 times>},
          string = XIL(0),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }},
          sp = 0,
          selective = 0,
          what = IT_CHARACTER,
          face_id = 19,
          selective_display_ellipsis_p = true,
          ctl_arrow_p = true,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = false,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = false,
          constrain_row_ascent_descent_p = false,
          line_number_produced_p = false,
          line_wrap = WINDOW_WRAP,
          base_face_id = 0,
          c = 10,
          len = 0,
          cmp_it = {
            stop_pos = 2,
            id = -1,
            ch = -2,
            rule_idx = 0,
            lookback = 0,
            nglyphs = 0,
            reversed_p = false,
            parent_it = 0x7fffffff8020,
            charpos = 0,
            nchars = 0,
            nbytes = 0,
            from = 0,
            to = 0,
            width = 0
          },
          char_to_display = 0,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE,
          image_id = 0,
          xwidget = 0x0,
          slice = {
            x = XIL(0),
            y = XIL(0),
            width = XIL(0),
            height = XIL(0)
          },
          space_width = XIL(0),
          voffset = 0,
          tab_width = 8,
          font_height = XIL(0),
          object = XIL(0x5555590ae28d),
          position = {
            charpos = 1,
            bytepos = 1
          },
          truncation_pixel_width = 0,
          continuation_pixel_width = 0,
          first_visible_x = 0,
          last_visible_x = 675,
          last_visible_y = 83,
          extra_line_spacing = 0,
          max_extra_line_spacing = 0,
          override_ascent = -1,
          override_descent = 0,
          override_boff = 0,
          glyph_row = 0x555558dc8970,
          area = TEXT_AREA,
          nglyphs = 0,
          pixel_width = 0,
          ascent = 0,
          descent = 0,
          max_ascent = 0,
          max_descent = 0,
          phys_ascent = 0,
          phys_descent = 0,
          max_phys_ascent = 0,
          max_phys_descent = 0,
          current_x = 0,
          continuation_lines_width = 0,
          eol_pos = {
            charpos = 0,
            bytepos = 0
          },
          current_y = 0,
          first_vpos = 0,
          vpos = 0,
          hpos = 0,
          lnum = 0,
          lnum_bytepos = 0,
          lnum_width = 0,
          lnum_pixel_width = 0,
          pt_lnum = 0,
          stretch_adjust = 0,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = true,
          bidi_it = {
            bytepos = 1,
            charpos = 1,
            ch = 0,
            nchars = -1,
            ch_len = 0,
            type = NEUTRAL_B,
            type_after_wn = NEUTRAL_B,
            orig_type = NEUTRAL_B,
            resolved_level = 0 '\000',
            isolate_level = 0 '\000',
            invalid_levels = 0,
            invalid_isolates = 0,
            prev = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = -1,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_ws = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = -1,
            bracket_enclosed_type = UNKNOWN_BT,
            next_en_pos = 0,
            next_en_type = UNKNOWN_BT,
            sos = L2R,
            scan_dir = 0,
            disp_pos = -1,
            disp_prop = 0,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              } <repeats 128 times>},
            string = {
              lstring = XIL(0),
              s = 0x0,
              schars = 0,
              bufpos = 0,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x555559154be0,
            paragraph_dir = NEUTRAL_DIR,
            separator_limit = -1,
            first_elt = true,
            new_paragraph = true,
            frame_window_p = true
          },
          paragraph_embedding = NEUTRAL_DIR,
          min_width_property = XIL(0),
          min_width_start = 0
        }
        last_text_row = <optimized out>
        f = <optimized out>
        cursor_vpos = <optimized out>
        it_charpos = 224
#21 0x0000555555649e93 in redisplay_window (window=XIL(0x555559154be5), just_this_one_p=<optimized out>) at xdisp.c:20140
        d2 = 1449347200
        d6 = 0
        d1 = 21845
        d5 = 21845
        rtop = 0
        rbot = 1
        w = <optimized out>
        f = <optimized out>
        buffer = <optimized out>
        old = <optimized out>
        lpoint = {
          charpos = <optimized out>,
          bytepos = <optimized out>
        }
        opoint = {
          charpos = <optimized out>,
          bytepos = <optimized out>
        }
        startp = {
          charpos = <optimized out>,
          bytepos = <optimized out>
        }
        update_mode_line = true
        tem = <optimized out>
        it = {
          window = XIL(0),
          w = 0x0,
          f = 0x0,
          method = GET_FROM_BUFFER,
          stop_charpos = 0,
          prev_stop = 0,
          base_level_stop = 1,
          end_charpos = 0,
          medium_narrowing_begv = 0,
          medium_narrowing_zv = 0,
          large_narrowing_begv = 0,
          large_narrowing_zv = 0,
          s = 0x0,
          string_nchars = 0,
          multibyte_p = false,
          tab_line_p = false,
          header_line_p = false,
          string_from_display_prop_p = false,
          string_from_prefix_prop_p = false,
          from_disp_prop_p = false,
          ellipsis_p = false,
          avoid_cursor_p = false,
          dp = 0x0,
          dpvec = 0x0,
          dpend = 0x0,
          dpvec_char_len = 0,
          dpvec_face_id = 0,
          saved_face_id = 0,
          ctl_chars = {XIL(0) <repeats 16 times>},
          start = {
            pos = {
              charpos = 0,
              bytepos = 0
            },
            overlay_string_index = 0,
            string_pos = {
              charpos = 0,
              bytepos = 0
            },
            dpvec_index = 0
          },
          current = {
            pos = {
              charpos = 0,
              bytepos = 0
            },
            overlay_string_index = 0,
            string_pos = {
              charpos = 0,
              bytepos = 0
            },
            dpvec_index = 0
          },
          n_overlay_strings = 0,
          overlay_strings_charpos = 0,
          overlay_strings = {XIL(0) <repeats 16 times>},
          string_overlays = {XIL(0) <repeats 16 times>},
          string = XIL(0),
          from_overlay = XIL(0),
          stack = {{
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LEFT_MARGIN_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = false,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = false,
              from_disp_prop_p = false,
              line_wrap = TRUNCATE,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0)
            }, {
              string = XIL(0),
              string_nchars = 0,
              end_charpos = 0,
              stop_charpos = 0,
              prev_stop = 0,
              base_level_stop = 0,
              cmp_it = {
                stop_pos = 0,
                id = 0,
                ch = 0,
                rule_idx = 0,
                lookback = 0,
                nglyphs = 0,
                reversed_p = false,
                parent_it = 0x0,
                charpos = 0,
                nchars = 0,
                nbytes = 0,
                from = 0,
                to = 0,
                width = 0
              },
              face_id = 0,
              u = {
                image = {
                  object = XIL(0),
                  slice = {
                    x = XIL(0),
                    y = XIL(0),
                    width = XIL(0),
                    height = XIL(0)
                  },
                  image_id = 0
                },
                stretch = {
                  object = XIL(0)
                },
                xwidget = {
                  object = XIL(0)
                }
              },
              position = {
                charpos = 0,
                bytepos = 0
              },
              current = {
                pos = {
                  charpos = 0,
                  bytepos = 0
                },
                overlay_string_index = 0,
                string_pos = {
                  charpos = 0,
                  bytepos = 0
                },
                dpvec_index = 0
              },
              from_overlay = XIL(0),
              area = LAST_AREA,
              method = GET_FROM_BUFFER,
              paragraph_embedding = NEUTRAL_DIR,
              multibyte_p = false,
              string_from_display_prop_p = false,
              string_from_prefix_prop_p = true,
              display_ellipsis_p = false,
              avoid_cursor_p = false,
              bidi_p = true,
              from_disp_prop_p = false,
              line_wrap = WORD_WRAP,
              voffset = 0,
              space_width = XIL(0),
              font_height = XIL(0xffffffffffffffff)
            }},
          sp = 0,
          selective = 0,
          what = IT_CHARACTER,
          face_id = 0,
          selective_display_ellipsis_p = false,
          ctl_arrow_p = false,
          face_box_p = false,
          start_of_box_run_p = false,
          end_of_box_run_p = false,
          overlay_strings_at_end_processed_p = false,
          ignore_overlay_strings_at_pos_p = false,
          glyph_not_available_p = false,
          starts_in_middle_of_char_p = false,
          face_before_selective_p = false,
          constrain_row_ascent_descent_p = false,
          line_number_produced_p = false,
          line_wrap = TRUNCATE,
          base_face_id = -22320,
          c = 32767,
          len = 0,
          cmp_it = {
            stop_pos = 0,
            id = 0,
            ch = 0,
            rule_idx = 36,
            lookback = 0,
            nglyphs = 0,
            reversed_p = false,
            parent_it = 0x0,
            charpos = 0,
            nchars = 0,
            nbytes = 0,
            from = 0,
            to = 0,
            width = 0
          },
          char_to_display = 524288,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE,
          image_id = 0,
          xwidget = 0x0,
          slice = {
            x = XIL(0),
            y = XIL(0),
            width = XIL(0),
            height = XIL(0)
          },
          space_width = XIL(0),
          voffset = -1,
          tab_width = -1,
          font_height = XIL(0),
          object = XIL(0),
          position = {
            charpos = 4294967296,
            bytepos = 60129542153
          },
          truncation_pixel_width = 4,
          continuation_pixel_width = 0,
          first_visible_x = 14,
          last_visible_x = 4,
          last_visible_y = 12,
          extra_line_spacing = 3,
          max_extra_line_spacing = 12,
          override_ascent = 3,
          override_descent = 0,
          override_boff = 0,
          glyph_row = 0x0,
          area = LEFT_MARGIN_AREA,
          nglyphs = 0,
          pixel_width = 0,
          ascent = 0,
          descent = 0,
          max_ascent = 0,
          max_descent = 0,
          phys_ascent = 0,
          phys_descent = 0,
          max_phys_ascent = 0,
          max_phys_descent = 0,
          current_x = 0,
          continuation_lines_width = 0,
          eol_pos = {
            charpos = 0,
            bytepos = 0
          },
          current_y = 0,
          first_vpos = 0,
          vpos = 0,
          hpos = 0,
          lnum = 0,
          lnum_bytepos = 0,
          lnum_width = 0,
          lnum_pixel_width = 0,
          pt_lnum = 0,
          stretch_adjust = 0,
          left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0,
          bidi_p = false,
          bidi_it = {
            bytepos = 0,
            charpos = 0,
            ch = 0,
            nchars = 0,
            ch_len = 0,
            type = UNKNOWN_BT,
            type_after_wn = UNKNOWN_BT,
            orig_type = UNKNOWN_BT,
            resolved_level = 0 '\000',
            isolate_level = 0 '\000',
            invalid_levels = 0,
            invalid_isolates = 0,
            prev = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            last_strong = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_neutral = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            prev_for_neutral = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            next_for_ws = {
              charpos = 0,
              type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT
            },
            bracket_pairing_pos = 0,
            bracket_enclosed_type = UNKNOWN_BT,
            next_en_pos = 0,
            next_en_type = UNKNOWN_BT,
            sos = NEUTRAL_DIR,
            scan_dir = 0,
            disp_pos = 0,
            disp_prop = 0,
            stack_idx = 0,
            level_stack = {{
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              } <repeats 96 times>, {
                next_for_neutral_pos = 93824994952139,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 140737084195240,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994989028,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 227 '\343',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995084555,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 100 'd',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824995096068,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 2,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994797776,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 100 'd',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 4,
                last_strong_type = 2,
                prev_for_neutral_type = 5,
                level = 229 '\345',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 0,
                next_for_neutral_type = 0,
                last_strong_type = 0,
                prev_for_neutral_type = 7,
                level = 255 '\377',
                flags = 255 '\377'
              }, {
                next_for_neutral_pos = 93824995195676,
                next_for_neutral_type = 4,
                last_strong_type = 2,
                prev_for_neutral_type = 5,
                level = 229 '\345',
                flags = 88 'X'
              }, {
                next_for_neutral_pos = 93825020327752,
                next_for_neutral_type = 5,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93825020327752,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824993349220,
                next_for_neutral_type = 2,
                last_strong_type = 2,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825020326645,
                next_for_neutral_type = 0,
                last_strong_type = 1,
                prev_for_neutral_type = 5,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824993055194,
                next_for_neutral_type = 1,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93825020327232,
                next_for_neutral_type = 0,
                last_strong_type = 6,
                prev_for_neutral_type = 3,
                level = 1 '\001',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824993312422,
                next_for_neutral_type = 4,
                last_strong_type = 6,
                prev_for_neutral_type = 4,
                level = 26 '\032',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 4,
                last_strong_type = 4,
                prev_for_neutral_type = 3,
                level = 38 '&',
                flags = 232 '\350'
              }, {
                next_for_neutral_pos = 93825010281669,
                next_for_neutral_type = 5,
                last_strong_type = 0,
                prev_for_neutral_type = 0,
                level = 100 'd',
                flags = 87 'W'
              }, {
                next_for_neutral_pos = 93824994959562,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824994993915,
                next_for_neutral_type = 0,
                last_strong_type = 2,
                prev_for_neutral_type = 6,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = -3626665655190837504,
                next_for_neutral_type = 2,
                last_strong_type = 4,
                prev_for_neutral_type = 1,
                level = 0 '\000',
                flags = 0 '\000'
              }, {
                next_for_neutral_pos = 93824996206640,
                next_for_neutral_type = 0,
                last_strong_type = 4,
                prev_for_neutral_type = 4,
                level = 0 '\000',
                flags = 0 '\000'
              }},
            string = {
              lstring = XIL(0x55555580c90b),
              s = 0x9390 <error: Cannot access memory at address 0x9390>,
              schars = 0,
              bufpos = 0,
              from_disp_str = false,
              unibyte = false
            },
            w = 0x8,
            paragraph_dir = (unknown: 0x5765a590),
            separator_limit = 0,
            first_elt = false,
            new_paragraph = false,
            frame_window_p = false
          },
          paragraph_embedding = (L2R | R2L | unknown: 0x8),
          min_width_property = XIL(0x9390),
          min_width_start = 0
        }
        current_matrix_up_to_date_p = false
        used_current_matrix_p = false
        buffer_unchanged_p = <optimized out>
        temp_scroll_step = false
        rc = <optimized out>
        centering_position = -1
        last_line_misfit = false
        beg_unchanged = <optimized out>
        end_unchanged = <optimized out>
        frame_line_height = <optimized out>
        margin = <optimized out>
        use_desired_matrix = <optimized out>
        itdata = 0x0
#22 0x000055555564db7b in redisplay_window_0 (window=Python Exception <class 'gdb.error'> value has been optimized out: 
, window@entry=XIL(0x555559154be5)) at xdisp.c:17623
#23 0x000055555580dc0c in internal_condition_case_1 (bfun=bfun@entry=0x55555564db50 <redisplay_window_0>, arg=Python Exception <class 'gdb.error'> value has been optimized out: 
, arg@entry=XIL(0x555559154be5), handlers=Python Exception <class 'gdb.error'> value has been optimized out: 
, hfun=hfun@entry=0x5555555ecf80 <redisplay_window_error>) at eval.c:1498
        val = XIL(0)
        c = 0x555556282540
#24 0x00005555555ed184 in redisplay_windows (window=XIL(0x555559154be5)) at xdisp.c:17592
        w = 0x555559154be0
#25 0x00005555556325c2 in redisplay_internal () at xdisp.c:17042
        gcscrollbars = <optimized out>
        f_redisplay_flag = <optimized out>
        f = 0x555559154990
        w = <optimized out>
        sw = <optimized out>
        fr = <optimized out>
        pending = <optimized out>
        must_finish = <optimized out>
        match_p = <optimized out>
        tlbufpos = {
          charpos = <optimized out>,
          bytepos = <optimized out>
        }
        tlendpos = {
          charpos = <optimized out>,
          bytepos = <optimized out>
        }
        number_of_visible_frames = <optimized out>
        sf = <optimized out>
        polling_stopped_here = false
        tail = XIL(0x555558fb9893)
        hscroll_retries = <optimized out>
        garbaged_frame_retries = <optimized out>
        consider_all_windows_p = <optimized out>
        update_miniwindow_p = <optimized out>
#26 0x0000555555633ed5 in redisplay_preserve_echo_area (from_where=from_where@entry=12) at xdisp.c:17405
#27 0x0000555555880e19 in wait_reading_process_output (time_limit=time_limit@entry=52, nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=do_display@entry=true, wait_for_cell=Python Exception <class 'gdb.error'> value has been optimized out: 
, wait_proc=wait_proc@entry=0x0, just_wait_proc=0) at process.c:5912
        nread = <optimized out>
        process_skipped = <optimized out>
        wrapped = <optimized out>
        channel_start = 16
        child_fd = <optimized out>
        channel = <optimized out>
        nfds = <optimized out>
        Available = {
          fds_bits = {0 <repeats 16 times>}
        }
        Writeok = {
          fds_bits = {0 <repeats 16 times>}
        }
        check_write = <optimized out>
        check_delay = <optimized out>
        no_avail = <optimized out>
        xerrno = 11
        proc = XIL(0x555558f5d52d)
        timeout = {
          tv_sec = 0,
          tv_nsec = 50000000
        }
        end_time = {
          tv_sec = 1713634274,
          tv_nsec = 209925757
        }
        timer_delay = {
          tv_sec = <optimized out>,
          tv_nsec = <optimized out>
        }
        got_output_end_time = {
          tv_sec = 0,
          tv_nsec = -1
        }
        wait = TIMEOUT
        got_some_output = 461
        prev_wait_proc_nbytes_read = <optimized out>
        retry_for_async = <optimized out>
        now = {
          tv_sec = <optimized out>,
          tv_nsec = <optimized out>
        }
        last_read_channel = 21
#28 0x00005555555d8818 in sit_for (timeout=Python Exception <class 'gdb.error'> value has been optimized out: 
, reading=<optimized out>, display_option=<optimized out>) at dispnew.c:6264
        sec = 52
        nsec = 0
        do_display = true
        curbuf_eq_winbuf = true
        nbytes = <optimized out>
#29 0x0000555555762db4 in read_char (commandflag=1, map=Python Exception <class 'gdb.error'> value has been optimized out: 
, prev_event=Python Exception <class 'gdb.error'> value has been optimized out: 
, used_mouse_menu=0x7fffffffd8bb, end_time=0x0) at lisp.h:767
        tem0 = Python Exception <class 'gdb.error'> value has been optimized out: 

        timeout = 52
        delay_level = <optimized out>
        buffer_size = <optimized out>
        c = Python Exception <class 'gdb.error'> value has been optimized out: 

        local_getcjmp = {{
            __jmpbuf = {93825050261379, 5575883208042068739, 0, 93825050261379, 140737488345568, 0, -5575883207226967293, -1744248958002414845},
            __mask_was_saved = 0,
            __saved_mask = {
              __val = {6254528, 6254528, 0, 93825019000787, 93824994991192, 1, 1, 93825018946563, 93824994457265, 93825005062736, 4, 0, 93824994432379, 93825051856901, 93825051856896, 0}
            }
          }}
        save_jump = {{
            __jmpbuf = {0, 0, 0, 0, 0, 0, 0, 0},
            __mask_was_saved = 0,
            __saved_mask = {
              __val = {0 <repeats 16 times>}
            }
          }}
        tem = Python Exception <class 'gdb.error'> value has been optimized out: 

        save = Python Exception <class 'gdb.error'> value has been optimized out: 

        previous_echo_area_message = XIL(0)
        also_record = XIL(0)
        reread = false
        recorded = false
        polling_stopped_here = false
        orig_kboard = 0x55555633bca0
#30 0x00005555557642a9 in read_key_sequence (keybuf=<optimized out>, prompt=Python Exception <class 'gdb.error'> value has been optimized out: 
, dont_downcase_last=<optimized out>, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false) at keyboard.c:10084
        interrupted_kboard = 0x55555633bca0
        interrupted_frame = <optimized out>
        key = Python Exception <class 'gdb.error'> value has been optimized out: 

        used_mouse_menu = false
        echo_local_start = 0
        last_real_key_start = 0
        keys_local_start = 0
        new_binding = Python Exception <class 'gdb.error'> value has been optimized out: 

        t = 0
        echo_start = 0
        keys_start = 0
        current_binding = XIL(0x555558cab783)
        first_unbound = 31
        mock_input = 0
        used_mouse_menu_history = {false <repeats 30 times>}
        fkey = {
          parent = XIL(0x55555629ffa3),
          map = XIL(0x55555629ffa3),
          start = 0,
          end = 0
        }
        keytran = {
          parent = XIL(0x7fffe854b00b),
          map = XIL(0x7fffe854b00b),
          start = 0,
          end = 0
        }
        indec = {
          parent = XIL(0x55555629ff93),
          map = XIL(0x55555629ff93),
          start = 0,
          end = 0
        }
        shift_translated = false
        delayed_switch_frame = XIL(0)
        original_uppercase = XIL(0)
        original_uppercase_position = -1
        dummyflag = false
        fake_prefixed_keys = XIL(0)
        first_event = XIL(0)
#31 0x000055555576661d in command_loop_1 () at lisp.h:1172
        cmd = Python Exception <class 'gdb.error'> value has been optimized out: 

        keybuf = {XIL(0x555558cc85d3), make_fixnum(6), XIL(0xa0), XIL(0x55555591e830), XIL(0x60), XIL(0x55555580c90b), XIL(0xf0f0), XIL(0), XIL(0), XIL(0x55555580f604), XIL(0x2aaa920adba0), XIL(0x5555564d2480), XIL(0), make_fixnum(23456248583393), XIL(0xb), XIL(0xf0f0), XIL(0x30), XIL(0x55555625b2a5), XIL(0x5555561967e0), XIL(0x555556187720), XIL(0x555556187720), XIL(0x60), XIL(0), XIL(0x555556187720), XIL(0x7fffffffde58), XIL(0x555555755610), XIL(0), XIL(0x7fffe8554dbb), XIL(0xb), XIL(0x98a0)}
        i = <optimized out>
        prev_modiff = 171
        prev_buffer = 0x555558e31000
#32 0x000055555580db67 in internal_condition_case (bfun=bfun@entry=0x5555557663e0 <command_loop_1>, handlers=Python Exception <class 'gdb.error'> value has been optimized out: 
, handlers@entry=XIL(0x90), hfun=hfun@entry=0x555555755450 <cmd_error>) at eval.c:1474
        val = XIL(0)
        c = 0x555556282400
#33 0x0000555555749682 in command_loop_2 (handlers=handlers@entry=XIL(0x90)) at keyboard.c:1133
#34 0x000055555580daac in internal_catch (tag=Python Exception <class 'gdb.error'> value has been optimized out: 
, func=func@entry=0x555555749660 <command_loop_2>, arg=Python Exception <class 'gdb.error'> value has been optimized out: 
, arg@entry=XIL(0x90)) at eval.c:1197
        val = XIL(0)
        c = 0x5555562822c0
#35 0x000055555574b89f in command_loop () at keyboard.c:1111
#36 0x0000555555754b3b in recursive_edit_1 () at keyboard.c:720
        val = Python Exception <class 'gdb.error'> value has been optimized out: 

#37 0x00005555557551a4 in Frecursive_edit () at keyboard.c:803
#38 0x00005555555c90b4 in main (argc=<optimized out>, argv=<optimized out>) at emacs.c:2521
        stack_bottom_variable = 0x50
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0
        dump_mode = <optimized out>
        skip_args = 0
        temacs = 0x0
        attempt_load_pdump = <optimized out>
        only_version = <optimized out>
        rlim = {
          rlim_cur = 10022912,
          rlim_max = 18446744073709551615
        }
        lc_all = <optimized out>
        sockfd = -1
        module_assertions = <optimized out>

Lisp Backtrace:

Thread 1 "emacs" hit Breakpoint 1, terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:426
./media/local_17/src/emacs/git/WTs/emacs-29/src/emacs.c:426:13380:beg:0x5555555ab9d7
The program being debugged stopped while in a function called from GDB.
Evaluation of the expression containing the function
(backtrace_function) will be abandoned.
When the function is done executing, GDB will silently stop.

Thread 1 "emacs" hit Breakpoint 1, terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=backtrace_limit@entry=2147483647) at emacs.c:426
./media/local_17/src/emacs/git/WTs/emacs-29/src/emacs.c:426:13380:beg:0x5555555ab9d7
The program being debugged stopped while in a function called from GDB.
Evaluation of the expression containing the function
(backtrace_function) will be abandoned.
When the function is done executing, GDB will silently stop.
Starting program: /media/local_17/src/emacs/git/WTs/emacs-29/src/emacs -q
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe6d6c700 (LWP 26110)]
[New Thread 0x7fffe60fa700 (LWP 26111)]
[New Thread 0x7fffe5678700 (LWP 26112)]
[Detaching after vfork from child process 26136]
[Detaching after vfork from child process 26137]
[Detaching after vfork from child process 26138]
[Detaching after vfork from child process 26139]
[Detaching after vfork from child process 26140]
[Detaching after vfork from child process 26141]
[Detaching after vfork from child process 26154]
[Detaching after vfork from child process 26156]
[Detaching after vfork from child process 26170]
[Detaching after vfork from child process 26171]
[Detaching after vfork from child process 26173]
[Detaching after vfork from child process 26176]
[Detaching after vfork from child process 26177]
[Detaching after vfork from child process 26178]
[Detaching after vfork from child process 26199]
[Detaching after vfork from child process 26200]
[Detaching after vfork from child process 26221]
[Detaching after vfork from child process 26285]
[Detaching after vfork from child process 26286]
[Detaching after vfork from child process 26308]
[Detaching after vfork from child process 26309]
[Detaching after vfork from child process 26521]
[Detaching after vfork from child process 26522]
[Detaching after vfork from child process 26543]
[Detaching after vfork from child process 26544]
[Detaching after vfork from child process 26548]
[Detaching after vfork from child process 26549]
[Detaching after vfork from child process 26570]
[Detaching after vfork from child process 26571]
[Detaching after vfork from child process 26581]
[Detaching after vfork from child process 26582]
[Detaching after vfork from child process 26603]
[Detaching after vfork from child process 26604]
[Detaching after vfork from child process 27213]
[Detaching after vfork from child process 27214]
[Detaching after vfork from child process 27215]
[Detaching after vfork from child process 27216]
[Detaching after vfork from child process 27220]
[Detaching after vfork from child process 27221]
[Detaching after vfork from child process 27222]
[Detaching after vfork from child process 27223]
[Detaching after vfork from child process 27227]
[Detaching after vfork from child process 27246]
[Detaching after vfork from child process 27266]
[Detaching after vfork from child process 27270]
[Detaching after vfork from child process 27460]
[Detaching after vfork from child process 27461]
[Detaching after vfork from child process 27483]
[Detaching after vfork from child process 27484]
[Detaching after vfork from child process 27546]
[Detaching after vfork from child process 27547]
[Detaching after vfork from child process 27568]
[Detaching after vfork from child process 27569]
[Detaching after vfork from child process 27641]
[Detaching after vfork from child process 27642]
[Detaching after vfork from child process 27664]
[Detaching after vfork from child process 27665]
[Detaching after vfork from child process 27677]
[Detaching after vfork from child process 28016]
[Detaching after vfork from child process 28178]
[Detaching after vfork from child process 28179]
[Detaching after vfork from child process 28200]
[Detaching after vfork from child process 28201]
[Detaching after vfork from child process 28203]
[Detaching after vfork from child process 28204]
[Detaching after vfork from child process 28226]
[Detaching after vfork from child process 28227]
[Detaching after vfork from child process 38717]
[Detaching after vfork from child process 38723]
[Detaching after vfork from child process 38738]
[Detaching after vfork from child process 38739]
[Detaching after vfork from child process 38740]
[Detaching after vfork from child process 38741]
[Detaching after vfork from child process 38744]
[Detaching after vfork from child process 38745]
[Detaching after vfork from child process 38746]
[Detaching after vfork from child process 38747]
[Detaching after vfork from child process 39569]
[Detaching after vfork from child process 39570]
[Detaching after vfork from child process 39693]
[Detaching after vfork from child process 39694]
[Detaching after vfork from child process 39697]
[Detaching after vfork from child process 39698]
[Detaching after vfork from child process 39699]
[Detaching after vfork from child process 39700]
[Detaching after vfork from child process 373]



In GNU Emacs 29.3.50 (build 3, x86_64-pc-linux-gnu, GTK+ Version
 3.22.30, cairo version 1.15.10) of 2024-04-20 built on leno
Repository revision: e3aae5fd385bd5512f614d2273a2d6d8e95a7ce6
Repository branch: emacs-29
Windowing system distributor 'The X.Org Foundation', version 11.0.12008000
System Description: Ubuntu 18.04.6 LTS

Configured using:
 'configure --with-x-toolkit=gtk --with-json
 --enable-checking=yes,glyphs --enable-check-lisp-object-type
 'CFLAGS=-ggdb3 -O3' LDFLAGS=-ggdb3 'CXXFLAGS=-ggdb3 -O3''

Configured features:
CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON
LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND
THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB

Important settings:
  value of $LC_MONETARY: fi_FI.UTF-8
  value of $LC_NUMERIC: fi_FI.UTF-8
  value of $LC_TIME: fi_FI.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Help

Minor modes in effect:
  cl-old-struct-compat-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  tab-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  isearch-fold-quotes-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
/home/andrei/.emacs.d/elpa/emacsql-sqlite-20230225.2205/emacsql-sqlite hides /home/andrei/.emacs.d/elpa/emacsql-20230417.1448/emacsql-sqlite
/home/andrei/.emacs.d/elpa/emacsql-mysql-20230225.2205/emacsql-mysql hides /home/andrei/.emacs.d/elpa/emacsql-20230417.1448/emacsql-mysql
/home/andrei/.emacs.d/elpa/transient-20230602.2121/transient hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/transient
/home/andrei/.emacs.d/elpa/use-package-20230426.2324/use-package-jump hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/use-package/use-package-jump
/home/andrei/.emacs.d/elpa/use-package-20230426.2324/use-package-bind-key hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/use-package/use-package-bind-key
/home/andrei/.emacs.d/elpa/bind-key-20230203.2004/bind-key hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/use-package/bind-key
/home/andrei/.emacs.d/elpa/use-package-20230426.2324/use-package hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/use-package/use-package
/home/andrei/.emacs.d/elpa/use-package-20230426.2324/use-package-delight hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/use-package/use-package-delight
/home/andrei/.emacs.d/elpa/use-package-20230426.2324/use-package-ensure hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/use-package/use-package-ensure
/home/andrei/.emacs.d/elpa/use-package-20230426.2324/use-package-diminish hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/use-package/use-package-diminish
/home/andrei/.emacs.d/elpa/use-package-20230426.2324/use-package-core hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/use-package/use-package-core
/home/andrei/.emacs.d/elpa/use-package-20230426.2324/use-package-lint hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/use-package/use-package-lint
/home/andrei/.emacs.d/elpa/flim-20230205.1423/sasl hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/net/sasl
/home/andrei/.emacs.d/elpa/hierarchy-20190425.842/hierarchy hides /media/local_17/src/emacs/git/WTs/emacs-29/lisp/emacs-lisp/hierarchy

Features:
(shadow sort mail-extr emacsbug message yank-media rfc822 mml mml-sec
epa derived gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils cl-print help-fns radix-tree cl-extra
hideshow misearch multi-isearch files-x dabbrev gud etags fileloop
generator macrostep-c cmacexp macrostep pp pulse time-date flycheck
find-func lsp-diagnostics lsp-headerline lsp-icons lsp-modeline lsp-lens
view lsp-jq lsp-zig lsp-trunk lsp-tilt lsp-steep lsp-svelte lsp-sqls
lsp-solidity lsp-ruby-syntax-tree lsp-ruby-lsp lsp-yaml lsp-xml lsp-wgsl
lsp-vimscript lsp-vhdl lsp-volar lsp-vetur lsp-html lsp-verilog lsp-vala
lsp-v lsp-typeprof lsp-ttcn3 lsp-toml lsp-terraform lsp-tex lsp-sorbet
lsp-solargraph lsp-semgrep lsp-rust lsp-rubocop lsp-rf lsp-ruff-lsp
lsp-remark lsp-racket lsp-r lsp-purescript lsp-pylsp lsp-pyls lsp-pwsh
lsp-php lsp-pls lsp-perlnavigator lsp-perl lsp-openscad lsp-ocaml
lsp-nushell lsp-mojo lsp-magik lsp-nix lsp-nim lsp-nginx lsp-move
lsp-mint lsp-mdx lsp-marksman lsp-markdown lsp-lua lsp-kotlin lsp-json
lsp-javascript lsp-idris lsp-haxe lsp-groovy lsp-hack lsp-graphql
lsp-glsl lsp-gleam lsp-golangci-lint lsp-gdscript lsp-fsharp lsp-fortran
lsp-eslint lsp-erlang lsp-emmet lsp-elixir lsp-elm lsp-dockerfile
lsp-dhall lsp-d lsp-cypher lsp-cucumber lsp-css lsp-csharp gnutls
lsp-crystal lsp-credo lsp-cobol lsp-cmake lsp-clojure lsp-clangd dom
lsp-bufls lsp-go lsp-completion lsp-beancount lsp-bash lsp-astro lsp-asm
lsp-awk lsp-autotools lsp-ansible lsp-angular lsp-ada
lsp-semantic-tokens lsp-actionscript lsp-mode lsp-protocol yasnippet
help-mode xref project tree-widget wid-edit spinner network-stream puny
nsm markdown-mode color thingatpt noutline outline icons lv inline imenu
ht filenotify f f-shortdoc s ewoc epg rfc6068 epg-config dash compile
text-property-search comint ansi-osc ansi-color ring vc-git diff-mode
vc-dispatcher cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles
cc-align cc-engine cc-vars cc-defs finder-inf a-autoloads
annotate-autoloads arduino-mode-autoloads ede/auto eieio-base
beacon-autoloads blamer-autoloads browse-kill-ring-autoloads
cliphist-autoloads closql-autoloads color-identifiers-mode-autoloads
diff-hl-autoloads diffview-autoloads djvu-autoloads
dtrt-indent-autoloads emacsql-mysql-autoloads emacsql-sqlite-autoloads
emacsql-autoloads flim-autoloads apel-autoloads flycheck-autoloads
function-args-autoloads gh-autoloads ghub-autoloads git-gutter-autoloads
git-link-autoloads git-timemachine-autoloads gnus-recent-autoloads
google-translate-autoloads graphql-autoloads graphql-mode-autoloads
highlight-function-calls-autoloads highlight-parentheses-autoloads
highlight-thing-autoloads hl-block-mode-autoloads
hl-prog-extra-autoloads html2org-autoloads htmlize-autoloads
ivy-autoloads json-mode-autoloads rx json-reformat-autoloads
line-reminder-autoloads loccur-autoloads log4e-autoloads
log4j-mode-autoloads logview-autoloads datetime-autoloads
extmap-autoloads look-mode-autoloads lsp-mode-autoloads f-autoloads
magit-autoloads pcase git-commit-autoloads magit-section-autoloads
markdown-mode-autoloads ht-autoloads mlscroll-autoloads
mw-thesaurus-autoloads oauth2-autoloads ob-restclient-autoloads
org-jira-autoloads orglink-autoloads ov-autoloads paredit-autoloads
pcache-autoloads projectile-autoloads puni-autoloads easy-mmode
rainbow-mode-autoloads request-autoloads helm-autoloads popup-autoloads
helm-core-autoloads async-autoloads restclient-autoloads slime-autoloads
macrostep-autoloads smartparens-autoloads stem-reading-mode-autoloads
strace-mode-autoloads stripes-autoloads symbol-overlay-autoloads
transient-dwim-autoloads transient-autoloads posframe-autoloads
treepy-autoloads use-package-autoloads bind-key-autoloads
uuidgen-autoloads virtual-comment-autoloads w3m-load w3m-autoloads
tracking-autoloads s-autoloads why-this-autoloads with-editor-autoloads
compat-autoloads workgroups2-autoloads xml-rpc-autoloads
xterm-color-autoloads yaml-autoloads info dash-autoloads package
browse-url url url-proxy url-privacy url-expand url-methods url-history
url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers
url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache
json subr-x map byte-opt gv bytecomp byte-compile url-vars dired-aux
cl-loaddefs cl-lib dired dired-loaddefs rmc iso-transl tooltip cconv
eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type
elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd
fontset image regexp-opt fringe tabulated-list replace newcomment
text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow
isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax
font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine 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 emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads dbusbind inotify
dynamic-setting system-font-setting font-render-setting cairo
move-toolbar gtk x-toolkit xinput2 x multi-tty make-network-process
emacs)

Memory information:
((conses 16 508641 28681)
 (symbols 48 34146 0)
 (strings 32 165621 6119)
 (string-bytes 1 4974449)
 (vectors 16 64974)
 (vector-slots 8 995706 38311)
 (floats 8 213 390)
 (intervals 56 8725 520)
 (buffers 976 35))




Acknowledgement sent to andrei.elkin@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#70495; 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: Thu, 2 May 2024 08:45:01 UTC

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