From unknown Tue Jun 17 20:15:02 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#70419 <70419@debbugs.gnu.org> To: bug#70419 <70419@debbugs.gnu.org> Subject: Status: Segfault when resizing window Reply-To: bug#70419 <70419@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:15:02 +0000 retitle 70419 Segfault when resizing window reassign 70419 emacs submitter 70419 agrm@tuta.com severity 70419 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 16 11:48:08 2024 Received: (at submit) by debbugs.gnu.org; 16 Apr 2024 15:48:08 +0000 Received: from localhost ([127.0.0.1]:44572 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwl2W-0006X4-8b for submit@debbugs.gnu.org; Tue, 16 Apr 2024 11:48:08 -0400 Received: from lists.gnu.org ([2001:470:142::17]:49634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwgAN-00087V-Eg for submit@debbugs.gnu.org; Tue, 16 Apr 2024 06:35:55 -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 ) id 1rwgA4-0006Ps-Q6 for bug-gnu-emacs@gnu.org; Tue, 16 Apr 2024 06:35:36 -0400 Received: from w4.tutanota.de ([81.3.6.165]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rwg9v-00055I-IY for bug-gnu-emacs@gnu.org; Tue, 16 Apr 2024 06:35:36 -0400 Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 601DA10602F0 for ; Tue, 16 Apr 2024 10:35:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1713263722; s=s1; d=tuta.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=INIpbdaT8+We1kg8WRhnqGe1A/+zjM0GFEa+IkYPz/w=; b=lOGA8ZpTWhz/+JAFOBFLxhQm3d32B6ZeTiXkf9kwQKuF4koeRLIrzn59Sw2Ssog+ StWoDMzy2aqoojD3qxWblpktc5t2ns/NFRlwUgTOyUs4cKJExE9HkhYu2cbi3Yxsf+8 PGbMYw+pnVyMBCa9FO5TiAbL9WV6RMBbuLymId8y69nFi+hraFn6wgImESDtgPryFUb BP5pyEbRzEBJbWsCENZyJRNXSJBpXa7veoqrAsmgNHxRdsgahTc7PBGS/nSpOYO89BU OIZ/2KQFi3YtueFlNuHWGH75Jil4kbY1aNdFJaSwgUyfFYD6p57zzjXu2KbRFNomYID OBIExVlE0w== Date: Tue, 16 Apr 2024 12:35:22 +0200 (CEST) From: agrm@tuta.com To: Bug Gnu Emacs Message-ID: Subject: Segfault when resizing window MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_236767_1209522524.1713263723380" Received-SPF: pass client-ip=81.3.6.165; envelope-from=agrm@tuta.com; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 16 Apr 2024 11:48:07 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" ------=_Part_236767_1209522524.1713263723380 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Scroll down to see gdb output from emacs -Q as well! gdb output: Thread 1 "emacs" received signal SIGSEGV, Segmentation fault. 0x000055555560afca in note_fringe_highlight (part=3D, y=3D, x=3D2, window=3D, f=3D0x5555561e0120) =C2=A0=C2=A0=C2=A0 at ../../src/xdisp.c:35775 35775=09=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 || !MATRIX_ROW_DISPLAYS_TEXT_P (MATR= IX_ROW (w->current_matrix, (gdb) bt full #0=C2=A0 0x000055555560afca in note_fringe_highlight (part=3D, y=3D, x=3D2, window=3D, f=3D0x5555561e0120= ) =C2=A0=C2=A0=C2=A0 at ../../src/xdisp.c:35775 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sym =3D 0xae90 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hpos =3D -12008 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vpos =3D -1415401410 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D 0x555558a12558 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 glyph_num =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 area =3D 14637 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 glyph =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sym =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hpos =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vpos =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 area =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 glyph =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 glyph_num =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pos =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 help_echo =3D #1=C2=A0 note_mouse_highlight (f=3Df@entry=3D0x5555561e0120, x=3D, y=3D) at ../../src/xdisp.c:36036 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hlinfo =3D 0x5555560e86d0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 part =3D ON_LEFT_FRINGE =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 window =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D 0x555558a12558 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 cursor =3D 104857629 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pointer =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 b =3D #2=C2=A0 0x0000555555682010 in x_note_mouse_movement (frame=3Dframe@entry= =3D0x5555561e0120, event=3Devent@entry=3D0x7fffffffd140, device=3D) =C2=A0=C2=A0=C2=A0 at ../../src/xterm.c:14667 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r =3D 0x5555560e8998 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dpyinfo =3D 0x5555560e85d0 #3=C2=A0 0x00005555556a58f7 in handle_one_xevent =C2=A0=C2=A0=C2=A0 (dpyinfo=3Ddpyinfo@entry=3D0x5555560e85d0, event=3Devent= @entry=3D0x7fffffffd660, finish=3Dfinish@entry=3D0x555555dba350 , hold_quit=3D0x7fffffffd940) at ../../src/xterm.c:23162 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 other_valuators_found =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 emsg =3D {reason =3D , byteorder =3D , zero =3D , timestamp = =3D , source_window =3D , index_atom =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 total_x =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 real_y =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ev =3D {type =3D 1486955333, ser= ial =3D 7188868721520349184, send_event =3D 0, display =3D 0x555558fcc0d0, = window =3D 104857924, root =3D 140737488345440, subwindow =3D 1407366717576= 72, time =3D 349613218, x =3D 458, y =3D 225, x_root =3D 0, y_root =3D 0, s= tate =3D 1440721728, is_hint =3D 85 'U', same_screen =3D 0} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 lmsg =3D {reason =3D 88 'X', byt= eorder =3D 37 '%', zero =3D 22689, timestamp =3D 21845, source_window =3D 1= 444806944} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dmsg =3D {reason =3D , byteorder =3D , side_effects =3D , time= stamp =3D , x =3D , y =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 total_y =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 device =3D 0x5555560a3910 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 states =3D 0x555557903580 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 values =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 source =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 found_valuator =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dnd_state =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 real_x =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 must_free_data =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 xi_event =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 xev =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 bar =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 inev =3D {kind =3D NO_EVENT, ie = =3D {kind =3D NO_EVENT, part =3D scroll_bar_nowhere, code =3D 0, modifiers = =3D 0, x =3D 0x0, y =3D 0x0, timestamp =3D 0, frame_or_window =3D 0x0, arg = =3D 0x0, device =3D 0x30}, sie =3D {kind =3D NO_EVENT, dpyinfo =3D 0x0, req= uestor =3D 0, selection =3D 0, target =3D 0, property =3D 0, time =3D 0}} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 do_help =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gen_help_device =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gen_help_time =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 nbytes =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 any =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 f =3D 0x5555561e0120 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mouse_frame =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hlinfo =3D 0x5555560e86d0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 compose_status =3D {compose_ptr = =3D 0x0, chars_matched =3D 0} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 configureEvent =3D {type =3D 655= 36, xany =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -99= 52, display =3D 0x7fffcf496060 , window =3D 140737213200763}, xkey =3D {type =3D 65536, serial =3D = 93825054515576, send_event =3D -9952, display =3D 0x7fffcf496060 , window =3D 140737213200763, root= =3D 6, subwindow =3D 140737488345440, time =3D 140736671757672, x =3D 1508= 823923, y =3D 21845, x_root =3D 1492959440, y_root =3D 21845, state =3D 149= 3907904, keycode =3D 21845, same_screen =3D 1492959440}, xbutton =3D {type = =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D 0x7= fffcf496060 , window =3D= 140737213200763, root =3D 6, subwindow =3D 140737488345440, time =3D 14073= 6671757672, x =3D 1508823923, y =3D 21845, x_root =3D 1492959440, y_root = =3D 21845, state =3D 1493907904, button =3D 21845, same_screen =3D 14929594= 40}, xmotion =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D= -9952, display =3D 0x7fffcf496060 , window =3D 140737213200763, root =3D 6, subwindow =3D 14073748= 8345440, time =3D 140736671757672, x =3D 1508823923, y =3D 21845, x_root = =3D 1492959440, y_root =3D 21845, state =3D 1493907904, is_hint =3D 85 'U',= same_screen =3D 1492959440}, xcrossing =3D {type =3D 65536, serial =3D 938= 25054515576, send_event =3D -9952, display =3D 0x7fffcf496060 , window =3D 140737213200763, root = =3D 6, subwindow =3D 140737488345440, time =3D 140736671757672, x =3D 15088= 23923, y =3D 21845, x_root =3D 1492959440, y_root =3D 21845, mode =3D 14939= 07904, detail =3D 21845, same_screen =3D 1492959440, focus =3D 21845, state= =3D 1493907904}, xfocus =3D {type =3D 65536, serial =3D 93825054515576, se= nd_event =3D -9952, display =3D 0x7fffcf496060 , window =3D 140737213200763, mode =3D 6, detail =3D= 0}, xexpose =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D= -9952, display =3D 0x7fffcf496060 , window =3D 140737213200763, x =3D 6, y =3D 0, width =3D -9888,= height =3D 32767, count =3D -816597656}, xgraphicsexpose =3D {type =3D 655= 36, serial =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf49= 6060 , drawable =3D 1407= 37213200763, x =3D 6, y =3D 0, width =3D -9888, height =3D 32767, count =3D= -816597656, major_code =3D 32767, minor_code =3D 1508823923}, xnoexpose = =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, displ= ay =3D 0x7fffcf496060 , = drawable =3D 140737213200763, major_code =3D 6, minor_code =3D 0}, xvisibil= ity =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, d= isplay =3D 0x7fffcf496060 , window =3D 140737213200763, state =3D 6}, xcreatewindow =3D {type =3D 6= 5536, serial =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf= 496060 , parent =3D 1407= 37213200763, window =3D 6, x =3D -9888, y =3D 32767, width =3D -816597656, = height =3D 32767, border_width =3D 1508823923, override_redirect =3D 21845}= , xdestroywindow =3D {type =3D 65536, serial =3D 93825054515576, send_event= =3D -9952, display =3D 0x7fffcf496060 , event =3D 140737213200763, window =3D 6}, xunmap =3D {type= =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D 0x= 7fffcf496060 , event =3D= 140737213200763, window =3D 6, from_configure =3D -9888}, xmap =3D {type = =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D 0x7= fffcf496060 , event =3D = 140737213200763, window =3D 6, override_redirect =3D -9888}, xmaprequest = =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, displ= ay =3D 0x7fffcf496060 , = parent =3D 140737213200763, window =3D 6}, xreparent =3D {type =3D 65536, s= erial =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf496060 = for more, q to= quit, c to continue without paging-- _0>, event =3D 140737213200763, window =3D 6, parent =3D 140737488345440, x= =3D -816597656, y =3D 32767, override_redirect =3D 1508823923}, xconfigure= =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, disp= lay =3D 0x7fffcf496060 ,= event =3D 140737213200763, window =3D 6, x =3D -9888, y =3D 32767, width = =3D -816597656, height =3D 32767, border_width =3D 1508823923, above =3D 93= 825053540560, override_redirect =3D 1493907904}, xgravity =3D {type =3D 655= 36, serial =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf49= 6060 , event =3D 1407372= 13200763, window =3D 6, x =3D -9888, y =3D 32767}, xresizerequest =3D {type= =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D 0x= 7fffcf496060 , window = =3D 140737213200763, width =3D 6, height =3D 0}, xconfigurerequest =3D {typ= e =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D 0= x7fffcf496060 , parent = =3D 140737213200763, window =3D 6, x =3D -9888, y =3D 32767, width =3D -816= 597656, height =3D 32767, border_width =3D 1508823923, above =3D 9382505354= 0560, detail =3D 1493907904, value_mask =3D 93825053540560}, xcirculate =3D= {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display = =3D 0x7fffcf496060 , eve= nt =3D 140737213200763, window =3D 6, place =3D -9888}, xcirculaterequest = =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, displ= ay =3D 0x7fffcf496060 , = parent =3D 140737213200763, window =3D 6, place =3D -9888}, xproperty =3D {= type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display = =3D 0x7fffcf496060 , win= dow =3D 140737213200763, atom =3D 6, time =3D 140737488345440, state =3D -8= 16597656}, xselectionclear =3D {type =3D 65536, serial =3D 93825054515576, = send_event =3D -9952, display =3D 0x7fffcf496060 , window =3D 140737213200763, selection =3D 6, tim= e =3D 140737488345440}, xselectionrequest =3D {type =3D 65536, serial =3D 9= 3825054515576, send_event =3D -9952, display =3D 0x7fffcf496060 , owner =3D 140737213200763, reques= tor =3D 6, selection =3D 140737488345440, target =3D 140736671757672, prope= rty =3D 93825069405043, time =3D 93825053540560}, xselection =3D {type =3D = 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffc= f496060 , requestor =3D = 140737213200763, selection =3D 6, target =3D 140737488345440, property =3D = 140736671757672, time =3D 93825069405043}, xcolormap =3D {type =3D 65536, s= erial =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf496060 = , window =3D 14073721320= 0763, colormap =3D 6, new =3D -9888, state =3D 32767}, xclient =3D {type = =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D 0x7= fffcf496060 , window =3D= 140737213200763, message_type =3D 6, format =3D -9888, data =3D {b =3D "h\= 265S\317\377\177\000\000s\323\356YUU\000\000\320\300\374X", s =3D {-19096, = -12461, 32767, 0, -11405, 23022, 21845, 0, -16176, 22780}, l =3D {140736671= 757672, 93825069405043, 93825053540560, 93825054489024, 93825053540560}}}, = xmapping =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -99= 52, display =3D 0x7fffcf496060 , window =3D 140737213200763, request =3D 6, first_keycode =3D 0, co= unt =3D -9888}, xerror =3D {type =3D 65536, display =3D 0x5555590ba178, res= ourceid =3D 140737488345376, serial =3D 140736671080544, error_code =3D 123= '{', request_code =3D 121 'y', minor_code =3D 153 '\231'}, xkeymap =3D {ty= pe =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D = 0x7fffcf496060 , window = =3D 140737213200763, key_vector =3D "\006\000\000\000\000\000\000\000`\331\= 377\377\377\177\000\000h\265S\317\377\177\000\000s\323\356YUU\000"}, xgener= ic =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, di= splay =3D 0x7fffcf496060 , extension =3D -275154565, evtype =3D 32767}, xcookie =3D {type =3D 65536= , serial =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf4960= 60 , extension =3D -2751= 54565, evtype =3D 32767, cookie =3D 6, data =3D 0x7fffffffd960}, pad =3D {6= 5536, 93825054515576, 140737488345376, 140736671080544, 140737213200763, 6,= 140737488345440, 140736671757672, 93825069405043, 93825053540560, 93825054= 489024, 93825053540560, 93825054489024, 1, 93825051308453, 93824995393396, = 140737488345152, 93824994313488, 514, 12103423998558259, 0, 1, 0, 0}} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 next_event =3D {type =3D -11456,= xany =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, di= splay =3D 0x60000d290, window =3D 60129542144}, xkey =3D {type =3D -11456, = serial =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, windo= w =3D 60129542144, root =3D 962072674304, subwindow =3D 0, time =3D 6012954= 2144, x =3D 0, y =3D 0, x_root =3D 0, y_root =3D 0, state =3D 0, keycode = =3D 0, same_screen =3D 0}, xbutton =3D {type =3D -11456, serial =3D 9382499= 3536050, send_event =3D 0, display =3D 0x60000d290, window =3D 60129542144,= root =3D 962072674304, subwindow =3D 0, time =3D 60129542144, x =3D 0, y = =3D 0, x_root =3D 0, y_root =3D 0, state =3D 0, button =3D 0, same_screen = =3D 0}, xmotion =3D {type =3D -11456, serial =3D 93824993536050, send_event= =3D 0, display =3D 0x60000d290, window =3D 60129542144, root =3D 962072674= 304, subwindow =3D 0, time =3D 60129542144, x =3D 0, y =3D 0, x_root =3D 0,= y_root =3D 0, state =3D 0, is_hint =3D 0 '\000', same_screen =3D 0}, xcros= sing =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, dis= play =3D 0x60000d290, window =3D 60129542144, root =3D 962072674304, subwin= dow =3D 0, time =3D 60129542144, x =3D 0, y =3D 0, x_root =3D 0, y_root =3D= 0, mode =3D 0, detail =3D 0, same_screen =3D 0, focus =3D 0, state =3D 215= }, xfocus =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0= , display =3D 0x60000d290, window =3D 60129542144, mode =3D 0, detail =3D 2= 24}, xexpose =3D {type =3D -11456, serial =3D 93824993536050, send_event = =3D 0, display =3D 0x60000d290, window =3D 60129542144, x =3D 0, y =3D 224,= width =3D 0, height =3D 0, count =3D 0}, xgraphicsexpose =3D {type =3D -11= 456, serial =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, = drawable =3D 60129542144, x =3D 0, y =3D 224, width =3D 0, height =3D 0, co= unt =3D 0, major_code =3D 14, minor_code =3D 0}, xnoexpose =3D {type =3D -1= 1456, serial =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290,= drawable =3D 60129542144, major_code =3D 0, minor_code =3D 224}, xvisibili= ty =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, displ= ay =3D 0x60000d290, window =3D 60129542144, state =3D 0}, xcreatewindow =3D= {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, display =3D= 0x60000d290, parent =3D 60129542144, window =3D 962072674304, x =3D 0, y = =3D 0, width =3D 0, height =3D 14, border_width =3D 0, override_redirect = =3D 0}, xdestroywindow =3D {type =3D -11456, serial =3D 93824993536050, sen= d_event =3D 0, display =3D 0x60000d290, event =3D 60129542144, window =3D 9= 62072674304}, xunmap =3D {type =3D -11456, serial =3D 93824993536050, send_= event =3D 0, display =3D 0x60000d290, event =3D 60129542144, window =3D 962= 072674304, from_configure =3D 0}, xmap =3D {type =3D -11456, serial =3D 938= 24993536050, send_event =3D 0, display =3D 0x60000d290, event =3D 601295421= 44, window =3D 962072674304, override_redirect =3D 0}, xmaprequest =3D {typ= e =3D -11456, serial =3D 93824993536050, send_event =3D 0, display =3D 0x60= 000d290, parent =3D 60129542144, window =3D 962072674304}, xreparent =3D {t= ype =3D -11456, serial =3D 93824993536050, send_event =3D 0, display =3D 0x= 60000d290, event =3D 60129542144, window =3D 962072674304, parent =3D 0, x = =3D 0, y =3D 14, override_redirect =3D 0}, xconfigure =3D {type =3D -11456,= serial =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, even= t =3D 60129542144, window =3D 962072674304, x =3D 0, y =3D 0, width =3D 0, = height =3D 14, border_width =3D 0, above =3D 0, override_redirect =3D 0}, x= gravity =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, = display =3D 0x60000d290, event =3D 60129542144, window =3D 962072674304, x = =3D 0, y =3D 0}, xresizerequest =3D {type =3D -11456, serial =3D 9382499353= 6050, send_event =3D 0, display =3D 0x60000d290, window =3D 60129542144, wi= dth =3D 0, height =3D 224}, xconfigurerequest =3D {type =3D -11456, serial = =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, parent =3D 6= 0129542144, window =3D 962072674304, x =3D 0, y =3D 0, width =3D 0, height = =3D 14, border_width =3D 0, above =3D 0, detail =3D 0, value_mask =3D 0}, x= circulate =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0= , display =3D 0x60000d290, event =3D 60129542144, window =3D 962072674304, = place =3D 0}, xcirculaterequest =3D {type =3D -11456, serial =3D 9382499353= 6050, send_event =3D 0, display =3D 0x60000d290, parent =3D 60129542144, wi= ndow =3D 962072674304, place =3D 0}, xproperty =3D {type =3D -11456, serial= =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, window =3D = 60129542144, atom =3D 962072674304, time =3D 0, state =3D 0}, xselectioncle= ar =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, displ= ay =3D 0x60000d290, window =3D 60129542144, selection =3D 962072674304, tim= e =3D 0}, xselectionrequest =3D {type =3D -11456, serial =3D 93824993536050= , send_event =3D 0, display =3D 0x60000d290, owner =3D 60129542144, request= or =3D 962072674304, selection =3D 0, target =3D 60129542144, property =3D = 0, time =3D 0}, xselection =3D {type =3D -11456, serial =3D 93824993536050,= send_event =3D 0, display =3D 0x60000d290, requestor =3D 60129542144, sele= ction =3D 962072674304, target =3D 0, property =3D 60129542144, time =3D 0}= , xcolormap =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D= 0, display =3D 0x60000d290, window =3D 60129542144, colormap =3D 962072674= 304, new =3D 0, state =3D 0}, xclient =3D {type =3D -11456, serial =3D 9382= 4993536050, send_event =3D 0, display =3D 0x60000d290, window =3D 601295421= 44, message_type =3D 962072674304, format =3D 0, data =3D {b =3D "\000\000\= 000\000\016", '\000' , s =3D {0, 0, 14, 0, 0, 0, 0, 0, 0,= 0}, l =3D {60129542144, 0, 0, 0, 0}}}, xmapping =3D {type =3D -11456, seri= al =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, window = =3D 60129542144, request =3D 0, first_keycode =3D 224, count =3D 0}, xerror= =3D {type =3D -11456, display =3D 0x555555692832 , reso= urceid =3D 0, serial =3D 25769857680, error_code =3D 0 '\000', request_code= =3D 0 '\000', minor_code =3D 0 '\000'}, xkeymap =3D {type =3D -11456, seri= al =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, window = =3D 60129542144, key_vector =3D "\000\000\000\000\340", '\000' , "\016\000\000\000\000\000\000\000\000\000\000"}, xgeneric =3D {type= =3D -11456, serial =3D 93824993536050, send_event =3D 0, display =3D 0x600= 00d290, extension =3D 0, evtype =3D 14}, xcookie =3D {type =3D -11456, seri= al =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, extension= =3D 0, evtype =3D 14, cookie =3D 0, data =3D 0x0}, pad =3D {14073748834387= 2, 93824993536050, 0, 25769857680, 60129542144, 962072674304, 0, 6012954214= 4, 0, 0, 0, 0, 215, 93824994394184, -1, -1, 2, 93824993801776, 140737488344= 048, 0, 140737488344912, 0, 93825002930816, 93825005388064}} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 coding =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dx =3D 1486955864 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dy =3D 1486955333 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sa_avail =3D 16384 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sa_count =3D {bytes =3D 160} #4=C2=A0 0x00005555556a74a1 in event_handler_gdk (gxev=3D0x7fffffffd660, ev= =3D, data=3D) at ../../src/xterm.c:17890 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dpyinfo =3D 0x5555560e85d0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 xev =3D 0x7fffffffd660 #5=C2=A0 0x00007ffff7d2e3cf in ??? () at /usr/lib/libgdk-3.so.0 #6=C2=A0 0x00007ffff7d36032 in ??? () at /usr/lib/libgdk-3.so.0 #7=C2=A0 0x00007ffff7cdafa9 in gdk_display_get_event () at /usr/lib/libgdk-= 3.so.0 #8=C2=A0 0x00007ffff7d36428 in ??? () at /usr/lib/libgdk-3.so.0 #9=C2=A0 0x00007ffff6e58199 in ??? () at /usr/lib/libglib-2.0.so.0 #10 0x00007ffff6eb73bf in ??? () at /usr/lib/libglib-2.0.so.0 #11 0x00007ffff6e57712 in g_main_context_iteration () at /usr/lib/libglib-2= .0.so.0 #12 0x00007ffff75ed35b in gtk_main_iteration () at /usr/lib/libgtk-3.so.0 #13 0x000055555569277a in XTread_socket (terminal=3D, hold_q= uit=3D0x7fffffffd940) at ../../src/xterm.c:25657 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dpyinfo =3D 0x5555560e85d0 --Type for more, q to quit, c to continue without paging-- #14 0x00005555556dc651 in gobble_input () at ../../src/keyboard.c:7898 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 nr =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hold_quit =3D {kind =3D NO_EVENT= , part =3D scroll_bar_nowhere, code =3D 0, modifiers =3D 0, x =3D 0x0, y = =3D 0x0, timestamp =3D 0, frame_or_window =3D 0x0, arg =3D 0x0, device =3D = 0x30} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 next =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 nread =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 err =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 t =3D 0x5555560026d8 #15 0x00005555556dca35 in handle_async_input () at ../../src/keyboard.c:813= 7 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 nread =3D #16 process_pending_signals () at ../../src/keyboard.c:8151 #17 0x000055555576439d in probably_quit () at ../../src/eval.c:1718 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gc_count =3D {bytes =3D } #18 0x00005555557644a3 in maybe_quit () at ../../src/lisp.h:3922 #19 Ffuncall (nargs=3D1, args=3D0x7fffffffda68) at ../../src/eval.c:3005 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D #20 0x0000555555762e79 in internal_condition_case_n =C2=A0=C2=A0=C2=A0 (bfun=3Dbfun@entry=3D0x5555556d33c0 , = nargs=3Dnargs@entry=3D2, args=3Dargs@entry=3D0x7fffffffda60, handlers=3Dhan= dlers@entry=3D0x30, hfun=3Dhfun@entry=3D0x5555556d55d0 ) at ../../src/eval.c:1617 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 c =3D 0x555555fba2a0 #21 0x00005555556d4591 in safe_run_hook_funcall (nargs=3D2, args=3D0x7fffff= ffdb20) at ../../src/keyboard.c:1943 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fun =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hook =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sa_avail =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sa_count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 newargs =3D 0x7fffffffda60 #22 0x0000555555763677 in run_hook_with_args (nargs=3D2, args=3D0x7fffffffd= b20, funcall=3D0x5555556d44f0 ) =C2=A0=C2=A0=C2=A0 at ../../src/eval.c:2874 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 global_vals =3D 0x55555a30caf3 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sym =3D 0xdf20 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D 0x555559eed363 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ret =3D 0x0 #23 0x00005555556d3f65 in safe_run_hooks_maybe_narrowed (hook=3Dhook@entry= =3D0xdf20, w=3D) at ../../src/keyboard.c:1981 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } #24 0x00005555556e7b08 in command_loop_1 () at ../../src/keyboard.c:1513 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 cmd =3D 0x555559ff75c5 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 keybuf =3D {0x55555a30fd43, 0x55= 555a30c503, 0x7fffef886c7c, 0x11f70, 0x30, 0x800000000000000e, 0x0, 0x63c3f= e0393231000, 0x0, 0x7fffffffdd00, 0x80, 0x4000000012000000, 0x0, 0x55555576= 7ade , 0x1, 0x7ffff375bbd4, 0x7fffef131658, 0x7fffef2682f8, = 0x0, 0x555555751618 , 0x7fffef884340, 0x63c3fe0393231000= , 0x60, 0x7ffff01f0583, 0x0, 0x555555857f28, 0x7fffef41f72d, 0x5555557640ca= , 0x1, 0x63c3fe0393231000} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 last_pt =3D 1 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 prev_modiff =3D 140 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 prev_buffer =3D 0x555558dab1a0 #25 0x0000555555762ca7 in internal_condition_case =C2=A0=C2=A0=C2=A0 (bfun=3Dbfun@entry=3D0x5555556e77b0 , ha= ndlers=3Dhandlers@entry=3D0x90, hfun=3Dhfun@entry=3D0x5555556db260 ) =C2=A0=C2=A0=C2=A0 at ../../src/eval.c:1537 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 c =3D 0x555555fba160 #26 0x00005555556d32c6 in command_loop_2 (handlers=3Dhandlers@entry=3D0x90)= at ../../src/keyboard.c:1167 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D #27 0x0000555555762c01 in internal_catch (tag=3Dtag@entry=3D0x10c80, func= =3Dfunc@entry=3D0x5555556d32a0 , arg=3Darg@entry=3D0x90) =C2=A0=C2=A0=C2=A0 at ../../src/eval.c:1217 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 c =3D 0x5555560077f0 #28 0x00005555556d3261 in command_loop () at ../../src/keyboard.c:1145 #29 0x00005555556dadf1 in recursive_edit_1 () at ../../src/keyboard.c:753 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D #30 0x00005555556db170 in Frecursive_edit () at ../../src/keyboard.c:836 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 buffer =3D #31 0x00005555555ad54a in main (argc=3D1, argv=3D) at ../../= src/emacs.c:2618 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack_bottom_variable =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 old_argc =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 no_loadup =3D false =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 junk =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dname_arg =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ch_to_dir =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 original_pwd =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dump_mode =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 skip_args =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 temacs =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 attempt_load_pdump =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 only_version =3D false =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 rlim =3D {rlim_cur =3D 10022912,= rlim_max =3D 18446744073709551615} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 lc_all =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sockfd =3D -1 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 module_assertions =3D Same behaviour in emacs -Q to reproduce: - emacs -Q - C-x 3 - grab the middlepoint of the mode line and move it around (left-right) - crash Here is the gdb output from emacs -Q for completnes Thread 1 "emacs" received signal SIGSEGV, Segmentation fault. 0x000055555560afca in note_fringe_highlight (part=3D, y=3D, x=3D563, window=3D, f=3D0x555556392c80) =C2=A0=C2=A0=C2=A0 at ../../src/xdisp.c:35775 35775=09=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 || !MATRIX_ROW_DISPLAYS_TEXT_P (MATR= IX_ROW (w->current_matrix, (gdb) bt full #0=C2=A0 0x000055555560afca in note_fringe_highlight (part=3D, y=3D, x=3D563, window=3D, f=3D0x555556392c= 80) =C2=A0=C2=A0=C2=A0 at ../../src/xdisp.c:35775 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sym =3D 0xebe0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hpos =3D 362 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vpos =3D -144365579 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D 0x555556392ef8 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 glyph_num =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 area =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 glyph =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sym =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hpos =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vpos =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 area =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 glyph =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 glyph_num =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pos =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 help_echo =3D #1=C2=A0 note_mouse_highlight (f=3Df@entry=3D0x555556392c80, x=3D, y=3D) at ../../src/xdisp.c:36036 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hlinfo =3D 0x5555560b4490 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 part =3D ON_RIGHT_FRINGE =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 window =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D 0x555556392ef8 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 cursor =3D 104857629 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pointer =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 b =3D #2=C2=A0 0x0000555555682010 in x_note_mouse_movement =C2=A0=C2=A0=C2=A0 (frame=3Dframe@entry=3D0x555556392c80, event=3Devent@ent= ry=3D0x7fffffffb400, device=3Ddevice@entry=3D0x555555fa2a04) at ../../src/x= term.c:14667 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 r =3D 0x5555560b4758 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dpyinfo =3D 0x5555560b4390 #3=C2=A0 0x00005555556a269c in handle_one_xevent =C2=A0=C2=A0=C2=A0 (dpyinfo=3Ddpyinfo@entry=3D0x5555560b4390, event=3Devent= @entry=3D0x7fffffffb920, finish=3Dfinish@entry=3D0x555555dba350 , hold_quit=3D0x7fffffffbc00) at ../../src/xterm.c:22352 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 enter =3D 0x555556a2d6d0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ev =3D {type =3D 1452988736, ser= ial =3D 93825011058544, send_event =3D 0, display =3D 0xb, window =3D 10485= 7924, root =3D 16894247878720146688, subwindow =3D 93825011058548, time =3D= 349870180, x =3D 563, y =3D 357, x_root =3D -19312, y_root =3D 32767, stat= e =3D 1453723200, is_hint =3D 85 'U', same_screen =3D 0} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 source =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 must_free_data =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 xi_event =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 xev =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 bar =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 inev =3D {kind =3D NO_EVENT, ie = =3D {kind =3D NO_EVENT, part =3D scroll_bar_nowhere, code =3D 0, modifiers = =3D 0, x =3D 0x0, y =3D 0x0, timestamp =3D 0, frame_or_window =3D 0x0, arg = =3D 0x0, device =3D 0x30}, sie =3D {kind =3D NO_EVENT, dpyinfo =3D 0x0, req= uestor =3D 0, selection =3D 0, target =3D 0, property =3D 0, time =3D 0}} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 do_help =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gen_help_device =3D 0x0 --Type for more, q to quit, c to continue without paging-- =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gen_help_time =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 nbytes =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 any =3D 0x555556392c80 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 f =3D 0x555556392c80 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mouse_frame =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hlinfo =3D 0x5555560b4490 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 compose_status =3D {compose_ptr = =3D 0x0, chars_matched =3D 0} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 configureEvent =3D {type =3D 144= 2547056, xany =3D {type =3D 1442547056, serial =3D 140737488336016, send_ev= ent =3D -137029407, display =3D 0x1, window =3D 93825002682896}, xkey =3D {= type =3D 1442547056, serial =3D 140737488336016, send_event =3D -137029407,= display =3D 0x1, window =3D 93825002682896, root =3D 140737336738257, subw= indow =3D 18446744073709550936, time =3D 140737351325921, x =3D 0, y =3D 0,= x_root =3D -210383213, y_root =3D 32767, state =3D 1442525744, keycode =3D= 21845, same_screen =3D -137416375}, xbutton =3D {type =3D 1442547056, seri= al =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, window = =3D 93825002682896, root =3D 140737336738257, subwindow =3D 184467440737095= 50936, time =3D 140737351325921, x =3D 0, y =3D 0, x_root =3D -210383213, y= _root =3D 32767, state =3D 1442525744, button =3D 21845, same_screen =3D -1= 37416375}, xmotion =3D {type =3D 1442547056, serial =3D 140737488336016, se= nd_event =3D -137029407, display =3D 0x1, window =3D 93825002682896, root = =3D 140737336738257, subwindow =3D 18446744073709550936, time =3D 140737351= 325921, x =3D 0, y =3D 0, x_root =3D -210383213, y_root =3D 32767, state = =3D 1442525744, is_hint =3D 85 'U', same_screen =3D -137416375}, xcrossing = =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -13702= 9407, display =3D 0x1, window =3D 93825002682896, root =3D 140737336738257,= subwindow =3D 18446744073709550936, time =3D 140737351325921, x =3D 0, y = =3D 0, x_root =3D -210383213, y_root =3D 32767, mode =3D 1442525744, detail= =3D 21845, same_screen =3D -137416375, focus =3D 32767, state =3D 0}, xfoc= us =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -13= 7029407, display =3D 0x1, window =3D 93825002682896, mode =3D -151617071, d= etail =3D 32767}, xexpose =3D {type =3D 1442547056, serial =3D 140737488336= 016, send_event =3D -137029407, display =3D 0x1, window =3D 93825002682896,= x =3D -151617071, y =3D 32767, width =3D -680, height =3D -1, count =3D -1= 37029407}, xgraphicsexpose =3D {type =3D 1442547056, serial =3D 14073748833= 6016, send_event =3D -137029407, display =3D 0x1, drawable =3D 938250026828= 96, x =3D -151617071, y =3D 32767, width =3D -680, height =3D -1, count =3D= -137029407, major_code =3D 32767, minor_code =3D 0}, xnoexpose =3D {type = =3D 1442547056, serial =3D 140737488336016, send_event =3D -137029407, disp= lay =3D 0x1, drawable =3D 93825002682896, major_code =3D -151617071, minor_= code =3D 32767}, xvisibility =3D {type =3D 1442547056, serial =3D 140737488= 336016, send_event =3D -137029407, display =3D 0x1, window =3D 938250026828= 96, state =3D -151617071}, xcreatewindow =3D {type =3D 1442547056, serial = =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, parent =3D= 93825002682896, window =3D 140737336738257, x =3D -680, y =3D -1, width = =3D -137029407, height =3D 32767, border_width =3D 0, override_redirect =3D= 0}, xdestroywindow =3D {type =3D 1442547056, serial =3D 140737488336016, s= end_event =3D -137029407, display =3D 0x1, event =3D 93825002682896, window= =3D 140737336738257}, xunmap =3D {type =3D 1442547056, serial =3D 14073748= 8336016, send_event =3D -137029407, display =3D 0x1, event =3D 938250026828= 96, window =3D 140737336738257, from_configure =3D -680}, xmap =3D {type = =3D 1442547056, serial =3D 140737488336016, send_event =3D -137029407, disp= lay =3D 0x1, event =3D 93825002682896, window =3D 140737336738257, override= _redirect =3D -680}, xmaprequest =3D {type =3D 1442547056, serial =3D 14073= 7488336016, send_event =3D -137029407, display =3D 0x1, parent =3D 93825002= 682896, window =3D 140737336738257}, xreparent =3D {type =3D 1442547056, se= rial =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, event= =3D 93825002682896, window =3D 140737336738257, parent =3D 184467440737095= 50936, x =3D -137029407, y =3D 32767, override_redirect =3D 0}, xconfigure = =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -13702= 9407, display =3D 0x1, event =3D 93825002682896, window =3D 140737336738257= , x =3D -680, y =3D -1, width =3D -137029407, height =3D 32767, border_widt= h =3D 0, above =3D 140737277972115, override_redirect =3D 1442525744}, xgra= vity =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -= 137029407, display =3D 0x1, event =3D 93825002682896, window =3D 1407373367= 38257, x =3D -680, y =3D -1}, xresizerequest =3D {type =3D 1442547056, seri= al =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, window = =3D 93825002682896, width =3D -151617071, height =3D 32767}, xconfigurerequ= est =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -1= 37029407, display =3D 0x1, parent =3D 93825002682896, window =3D 1407373367= 38257, x =3D -680, y =3D -1, width =3D -137029407, height =3D 32767, border= _width =3D 0, above =3D 140737277972115, detail =3D 1442525744, value_mask = =3D 140737350938953}, xcirculate =3D {type =3D 1442547056, serial =3D 14073= 7488336016, send_event =3D -137029407, display =3D 0x1, event =3D 938250026= 82896, window =3D 140737336738257, place =3D -680}, xcirculaterequest =3D {= type =3D 1442547056, serial =3D 140737488336016, send_event =3D -137029407,= display =3D 0x1, parent =3D 93825002682896, window =3D 140737336738257, pl= ace =3D -680}, xproperty =3D {type =3D 1442547056, serial =3D 1407374883360= 16, send_event =3D -137029407, display =3D 0x1, window =3D 93825002682896, = atom =3D 140737336738257, time =3D 18446744073709550936, state =3D -1370294= 07}, xselectionclear =3D {type =3D 1442547056, serial =3D 140737488336016, = send_event =3D -137029407, display =3D 0x1, window =3D 93825002682896, sele= ction =3D 140737336738257, time =3D 18446744073709550936}, xselectionreques= t =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -137= 029407, display =3D 0x1, owner =3D 93825002682896, requestor =3D 1407373367= 38257, selection =3D 18446744073709550936, target =3D 140737351325921, prop= erty =3D 0, time =3D 140737277972115}, xselection =3D {type =3D 1442547056,= serial =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, re= questor =3D 93825002682896, selection =3D 140737336738257, target =3D 18446= 744073709550936, property =3D 140737351325921, time =3D 0}, xcolormap =3D {= type =3D 1442547056, serial =3D 140737488336016, send_event =3D -137029407,= display =3D 0x1, window =3D 93825002682896, colormap =3D 140737336738257, = new =3D -680, state =3D -1}, xclient =3D {type =3D 1442547056, serial =3D 1= 40737488336016, send_event =3D -137029407, display =3D 0x1, window =3D 9382= 5002682896, message_type =3D 140737336738257, format =3D -680, data =3D {b = =3D "\341\030\325\367\377\177\000\000\000\000\000\000\000\000\000\000\223\3= 16", , s =3D {6369, -2091, 32767, 0, 0, 0, 0, 0, = -12653, -3211}, l =3D {140737351325921, 0, 140737277972115, 93825003106864,= 140737350938953}}}, xmapping =3D {type =3D 1442547056, serial =3D 14073748= 8336016, send_event =3D -137029407, display =3D 0x1, window =3D 93825002682= 896, request =3D -151617071, first_keycode =3D 32767, count =3D -680}, xerr= or =3D {type =3D 1442547056, display =3D 0x7fffffffb490, resourceid =3D 140= 737351325921, serial =3D 1, error_code =3D 16 '\020', request_code =3D 186 = '\272', minor_code =3D 244 '\364'}, xkeymap =3D {type =3D 1442547056, seria= l =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, window = =3D 93825002682896, key_vector =3D "=D1=81\366\366\377\177\000\000X\375\377= \377\377\377\377\377\341\030\325\367\377\177\000\000\000\000\000\000\000\00= 0\000"}, xgeneric =3D {type =3D 1442547056, serial =3D 140737488336016, sen= d_event =3D -137029407, display =3D 0x1, extension =3D 1442101776, evtype = =3D 21845}, xcookie =3D {type =3D 1442547056, serial =3D 140737488336016, s= end_event =3D -137029407, display =3D 0x1, extension =3D 1442101776, evtype= =3D 21845, cookie =3D 4143350225, data =3D 0xfffffffffffffd58}, pad =3D {9= 3825003128176, 140737488336016, 140737351325921, 1, 93825002682896, 1407373= 36738257, -680, 140737351325921, 0, 140737277972115, 93825003106864, 140737= 350938953, 0, 93825014688768, 93825014696112, -1552496194989404928, 9382500= 8228672, 93825003127536, 140737351325921, 93825002655792, 93825002682896, 1= , 93825014749504, 140737336763521}} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 next_event =3D {type =3D 0, xany= =3D {type =3D 0, serial =3D 16894247878720146688, send_event =3D 145411582= 4, display =3D 0x555555f45670, window =3D 93825002657392}, xkey =3D {type = =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, display = =3D 0x555555f45670, window =3D 93825002657392, root =3D 93825002677968, sub= window =3D 140737488336480, time =3D 140737488336304, x =3D 28, y =3D 0, x_= root =3D -19024, y_root =3D 32767, state =3D 1442076272, keycode =3D 21845,= same_screen =3D 1442074672}, xbutton =3D {type =3D 0, serial =3D 168942478= 78720146688, send_event =3D 1454115824, display =3D 0x555555f45670, window = =3D 93825002657392, root =3D 93825002677968, subwindow =3D 140737488336480,= time =3D 140737488336304, x =3D 28, y =3D 0, x_root =3D -19024, y_root =3D= 32767, state =3D 1442076272, button =3D 21845, same_screen =3D 1442074672}= , xmotion =3D {type =3D 0, serial =3D 16894247878720146688, send_event =3D = 1454115824, display =3D 0x555555f45670, window =3D 93825002657392, root =3D= 93825002677968, subwindow =3D 140737488336480, time =3D 140737488336304, x= =3D 28, y =3D 0, x_root =3D -19024, y_root =3D 32767, state =3D 1442076272= , is_hint =3D 85 'U', same_screen =3D 1442074672}, xcrossing =3D {type =3D = 0, serial =3D 16894247878720146688, send_event =3D 1454115824, display =3D = 0x555555f45670, window =3D 93825002657392, root =3D 93825002677968, subwind= ow =3D 140737488336480, time =3D 140737488336304, x =3D 28, y =3D 0, x_root= =3D -19024, y_root =3D 32767, mode =3D 1442076272, detail =3D 21845, same_= screen =3D 1442074672, focus =3D 21845, state =3D 4294948448}, xfocus =3D {= type =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, dis= play =3D 0x555555f45670, window =3D 93825002657392, mode =3D 1442096848, de= tail =3D 21845}, xexpose =3D {type =3D 0, serial =3D 16894247878720146688, = send_event =3D 1454115824, display =3D 0x555555f45670, window =3D 938250026= 57392, x =3D 1442096848, y =3D 21845, width =3D -18848, height =3D 32767, c= ount =3D -19024}, xgraphicsexpose =3D {type =3D 0, serial =3D 1689424787872= 0146688, send_event =3D 1454115824, display =3D 0x555555f45670, drawable = =3D 93825002657392, x =3D 1442096848, y =3D 21845, width =3D -18848, height= =3D 32767, count =3D -19024, major_code =3D 32767, minor_code =3D 28}, xno= expose =3D {type =3D 0, serial =3D 16894247878720146688, send_event =3D 145= 4115824, display =3D 0x555555f45670, drawable =3D 93825002657392, major_cod= e =3D 1442096848, minor_code =3D 21845}, xvisibility =3D {type =3D 0, seria= l =3D 16894247878720146688, send_event =3D 1454115824, display =3D 0x555555= f45670, window =3D 93825002657392, state =3D 1442096848}, xcreatewindow =3D= {type =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, d= isplay =3D 0x555555f45670, parent =3D 93825002657392, window =3D 9382500267= 7968, x =3D -18848, y =3D 32767, width =3D -19024, height =3D 32767, border= _width =3D 28, override_redirect =3D 0}, xdestroywindow =3D {type =3D 0, se= rial =3D 16894247878720146688, send_event =3D 1454115824, display =3D 0x555= 555f45670, event =3D 93825002657392, window =3D 93825002677968}, xunmap =3D= {type =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, d= isplay =3D 0x555555f45670, event =3D 93825002657392, window =3D 93825002677= 968, from_configure =3D -18848}, xmap =3D {type =3D 0, serial =3D 168942478= 78720146688, send_event =3D 1454115824, display =3D 0x555555f45670, event = =3D 93825002657392, window =3D 93825002677968, override_redirect =3D -18848= }, xmaprequest =3D {type =3D 0, serial =3D 16894247878720146688, send_event= =3D 1454115824, display =3D 0x555555f45670, parent =3D 93825002657392, win= dow =3D 93825002677968}, xreparent =3D {type =3D 0, serial =3D 168942478787= 20146688, send_event =3D 1454115824, display =3D 0x555555f45670, event =3D = 93825002657392, window =3D 93825002677968, parent =3D 140737488336480, x = =3D -19024, y =3D 32767, override_redirect =3D 28}, xconfigure =3D {type = =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, display = =3D 0x555555f45670, event =3D 93825002657392, window =3D 93825002677968, x = =3D -18848, y =3D 32767, width =3D -19024, height =3D 32767, border_width = =3D 28, above =3D 140737488336304, override_redirect =3D 1442076272}, xgrav= ity =3D {type =3D 0, serial =3D 16894247878720146688, send_event =3D 145411= 5824, display =3D 0x555555f45670, event =3D 93825002657392, window =3D 9382= 5002677968, x =3D -18848, y =3D 32767}, xresizerequest =3D {type =3D 0, ser= ial =3D 16894247878720146688, send_event =3D 1454115824, display =3D 0x5555= 55f45670, window =3D 93825002657392, width =3D 1442096848, height =3D 21845= }, xconfigurerequest =3D {type =3D 0, serial =3D 16894247878720146688, send= _event =3D 1454115824, display =3D 0x555555f45670, parent =3D 9382500265739= 2, window =3D 93825002677968, x =3D -18848, y =3D 32767, width =3D -19024, = height =3D 32767, border_width =3D 28, above =3D 140737488336304, detail = =3D 1442076272, value_mask =3D 93825002655792}, xcirculate =3D {type =3D 0,= serial =3D 16894247878720146688, send_event =3D 1454115824, display =3D 0x= 555555f45670, event =3D 93825002657392, window =3D 93825002677968, place = =3D -18848}, xcirculaterequest =3D {type =3D 0, serial =3D 1689424787872014= 6688, send_event =3D 1454115824, display =3D 0x555555f45670, parent =3D 938= 25002657392, window =3D 93825002677968, place =3D -18848}, xproperty =3D {t= ype =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, disp= lay =3D 0x555555f45670, window =3D 93825002657392, atom =3D 93825002677968,= time =3D 140737488336480, state =3D -19024}, xselectionclear =3D {type =3D= 0, serial =3D 16894247878720146688, send_event =3D 1454115824, display =3D= 0x555555f45670, window =3D 93825002657392, selection =3D 93825002677968, t= ime =3D 140737488336480}, xselectionrequest =3D {type =3D 0, serial =3D 168= 94247878720146688, send_event =3D 1454115824, display =3D 0x555555f45670, o= wner =3D 93825002657392, requestor =3D 93825002677968, selection =3D 140737= 488336480, target =3D 140737488336304, property =3D 28, time =3D 1407374883= 36304}, xselection =3D {type =3D 0, serial =3D 16894247878720146688, send_e= vent =3D 1454115824, display =3D 0x555555f45670, requestor =3D 938250026573= 92, selection =3D 93825002677968, target =3D 140737488336480, property =3D = 140737488336304, time =3D 28}, xcolormap =3D {type =3D 0, serial =3D 168942= 47878720146688, send_event =3D 1454115824, display =3D 0x555555f45670, wind= ow =3D 93825002657392, colormap =3D 93825002677968, new =3D -18848, state = =3D 32767}, xclient =3D {type =3D 0, serial =3D 16894247878720146688, send_= event =3D 1454115824, display =3D 0x555555f45670, window =3D 93825002657392= , message_type =3D 93825002677968, format =3D -18848, data =3D {b =3D "\260= \265\377\377\377\177\000\000\034\000\000\000\000\000\000\000\260\265\377\37= 7", s =3D {-19024, -1, 32767, 0, 28, 0, 0, 0, -19024, -1}, l =3D {140737488= 336304, 28, 140737488336304, 93825002657392, 93825002655792}}}, xmapping = =3D {type =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824= , display =3D 0x555555f45670, window =3D 93825002657392, request =3D 144209= 6848, first_keycode =3D 21845, count =3D -18848}, xerror =3D {type =3D 0, d= isplay =3D 0xea746cefa682cd00, resourceid =3D 93825014696944, serial =3D 93= 825002657392, error_code =3D 112 'p', request_code =3D 86 'V', minor_code = =3D 244 '\364'}, xkeymap =3D {type =3D 0, serial =3D 16894247878720146688, = send_event =3D 1454115824, display =3D 0x555555f45670, window =3D 938250026= 57392, key_vector =3D "=D0=A6\364UUU\000\000`\266\377\377\377\177\000\000\2= 60\265\377\377\377\177\000\000\034\000\000\000\000\000\000"}, xgeneric =3D = {type =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, di= splay =3D 0x555555f45670, extension =3D 1442076272, evtype =3D 21845}, xcoo= kie =3D {type =3D 0, serial =3D 16894247878720146688, send_event =3D 145411= 5824, display =3D 0x555555f45670, extension =3D 1442076272, evtype =3D 2184= 5, cookie =3D 1442096848, data =3D 0x7fffffffb660}, pad =3D {0, -1552496194= 989404928, 93825014696944, 93825002657392, 93825002657392, 93825002677968, = 140737488336480, 140737488336304, 28, 140737488336304, 93825002657392, 9382= 5002655792, 140737488336480, 140737336869758, 140737488336304, 140737336774= 385, -4294967287, 11, 0, 0, 0, 3351065904, 140737488336772, 140737335542906= }} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 coding =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dx =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dy =3D 1452988736 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sa_avail =3D 16384 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sa_count =3D {bytes =3D 480} #4=C2=A0 0x00005555556a74a1 in event_handler_gdk (gxev=3D0x7fffffffb920, ev= =3D, data=3D) at ../../src/xterm.c:17890 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dpyinfo =3D 0x5555560b4390 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 xev =3D 0x7fffffffb920 #5=C2=A0 0x00007ffff7d2e3cf in ??? () at /usr/lib/libgdk-3.so.0 #6=C2=A0 0x00007ffff7d36032 in ??? () at /usr/lib/libgdk-3.so.0 #7=C2=A0 0x00007ffff7cdafa9 in gdk_display_get_event () at /usr/lib/libgdk-= 3.so.0 #8=C2=A0 0x00007ffff7d36428 in ??? () at /usr/lib/libgdk-3.so.0 #9=C2=A0 0x00007ffff6e58199 in ??? () at /usr/lib/libglib-2.0.so.0 #10 0x00007ffff6eb73bf in ??? () at /usr/lib/libglib-2.0.so.0 #11 0x00007ffff6e57712 in g_main_context_iteration () at /usr/lib/libglib-2= .0.so.0 #12 0x00007ffff75ed35b in gtk_main_iteration () at /usr/lib/libgtk-3.so.0 #13 0x000055555569277a in XTread_socket (terminal=3D, hold_q= uit=3D0x7fffffffbc00) at ../../src/xterm.c:25657 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dpyinfo =3D 0x5555560b4390 #14 0x00005555556dc651 in gobble_input () at ../../src/keyboard.c:7898 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 nr =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hold_quit =3D {kind =3D NO_EVENT= , part =3D scroll_bar_nowhere, code =3D 0, modifiers =3D 0, x =3D 0x0, y = =3D 0x0, timestamp =3D 0, frame_or_window =3D 0x0, arg =3D 0x0, device =3D = 0x30} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 next =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 nread =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 err =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 t =3D 0x555555ffc368 #15 0x00005555556df665 in handle_async_input () at ../../src/keyboard.c:813= 7 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 nread =3D #16 process_pending_signals () at ../../src/keyboard.c:8151 #17 unblock_input_to (level=3D0) at ../../src/keyboard.c:8166 #18 unblock_input_to (level=3D) at ../../src/keyboard.c:8160 #19 unblock_input () at ../../src/keyboard.c:8185 #20 0x00005555557412db in garbage_collect () at ../../src/alloc.c:6685 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tail =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 buffer =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack_top_variable =3D 0 '\000' =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 message_p =3D false =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 start =3D {tv_sec =3D , tv_nsec =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tot_before =3D 18446744073709551= 615 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 visitor =3D {visit =3D , data =3D } #21 0x0000555555741731 in maybe_garbage_collect () at ../../src/alloc.c:650= 7 #22 0x000055555576767d in maybe_gc () at ../../src/lisp.h:5891 #23 eval_sub (form=3Dform@entry=3D0x7fffef20580b) at ../../src/eval.c:2429 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 original_fun =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 original_args =3D 0x7fffffffbe80 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fun =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 funcar =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 argvals =3D {0x5555561a6a74, 0x5= 555561a6a30, 0x0, 0x555555772d94 , 0x31, 0x31, 0x31,= 0x55555573cbc5 } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 retry =3D --Type for more, q to quit, c to continue without paging-- #24 0x0000555555769e6f in Feval (form=3D0x7fffef20580b, lexical=3D) at ../../src/eval.c:2389 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } #25 0x0000555555762d34 in internal_condition_case_1 (bfun=3Dbfun@entry=3D0x= 5555556d32d0 , arg=3Darg@entry=3D0x7fffef20580b, handlers=3Dhandl= ers@entry=3D0x90, hfun=3Dhfun@entry=3D0x5555556d34b0 ) at ../../src/eval.c:1561 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 c =3D 0x555555fb9770 #26 0x00005555556dfe25 in menu_item_eval_property (sexpr=3D0x7fffef20580b) = at ../../src/keyboard.c:8662 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D #27 0x00005555556e1020 in parse_tool_bar_item (item=3D, key= =3D) at ../../src/keyboard.c:9801 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 filter =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 binding =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 keys =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 caption =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 have_label =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 filter =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 caption =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 have_label =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 binding =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 keys =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 li =3D {tortoise =3D , max =3D , n =3D , q =3D = } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ikey =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 value =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 bad_label =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 type =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 selected =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tkey =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tcapt =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 label =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 capt =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 max_lbl_size =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 buf =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 new_lbl =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 caption_len =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 label_len =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 j =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 beg =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 end =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 orig =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 desc =3D #28 process_tool_bar_item (key=3D, def=3D, da= ta=3D, args=3D) at ../../src/keyboard.c:9482 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 v =3D #29 0x00005555556ed950 in map_keymap_item (data=3D, val=3D, key=3D, args=3D, fun=3D) at ../../src/keymap.c:508 #30 map_keymap_internal (map=3Dmap@entry=3D0x7ffff01b2d33, fun=3Dfun@entry= =3D0x5555556e0480 , args=3Dargs@entry=3D0x0, data=3D= data@entry=3D0x0) at ../../src/keymap.c:555 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 binding =3D 0x7ffff01b3293 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tail =3D 0x7ffff01b2de3 #31 0x00005555556eef73 in map_keymap (map=3D, fun=3Dfun@entr= y=3D0x5555556e0480 , args=3Dargs@entry=3D0x0, data= =3Ddata@entry=3D0x0, autoload=3Dautoload@entry=3Dtrue) at ../../src/keymap.= c:600 #32 0x00005555556e9581 in tool_bar_items (reuse=3D, nitems= =3Dnitems@entry=3D0x7fffffffc0c4) at ../../src/keyboard.c:9446 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 keymap =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 maps =3D 0x7fffffffc000 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mapsbuf =3D {0xb, 0x55555573d549= , 0xd8} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 nmaps =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D 1 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 oquit =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tmaps =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sa_avail =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sa_count =3D {bytes =3D 352} #33 0x00005555555c9a50 in update_tool_bar (f=3Df@entry=3D0x555556392c80, sa= ve_match_data=3Dsave_match_data@entry=3Dfalse) at ../../src/xdisp.c:15218 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 frame =3D 0x555556392c85 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 new_n_tool_bar =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 prev =3D 0x7fffef41f728 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 new_tool_bar =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 window =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D 0x555556392ef8 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 do_update =3D #34 0x00005555555fd1d6 in update_tool_bar (save_match_data=3Dfalse, f=3D0x5= 55556392c80) at ../../src/xdisp.c:15163 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 do_update =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 window =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 prev =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 frame =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 new_tool_bar =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 new_n_tool_bar =3D #35 prepare_menu_bars () at ../../src/xdisp.c:13979 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 f =3D 0x555556392c80 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tail =3D 0x7ffff01f5f53 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 frame =3D 0x555556392c85 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 menu_bar_hooks_run =3D true =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 all_windows =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 some_windows =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 all_windows =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 some_windows =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 windows =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ws =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 this =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tail =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 frame =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 f =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tail =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 frame =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 menu_bar_hooks_run =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 f =3D --Type for more, q to quit, c to continue without paging-- =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sf =3D #36 redisplay_internal () at ../../src/xdisp.c:16982 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 w =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sw =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fr =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 pending =3D false =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 must_finish =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 match_p =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tlbufpos =3D {charpos =3D , bytepos =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tlendpos =3D {charpos =3D , bytepos =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 number_of_visible_frames =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sf =3D 0x555556392c80 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 polling_stopped_here =3D false =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tail =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 frame =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hscroll_retries =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 garbaged_frame_retries =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 consider_all_windows_p =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 update_miniwindow_p =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 retry =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 retry_frame =3D #37 0x00005555555fddc5 in redisplay () at ../../src/xdisp.c:16562 #38 0x00005555556e2607 in read_char (commandflag=3D1, map=3Dmap@entry=3D0x5= 55556bdf173, prev_event=3D0x0, used_mouse_menu=3Dused_mouse_menu@entry=3D0x= 7fffffffda7b, end_time=3Dend_time@entry=3D0x0) at ../../src/keyboard.c:2677 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 echo_current =3D true =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 c =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 local_getcjmp =3D {{__jmpbuf =3D= {140737221910336, 93824994879663, 140737221910339, 4295010880, 148, 140737= 207465773, 148, 43584}, __mask_was_saved =3D 148, __saved_mask =3D {__val = =3D {140737207465768, 0, 93824994331359, 146, 594, 0, 140737488345152, 1407= 37207465768, 140737207465768, 140737488345392, 93824994360490, 48, 93824994= 295648, 0, 1, 0}}}} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 save_jump =3D {{__jmpbuf =3D {12= 8, 0, 0, 93824995393320, 140737207465773, 93824994394314, 148, 140737206046= 360}, __mask_was_saved =3D -275214704, __saved_mask =3D {__val =3D {9382499= 4314004, 46912204626536, 93824993917308, 93825001459808, 43584, 0, 85899345= 93, 148, 0, 0, 140737488345408, 0, 140737213140531, 594, 168942478787201466= 88, 1}}}} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tem =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 save =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 previous_echo_area_message =3D 0= x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 also_record =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 reread =3D false =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 recorded =3D false =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 polling_stopped_here =3D false =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 orig_kboard =3D 0x555555f994f0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 retry =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 jmpcount =3D {bytes =3D } #39 0x00005555556e5977 in read_key_sequence (keybuf=3Dkeybuf@entry=3D0x7fff= ffffdbe0, prompt=3Dprompt@entry=3D0x0, dont_downcase_last=3Ddont_downcase_l= ast@entry=3Dfalse, can_return_switch_frame=3Dcan_return_switch_frame@entry= =3Dtrue, fix_current_buffer=3Dfix_current_buffer@entry=3Dtrue, prevent_redi= splay=3Dprevent_redisplay@entry=3Dfalse, disable_text_conversion_p=3Dfalse) =C2=A0=C2=A0=C2=A0 at ../../src/keyboard.c:10722 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 interrupted_kboard =3D 0x555555f= 994f0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 interrupted_frame =3D 0x55555639= 2c80 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 key =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 used_mouse_menu =3D false =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 echo_local_start =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 last_real_key_start =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 keys_local_start =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 new_binding =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 t =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 echo_start =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 keys_start =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 current_binding =3D 0x555556bdf1= 73 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 first_unbound =3D 31 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mock_input =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 used_mouse_menu_history =3D {fal= se } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fkey =3D {parent =3D 0x7ffff01f7= 863, map =3D 0x7ffff01f7863, start =3D 0, end =3D 0} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 keytran =3D {parent =3D 0x7fffef= 97dc03, map =3D 0x7fffef97dc03, start =3D 0, end =3D 0} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 indec =3D {parent =3D 0x7ffff01f= 7853, map =3D 0x7ffff01f7853, start =3D 0, end =3D 0} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 shift_translated =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 delayed_switch_frame =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 original_uppercase =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 original_uppercase_position =3D = =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 disabled_conversion =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 starting_buffer =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fake_prefixed_keys =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 first_event =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 second_event =3D #40 0x00005555556e7974 in command_loop_1 () at ../../src/keyboard.c:1428 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 cmd =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 keybuf =3D {0x555556bdf403, 0x7f= fff0192d43, 0x7fffef886c7c, 0x11f70, 0x30, 0x800000000000000e, 0x0, 0xea746= cefa682cd00, 0x0, 0x7fffffffdd00, 0x80, 0x4000000012000000, 0x0, 0x55555576= 7ade , 0x2, 0x7ffff375bbd4, 0x7fffef131658, 0x7fffef2682f8, = 0x0, 0x555555751618 , 0x7fffef884340, 0xea746cefa682cd00= , 0x60, 0x7ffff01f0583, 0x0, 0x555555857f28, 0x7fffef41f72d, 0x5555557640ca= , 0x2, 0xea746cefa682cd00} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 last_pt =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 prev_modiff =3D 23 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 prev_buffer =3D 0x7fffef41f728 #41 0x0000555555762ca7 in internal_condition_case (bfun=3Dbfun@entry=3D0x55= 55556e77b0 , handlers=3Dhandlers@entry=3D0x90, hfun=3Dhfun@= entry=3D0x5555556db260 ) at ../../src/eval.c:1537 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 c =3D 0x555555fba160 #42 0x00005555556d32c6 in command_loop_2 (handlers=3Dhandlers@entry=3D0x90)= at ../../src/keyboard.c:1167 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D #43 0x0000555555762c01 in internal_catch (tag=3Dtag@entry=3D0x10c80, func= =3Dfunc@entry=3D0x5555556d32a0 , arg=3Darg@entry=3D0x90) at= ../../src/eval.c:1217 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 c =3D 0x5555560077f0 #44 0x00005555556d3261 in command_loop () at ../../src/keyboard.c:1145 #45 0x00005555556dadf1 in recursive_edit_1 () at ../../src/keyboard.c:753 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D #46 0x00005555556db170 in Frecursive_edit () at ../../src/keyboard.c:836 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D {bytes =3D } =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 buffer =3D #47 0x00005555555ad54a in main (argc=3D2, argv=3D) at ../../= src/emacs.c:2618 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack_bottom_variable =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 old_argc =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 no_loadup =3D false =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 junk =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dname_arg =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ch_to_dir =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 original_pwd =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dump_mode =3D --Type for more, q to quit, c to continue without paging-- =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 skip_args =3D 0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 temacs =3D 0x0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 attempt_load_pdump =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 only_version =3D false =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 rlim =3D {rlim_cur =3D 10022912,= rlim_max =3D 18446744073709551615} =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 lc_all =3D =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 sockfd =3D -1 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 module_assertions =3D ----- Template info follows: In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-04-15 built on EYE Repository revision: 9b755244bf0b9cd5f820ae45a4db14913a587c7b Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101012 System Description: Arch Linux Configured using: 'configure --with-tree-sitter --with-native-compilation=3Daot' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: =C2=A0 value of $LANG: en_US.UTF-8 =C2=A0 locale-coding-system: utf-8-unix Major mode: Org Minor modes in effect: =C2=A0 server-mode: t =C2=A0 global-company-mode: t =C2=A0 company-mode: t =C2=A0 global-semanticdb-minor-mode: t =C2=A0 global-semantic-idle-scheduler-mode: t =C2=A0 semantic-mode: t =C2=A0 global-ede-mode: t =C2=A0 shx-global-mode: t =C2=A0 savehist-mode: t =C2=A0 marginalia-mode: t =C2=A0 vertico-mode: t =C2=A0 pixel-scroll-precision-mode: t =C2=A0 override-global-mode: t =C2=A0 tooltip-mode: t =C2=A0 global-eldoc-mode: t =C2=A0 eldoc-mode: t =C2=A0 show-paren-mode: t =C2=A0 electric-indent-mode: t =C2=A0 mouse-wheel-mode: t =C2=A0 tool-bar-mode: t =C2=A0 menu-bar-mode: t =C2=A0 file-name-shadow-mode: t =C2=A0 global-font-lock-mode: t =C2=A0 font-lock-mode: t =C2=A0 blink-cursor-mode: t =C2=A0 minibuffer-regexp-mode: t =C2=A0 column-number-mode: t =C2=A0 line-number-mode: t =C2=A0 transient-mark-mode: t =C2=A0 auto-composition-mode: t =C2=A0 auto-encryption-mode: t =C2=A0 auto-compression-mode: t Load-path shadows: /home/gramanas/.emacs.d/elpa/transient-20240201.1100/transient hides /usr/l= ocal/share/emacs/30.0.50/lisp/transient /home/gramanas/.emacs.d/elpa/bind-key-20230203.2004/bind-key hides /usr/loc= al/share/emacs/30.0.50/lisp/bind-key /home/gramanas/.emacs.d/elpa/use-package-20230426.2324/use-package-core hid= es /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-core /home/gramanas/.emacs.d/elpa/use-package-20230426.2324/use-package-jump hid= es /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-jump /home/gramanas/.emacs.d/elpa/use-package-20230426.2324/use-package-delight = hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-delight /home/gramanas/.emacs.d/elpa/use-package-20230426.2324/use-package-ensure h= ides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-ensure /home/gramanas/.emacs.d/elpa/use-package-20230426.2324/use-package hides /u= sr/local/share/emacs/30.0.50/lisp/use-package/use-package /home/gramanas/.emacs.d/elpa/use-package-20230426.2324/use-package-diminish= hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-diminish /home/gramanas/.emacs.d/elpa/use-package-20230426.2324/use-package-lint hid= es /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-lint /home/gramanas/.emacs.d/elpa/use-package-20230426.2324/use-package-bind-key= hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-bind-key /home/gramanas/.emacs.d/elpa/org-9.6.18/org-mouse hides /usr/local/share/em= acs/30.0.50/lisp/org/org-mouse /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-forth hides /usr/local/share/ema= cs/30.0.50/lisp/org/ob-forth /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-scheme hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-scheme /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-md hides /usr/local/share/emacs/= 30.0.50/lisp/org/ox-md /home/gramanas/.emacs.d/elpa/org-9.6.18/org-refile hides /usr/local/share/e= macs/30.0.50/lisp/org/org-refile /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-sql hides /usr/local/share/emacs= /30.0.50/lisp/org/ob-sql /home/gramanas/.emacs.d/elpa/org-9.6.18/org-clock hides /usr/local/share/em= acs/30.0.50/lisp/org/org-clock /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-R hides /usr/local/share/emacs/3= 0.0.50/lisp/org/ob-R /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-awk hides /usr/local/share/emacs= /30.0.50/lisp/org/ob-awk /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-css hides /usr/local/share/emacs= /30.0.50/lisp/org/ob-css /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-gnuplot hides /usr/local/share/e= macs/30.0.50/lisp/org/ob-gnuplot /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-info hides /usr/local/share/emac= s/30.0.50/lisp/org/ol-info /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-html hides /usr/local/share/emac= s/30.0.50/lisp/org/ox-html /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-makefile hides /usr/local/share/= emacs/30.0.50/lisp/org/ob-makefile /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-ref hides /usr/local/share/emacs= /30.0.50/lisp/org/ob-ref /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-C hides /usr/local/share/emacs/3= 0.0.50/lisp/org/ob-C /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-julia hides /usr/local/share/ema= cs/30.0.50/lisp/org/ob-julia /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-maxima hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-maxima /home/gramanas/.emacs.d/elpa/org-9.6.18/org-duration hides /usr/local/share= /emacs/30.0.50/lisp/org/org-duration /home/gramanas/.emacs.d/elpa/org-9.6.18/org-version hides /usr/local/share/= emacs/30.0.50/lisp/org/org-version /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-sed hides /usr/local/share/emacs= /30.0.50/lisp/org/ob-sed /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-lisp hides /usr/local/share/emac= s/30.0.50/lisp/org/ob-lisp /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-emacs-lisp hides /usr/local/shar= e/emacs/30.0.50/lisp/org/ob-emacs-lisp /home/gramanas/.emacs.d/elpa/org-9.6.18/org-colview hides /usr/local/share/= emacs/30.0.50/lisp/org/org-colview /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-ditaa hides /usr/local/share/ema= cs/30.0.50/lisp/org/ob-ditaa /home/gramanas/.emacs.d/elpa/org-9.6.18/org-archive hides /usr/local/share/= emacs/30.0.50/lisp/org/org-archive /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-matlab hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-matlab /home/gramanas/.emacs.d/elpa/org-9.6.18/org-fold hides /usr/local/share/ema= cs/30.0.50/lisp/org/org-fold /home/gramanas/.emacs.d/elpa/org-9.6.18/org-mobile hides /usr/local/share/e= macs/30.0.50/lisp/org/org-mobile /home/gramanas/.emacs.d/elpa/org-9.6.18/org-macro hides /usr/local/share/em= acs/30.0.50/lisp/org/org-macro /home/gramanas/.emacs.d/elpa/org-9.6.18/org-element hides /usr/local/share/= emacs/30.0.50/lisp/org/org-element /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-man hides /usr/local/share/emacs= /30.0.50/lisp/org/ox-man /home/gramanas/.emacs.d/elpa/org-9.6.18/org-capture hides /usr/local/share/= emacs/30.0.50/lisp/org/org-capture /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-w3m hides /usr/local/share/emacs= /30.0.50/lisp/org/ol-w3m /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-mhe hides /usr/local/share/emacs= /30.0.50/lisp/org/ol-mhe /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-clojure hides /usr/local/share/e= macs/30.0.50/lisp/org/ob-clojure /home/gramanas/.emacs.d/elpa/org-9.6.18/org-protocol hides /usr/local/share= /emacs/30.0.50/lisp/org/org-protocol /home/gramanas/.emacs.d/elpa/org-9.6.18/org-feed hides /usr/local/share/ema= cs/30.0.50/lisp/org/org-feed /home/gramanas/.emacs.d/elpa/org-9.6.18/org-attach-git hides /usr/local/sha= re/emacs/30.0.50/lisp/org/org-attach-git /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-python hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-python /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-bibtex hides /usr/local/share/em= acs/30.0.50/lisp/org/ol-bibtex /home/gramanas/.emacs.d/elpa/org-9.6.18/org-ctags hides /usr/local/share/em= acs/30.0.50/lisp/org/org-ctags /home/gramanas/.emacs.d/elpa/org-9.6.18/org-attach hides /usr/local/share/e= macs/30.0.50/lisp/org/org-attach /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-dot hides /usr/local/share/emacs= /30.0.50/lisp/org/ob-dot /home/gramanas/.emacs.d/elpa/org-9.6.18/org-table hides /usr/local/share/em= acs/30.0.50/lisp/org/org-table /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-eval hides /usr/local/share/emac= s/30.0.50/lisp/org/ob-eval /home/gramanas/.emacs.d/elpa/org-9.6.18/oc-basic hides /usr/local/share/ema= cs/30.0.50/lisp/org/oc-basic /home/gramanas/.emacs.d/elpa/org-9.6.18/ol hides /usr/local/share/emacs/30.= 0.50/lisp/org/ol /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-koma-letter hides /usr/local/sha= re/emacs/30.0.50/lisp/org/ox-koma-letter /home/gramanas/.emacs.d/elpa/org-9.6.18/org-agenda hides /usr/local/share/e= macs/30.0.50/lisp/org/org-agenda /home/gramanas/.emacs.d/elpa/org-9.6.18/org-src hides /usr/local/share/emac= s/30.0.50/lisp/org/org-src /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-js hides /usr/local/share/emacs/= 30.0.50/lisp/org/ob-js /home/gramanas/.emacs.d/elpa/org-9.6.18/org-compat hides /usr/local/share/e= macs/30.0.50/lisp/org/org-compat /home/gramanas/.emacs.d/elpa/org-9.6.18/org-plot hides /usr/local/share/ema= cs/30.0.50/lisp/org/org-plot /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-lob hides /usr/local/share/emacs= /30.0.50/lisp/org/ob-lob /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-eshell hides /usr/local/share/em= acs/30.0.50/lisp/org/ol-eshell /home/gramanas/.emacs.d/elpa/org-9.6.18/org-goto hides /usr/local/share/ema= cs/30.0.50/lisp/org/org-goto /home/gramanas/.emacs.d/elpa/org-9.6.18/org hides /usr/local/share/emacs/30= .0.50/lisp/org/org /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-groovy hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-groovy /home/gramanas/.emacs.d/elpa/org-9.6.18/org-loaddefs hides /usr/local/share= /emacs/30.0.50/lisp/org/org-loaddefs /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-perl hides /usr/local/share/emac= s/30.0.50/lisp/org/ob-perl /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-ruby hides /usr/local/share/emac= s/30.0.50/lisp/org/ob-ruby /home/gramanas/.emacs.d/elpa/org-9.6.18/org-keys hides /usr/local/share/ema= cs/30.0.50/lisp/org/org-keys /home/gramanas/.emacs.d/elpa/org-9.6.18/org-habit hides /usr/local/share/em= acs/30.0.50/lisp/org/org-habit /home/gramanas/.emacs.d/elpa/org-9.6.18/org-entities hides /usr/local/share= /emacs/30.0.50/lisp/org/org-entities /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-exp hides /usr/local/share/emacs= /30.0.50/lisp/org/ob-exp /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-octave hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-octave /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-icalendar hides /usr/local/share= /emacs/30.0.50/lisp/org/ox-icalendar /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-ocaml hides /usr/local/share/ema= cs/30.0.50/lisp/org/ob-ocaml /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-eshell hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-eshell /home/gramanas/.emacs.d/elpa/org-9.6.18/ox hides /usr/local/share/emacs/30.= 0.50/lisp/org/ox /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-shell hides /usr/local/share/ema= cs/30.0.50/lisp/org/ob-shell /home/gramanas/.emacs.d/elpa/org-9.6.18/org-persist hides /usr/local/share/= emacs/30.0.50/lisp/org/org-persist /home/gramanas/.emacs.d/elpa/org-9.6.18/org-datetree hides /usr/local/share= /emacs/30.0.50/lisp/org/org-datetree /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-beamer hides /usr/local/share/em= acs/30.0.50/lisp/org/ox-beamer /home/gramanas/.emacs.d/elpa/org-9.6.18/oc-biblatex hides /usr/local/share/= emacs/30.0.50/lisp/org/oc-biblatex /home/gramanas/.emacs.d/elpa/org-9.6.18/org-lint hides /usr/local/share/ema= cs/30.0.50/lisp/org/org-lint /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-publish hides /usr/local/share/e= macs/30.0.50/lisp/org/ox-publish /home/gramanas/.emacs.d/elpa/org-9.6.18/org-footnote hides /usr/local/share= /emacs/30.0.50/lisp/org/org-footnote /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-comint hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-comint /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-screen hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-screen /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-plantuml hides /usr/local/share/= emacs/30.0.50/lisp/org/ob-plantuml /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-table hides /usr/local/share/ema= cs/30.0.50/lisp/org/ob-table /home/gramanas/.emacs.d/elpa/org-9.6.18/org-faces hides /usr/local/share/em= acs/30.0.50/lisp/org/org-faces /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-eww hides /usr/local/share/emacs= /30.0.50/lisp/org/ol-eww /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-docview hides /usr/local/share/e= macs/30.0.50/lisp/org/ol-docview /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-man hides /usr/local/share/emacs= /30.0.50/lisp/org/ol-man /home/gramanas/.emacs.d/elpa/org-9.6.18/oc-csl hides /usr/local/share/emacs= /30.0.50/lisp/org/oc-csl /home/gramanas/.emacs.d/elpa/org-9.6.18/oc hides /usr/local/share/emacs/30.= 0.50/lisp/org/oc /home/gramanas/.emacs.d/elpa/org-9.6.18/org-timer hides /usr/local/share/em= acs/30.0.50/lisp/org/org-timer /home/gramanas/.emacs.d/elpa/org-9.6.18/oc-natbib hides /usr/local/share/em= acs/30.0.50/lisp/org/oc-natbib /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-fortran hides /usr/local/share/e= macs/30.0.50/lisp/org/ob-fortran /home/gramanas/.emacs.d/elpa/org-9.6.18/org-num hides /usr/local/share/emac= s/30.0.50/lisp/org/org-num /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-gnus hides /usr/local/share/emac= s/30.0.50/lisp/org/ol-gnus /home/gramanas/.emacs.d/elpa/org-9.6.18/org-cycle hides /usr/local/share/em= acs/30.0.50/lisp/org/org-cycle /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-lua hides /usr/local/share/emacs= /30.0.50/lisp/org/ob-lua /home/gramanas/.emacs.d/elpa/org-9.6.18/ob hides /usr/local/share/emacs/30.= 0.50/lisp/org/ob /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-sqlite hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-sqlite /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-core hides /usr/local/share/emac= s/30.0.50/lisp/org/ob-core /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-latex hides /usr/local/share/ema= cs/30.0.50/lisp/org/ox-latex /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-ascii hides /usr/local/share/ema= cs/30.0.50/lisp/org/ox-ascii /home/gramanas/.emacs.d/elpa/org-9.6.18/org-pcomplete hides /usr/local/shar= e/emacs/30.0.50/lisp/org/org-pcomplete /home/gramanas/.emacs.d/elpa/org-9.6.18/org-macs hides /usr/local/share/ema= cs/30.0.50/lisp/org/org-macs /home/gramanas/.emacs.d/elpa/org-9.6.18/org-indent hides /usr/local/share/e= macs/30.0.50/lisp/org/org-indent /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-irc hides /usr/local/share/emacs= /30.0.50/lisp/org/ol-irc /home/gramanas/.emacs.d/elpa/org-9.6.18/org-inlinetask hides /usr/local/sha= re/emacs/30.0.50/lisp/org/org-inlinetask /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-org hides /usr/local/share/emacs= /30.0.50/lisp/org/ob-org /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-rmail hides /usr/local/share/ema= cs/30.0.50/lisp/org/ol-rmail /home/gramanas/.emacs.d/elpa/org-9.6.18/org-tempo hides /usr/local/share/em= acs/30.0.50/lisp/org/org-tempo /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-processing hides /usr/local/shar= e/emacs/30.0.50/lisp/org/ob-processing /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-java hides /usr/local/share/emac= s/30.0.50/lisp/org/ob-java /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-org hides /usr/local/share/emacs= /30.0.50/lisp/org/ox-org /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-bbdb hides /usr/local/share/emac= s/30.0.50/lisp/org/ol-bbdb /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-latex hides /usr/local/share/ema= cs/30.0.50/lisp/org/ob-latex /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-odt hides /usr/local/share/emacs= /30.0.50/lisp/org/ox-odt /home/gramanas/.emacs.d/elpa/org-9.6.18/org-crypt hides /usr/local/share/em= acs/30.0.50/lisp/org/org-crypt /home/gramanas/.emacs.d/elpa/org-9.6.18/oc-bibtex hides /usr/local/share/em= acs/30.0.50/lisp/org/oc-bibtex /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-calc hides /usr/local/share/emac= s/30.0.50/lisp/org/ob-calc /home/gramanas/.emacs.d/elpa/org-9.6.18/org-list hides /usr/local/share/ema= cs/30.0.50/lisp/org/org-list /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-sass hides /usr/local/share/emac= s/30.0.50/lisp/org/ob-sass /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-haskell hides /usr/local/share/e= macs/30.0.50/lisp/org/ob-haskell /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-lilypond hides /usr/local/share/= emacs/30.0.50/lisp/org/ob-lilypond /home/gramanas/.emacs.d/elpa/org-9.6.18/org-id hides /usr/local/share/emacs= /30.0.50/lisp/org/org-id /home/gramanas/.emacs.d/elpa/org-9.6.18/ol-doi hides /usr/local/share/emacs= /30.0.50/lisp/org/ol-doi /home/gramanas/.emacs.d/elpa/org-9.6.18/org-fold-core hides /usr/local/shar= e/emacs/30.0.50/lisp/org/org-fold-core /home/gramanas/.emacs.d/elpa/org-9.6.18/ob-tangle hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-tangle /home/gramanas/.emacs.d/elpa/org-9.6.18/ox-texinfo hides /usr/local/share/e= macs/30.0.50/lisp/org/ox-texinfo Features: (shadow sort mail-extr emacsbug mule-util orderless cursor-sensor smartparens loadhist dash move-dup server org-eldoc oc-basic org-tempo tempo ol-eww eww url-queue mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 nnoo parse-time gnus-spec gnus-int gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus nnheader gnus-util text-property-search mail-utils range mm-util mail-prsvr ol-docview doc-view filenotify jka-compr image-mode exif dired dired-loaddefs ol-bibtex bibtex iso8601 ol-bbdb ol-w3m ol-doi org-link-doi company-oddmuse company-keywords company-etags etags fileloop xref company-gtags company-dabbrev-code company-dabbrev company-files company-clang company-capf company-cmake company-semantic company-template company-bbdb company semantic/db-mode semantic/idle semantic/analyze semantic/sort semantic/scope semantic/analyze/fcn semantic/db semantic/format semantic/tag-ls semantic/find semantic/ctxt semantic/util-modes semantic/util semantic pp semantic/tag semantic/lex semantic/fw mode-local ede/speedbar ede/files ede ede/detect ede/base ede/auto ede/source eieio-base eieio-speedbar speedbar ezimage dframe eieio-custom wid-edit cedet shx hydra lv savehist ox-beamer ox-mediawiki s ox-jira ox-odt rng-loc rng-uri rng-parse rng-match rng-dt rng-util rng-pttrn nxml-parse nxml-ns nxml-enc xmltok nxml-util ox-latex ox-icalendar org-agenda ox-html table ox-ascii ox-publish ox org-element org-persist xdg org-id org-refile avl-tree generator ob-sql ob-restclient restclient ob-shell shell ob-python python project treesit marginalia advice edmacro kmacro vertico ffap thingatpt comp comp-cstr warnings comp-run comp-common pixel-scroll cua-base moody compat modus-operandi-theme modus-themes cl-extra help-mode org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete pcomplete comint ansi-osc ansi-color ring org-list org-footnote org-faces org-entities time-date noutline outline ob-emacs-lisp ob-core ob-eval org-cycle org-table ol rx org-fold org-fold-core org-keys oc org-loaddefs find-func cal-menu calendar cal-loaddefs org-version org-compat org-macs format-spec use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core finder-inf ace-window-autoloads avy-autoloads company-autoloads consult-autoloads corfu-autoloads deadgrep-autoloads dired-narrow-autoloads dired-subtree-autoloads dired-hacks-utils-autoloads dockerfile-mode-autoloads elfeed-autoloads elm-mode-autoloads embark-autoloads go-mode-autoloads haskell-mode-autoloads hydra-autoloads jq-mode-autoloads logview-autoloads datetime-autoloads extmap-autoloads magit-autoloads pcase git-commit-autoloads marginalia-autoloads markdown-mode-autoloads modus-themes-autoloads moody-autoloads move-dup-autoloads multiple-cursors-autoloads nginx-mode-autoloads nix-mode-autoloads magit-section-autoloads ob-restclient-autoloads orderless-autoloads org-contrib-autoloads org-download-autoloads async-autoloads org-ql-autoloads f-autoloads org-super-agenda-autoloads ht-autoloads ov-autoloads org-autoloads ox-mediawiki-autoloads pdf-tools-autoloads popper-autoloads projectile-autoloads restclient-autoloads rust-mode-autoloads shx-autoloads smartparens-autoloads tablist-autoloads transient-autoloads ts-autoloads s-autoloads dash-autoloads use-package-autoloads bind-key-autoloads vertico-autoloads vterm-toggle-autoloads vterm-autoloads info with-editor-autoloads yaml-mode-autoloads yasnippet-autoloads zig-mode-autoloads reformatter-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 icons password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib 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 touch-screen 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 lcms2 dynamic-setting system-font-setting font-render-setting cairo gtk x-toolkit xinput2 x multi-tty move-toolbar make-network-process native-compile emacs) Memory information: ((conses 16 676012 97447) (symbols 48 41858 10) (strings 32 190961 20149) (string-bytes 1 5919103) (vectors 16 60056) (vector-slots 8 705641 41069) (floats 8 506 36) (intervals 56 652 0) (buffers 992 13)) --=20 Sent with Tuta; enjoy secure & ad-free emails:=20 https://tuta.com ------=_Part_236767_1209522524.1713263723380 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Scroll down to see gdb output from emacs -Q as well!
<= /div>

gdb output:

Thread 1 "emacs" received signal= SIGSEGV, Segmentation fault.
0x000055555560afca= in note_fringe_highlight (part=3D<optimized out>, y=3D<optimized = out>, x=3D2, window=3D<optimized out>, f=3D0x5555561e0120)
    at ../../src/xdisp.c:35775
=
35775=09      || !MATRIX_ROW_DIS= PLAYS_TEXT_P (MATRIX_ROW (w->current_matrix,
= (gdb) bt full
#0  0x000055555560afca in not= e_fringe_highlight (part=3D<optimized out>, y=3D<optimized out>= , x=3D2, window=3D<optimized out>, f=3D0x5555561e0120)
    at ../../src/xdisp.c:35775
        sym =3D 0xae90
        hpos =3D -1= 2008
        = vpos =3D -1415401410
    &nb= sp;   w =3D 0x555558a12558
  = ;      glyph_num =3D <optimized out>
        area =3D 146= 37
        gl= yph =3D <optimized out>
   =      sym =3D <optimized out>
        hpos =3D <optimized ou= t>
       = vpos =3D <optimized out>
  &nbs= p;     area =3D <optimized out>
        w =3D <optimized ou= t>
       = glyph =3D <optimized out>
  &nb= sp;     glyph_num =3D <optimized out>
        pos =3D <opti= mized out>
     &nbs= p;  help_echo =3D <optimized out>
#1&= nbsp; note_mouse_highlight (f=3Df@entry=3D0x5555561e0120, x=3D<optimized= out>, y=3D<optimized out>) at ../../src/xdisp.c:36036
        hlinfo =3D 0x555= 5560e86d0
      &n= bsp; part =3D ON_LEFT_FRINGE
   &= nbsp;    window =3D <optimized out>
        w =3D 0x555558a12558
        cursor= =3D 104857629
     &nb= sp;  pointer =3D 0x0
   &nbs= p;    b =3D <optimized out>
#2  0x0000555555682010 in x_note_mouse_movement (frame=3Dframe@entry= =3D0x5555561e0120, event=3Devent@entry=3D0x7fffffffd140, device=3D<optim= ized out>)
    at ../../src/xt= erm.c:14667
      =   r =3D 0x5555560e8998
   &n= bsp;    dpyinfo =3D 0x5555560e85d0
#3  0x00005555556a58f7 in handle_one_xevent
    (dpyinfo=3Ddpyinfo@entry=3D0x5555560e85d0, event=3Dev= ent@entry=3D0x7fffffffd660, finish=3Dfinish@entry=3D0x555555dba350 <curr= ent_finish>, hold_quit=3D0x7fffffffd940) at ../../src/xterm.c:23162
<= /div>
        other_val= uators_found =3D <optimized out>
 &nb= sp;      emsg =3D {reason =3D <optimized out>= ;, byteorder =3D <optimized out>, zero =3D <optimized out>, tim= estamp =3D <optimized out>, source_window =3D <optimized out>, = index_atom =3D <optimized out>}
 &nbs= p;      total_x =3D <optimized out>
        real_y =3D 0<= br>
        ev = =3D {type =3D 1486955333, serial =3D 7188868721520349184, send_event =3D 0,= display =3D 0x555558fcc0d0, window =3D 104857924, root =3D 140737488345440= , subwindow =3D 140736671757672, time =3D 349613218, x =3D 458, y =3D 225, = x_root =3D 0, y_root =3D 0, state =3D 1440721728, is_hint =3D 85 'U', same_= screen =3D 0}
     &nbs= p;  lmsg =3D {reason =3D 88 'X', byteorder =3D 37 '%', zero =3D 22689,= timestamp =3D 21845, source_window =3D 1444806944}
        dmsg =3D {reason =3D <opt= imized out>, byteorder =3D <optimized out>, side_effects =3D <o= ptimized out>, timestamp =3D <optimized out>, x =3D <optimized = out>, y =3D <optimized out>}
 &nbs= p;      total_y =3D <optimized out>
        device =3D 0x= 5555560a3910
      = ;  states =3D 0x555557903580
  &n= bsp;     values =3D <optimized out>
        source =3D <opt= imized out>
     &nb= sp;  found_valuator =3D <optimized out>
        dnd_state =3D <optimized o= ut>
       = ; real_x =3D 0
     &nb= sp;  must_free_data =3D <optimized out>
        xi_event =3D <optimized ou= t>
       = xev =3D <optimized out>
   = ;     bar =3D <optimized out>
        inev =3D {kind =3D NO_= EVENT, ie =3D {kind =3D NO_EVENT, part =3D scroll_bar_nowhere, code =3D 0, = modifiers =3D 0, x =3D 0x0, y =3D 0x0, timestamp =3D 0, frame_or_window =3D= 0x0, arg =3D 0x0, device =3D 0x30}, sie =3D {kind =3D NO_EVENT, dpyinfo = =3D 0x0, requestor =3D 0, selection =3D 0, target =3D 0, property =3D 0, ti= me =3D 0}}
      &= nbsp; count =3D 0
     =    do_help =3D 0
   &nb= sp;    gen_help_device =3D 0x0
&n= bsp;       gen_help_time =3D 0
        nbytes =3D 0
        any =3D <= ;optimized out>
     = ;   f =3D 0x5555561e0120
  &= nbsp;     mouse_frame =3D <optimized out>
        hlinfo =3D 0= x5555560e86d0
     &nbs= p;  compose_status =3D {compose_ptr =3D 0x0, chars_matched =3D 0}
<= /div>
        configure= Event =3D {type =3D 65536, xany =3D {type =3D 65536, serial =3D 93825054515= 576, send_event =3D -9952, display =3D 0x7fffcf496060 <F73702d2d73796e74= 61782d70707373_sp__syntax_ppss_0>, window =3D 140737213200763}, xkey =3D= {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display = =3D 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__syntax_ppss_0>= ;, window =3D 140737213200763, root =3D 6, subwindow =3D 140737488345440, t= ime =3D 140736671757672, x =3D 1508823923, y =3D 21845, x_root =3D 14929594= 40, y_root =3D 21845, state =3D 1493907904, keycode =3D 21845, same_screen = =3D 1492959440}, xbutton =3D {type =3D 65536, serial =3D 93825054515576, se= nd_event =3D -9952, display =3D 0x7fffcf496060 <F73702d2d73796e7461782d7= 0707373_sp__syntax_ppss_0>, window =3D 140737213200763, root =3D 6, subw= indow =3D 140737488345440, time =3D 140736671757672, x =3D 1508823923, y = =3D 21845, x_root =3D 1492959440, y_root =3D 21845, state =3D 1493907904, b= utton =3D 21845, same_screen =3D 1492959440}, xmotion =3D {type =3D 65536, = serial =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf496060= <F73702d2d73796e7461782d70707373_sp__syntax_ppss_0>, window =3D 1407= 37213200763, root =3D 6, subwindow =3D 140737488345440, time =3D 1407366717= 57672, x =3D 1508823923, y =3D 21845, x_root =3D 1492959440, y_root =3D 218= 45, state =3D 1493907904, is_hint =3D 85 'U', same_screen =3D 1492959440}, = xcrossing =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9= 952, display =3D 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__syn= tax_ppss_0>, window =3D 140737213200763, root =3D 6, subwindow =3D 14073= 7488345440, time =3D 140736671757672, x =3D 1508823923, y =3D 21845, x_root= =3D 1492959440, y_root =3D 21845, mode =3D 1493907904, detail =3D 21845, s= ame_screen =3D 1492959440, focus =3D 21845, state =3D 1493907904}, xfocus = =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, displ= ay =3D 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__syntax_ppss_0= >, window =3D 140737213200763, mode =3D 6, detail =3D 0}, xexpose =3D {t= ype =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D= 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__syntax_ppss_0>, = window =3D 140737213200763, x =3D 6, y =3D 0, width =3D -9888, height =3D 3= 2767, count =3D -816597656}, xgraphicsexpose =3D {type =3D 65536, serial = =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf496060 <F7= 3702d2d73796e7461782d70707373_sp__syntax_ppss_0>, drawable =3D 140737213= 200763, x =3D 6, y =3D 0, width =3D -9888, height =3D 32767, count =3D -816= 597656, major_code =3D 32767, minor_code =3D 1508823923}, xnoexpose =3D {ty= pe =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D = 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__syntax_ppss_0>, d= rawable =3D 140737213200763, major_code =3D 6, minor_code =3D 0}, xvisibili= ty =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, di= splay =3D 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__syntax_pps= s_0>, window =3D 140737213200763, state =3D 6}, xcreatewindow =3D {type = =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D 0x7= fffcf496060 <F73702d2d73796e7461782d70707373_sp__syntax_ppss_0>, pare= nt =3D 140737213200763, window =3D 6, x =3D -9888, y =3D 32767, width =3D -= 816597656, height =3D 32767, border_width =3D 1508823923, override_redirect= =3D 21845}, xdestroywindow =3D {type =3D 65536, serial =3D 93825054515576,= send_event =3D -9952, display =3D 0x7fffcf496060 <F73702d2d73796e746178= 2d70707373_sp__syntax_ppss_0>, event =3D 140737213200763, window =3D 6},= xunmap =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -995= 2, display =3D 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__synta= x_ppss_0>, event =3D 140737213200763, window =3D 6, from_configure =3D -= 9888}, xmap =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D = -9952, display =3D 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__s= yntax_ppss_0>, event =3D 140737213200763, window =3D 6, override_redirec= t =3D -9888}, xmaprequest =3D {type =3D 65536, serial =3D 93825054515576, s= end_event =3D -9952, display =3D 0x7fffcf496060 <F73702d2d73796e7461782d= 70707373_sp__syntax_ppss_0>, parent =3D 140737213200763, window =3D 6}, = xreparent =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9= 952, display =3D 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__syn= tax_ppss--Type <RET> for more, q to quit, c to continue without pagin= g--
_0>, event =3D 140737213200763, window = =3D 6, parent =3D 140737488345440, x =3D -816597656, y =3D 32767, override_= redirect =3D 1508823923}, xconfigure =3D {type =3D 65536, serial =3D 938250= 54515576, send_event =3D -9952, display =3D 0x7fffcf496060 <F73702d2d737= 96e7461782d70707373_sp__syntax_ppss_0>, event =3D 140737213200763, windo= w =3D 6, x =3D -9888, y =3D 32767, width =3D -816597656, height =3D 32767, = border_width =3D 1508823923, above =3D 93825053540560, override_redirect = =3D 1493907904}, xgravity =3D {type =3D 65536, serial =3D 93825054515576, s= end_event =3D -9952, display =3D 0x7fffcf496060 <F73702d2d73796e7461782d= 70707373_sp__syntax_ppss_0>, event =3D 140737213200763, window =3D 6, x = =3D -9888, y =3D 32767}, xresizerequest =3D {type =3D 65536, serial =3D 938= 25054515576, send_event =3D -9952, display =3D 0x7fffcf496060 <F73702d2d= 73796e7461782d70707373_sp__syntax_ppss_0>, window =3D 140737213200763, w= idth =3D 6, height =3D 0}, xconfigurerequest =3D {type =3D 65536, serial = =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf496060 <F7= 3702d2d73796e7461782d70707373_sp__syntax_ppss_0>, parent =3D 14073721320= 0763, window =3D 6, x =3D -9888, y =3D 32767, width =3D -816597656, height = =3D 32767, border_width =3D 1508823923, above =3D 93825053540560, detail = =3D 1493907904, value_mask =3D 93825053540560}, xcirculate =3D {type =3D 65= 536, serial =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf4= 96060 <F73702d2d73796e7461782d70707373_sp__syntax_ppss_0>, event =3D = 140737213200763, window =3D 6, place =3D -9888}, xcirculaterequest =3D {typ= e =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D 0= x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__syntax_ppss_0>, pa= rent =3D 140737213200763, window =3D 6, place =3D -9888}, xproperty =3D {ty= pe =3D 65536, serial =3D 93825054515576, send_event =3D -9952, display =3D = 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__syntax_ppss_0>, w= indow =3D 140737213200763, atom =3D 6, time =3D 140737488345440, state =3D = -816597656}, xselectionclear =3D {type =3D 65536, serial =3D 93825054515576= , send_event =3D -9952, display =3D 0x7fffcf496060 <F73702d2d73796e74617= 82d70707373_sp__syntax_ppss_0>, window =3D 140737213200763, selection = =3D 6, time =3D 140737488345440}, xselectionrequest =3D {type =3D 65536, se= rial =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf496060 &= lt;F73702d2d73796e7461782d70707373_sp__syntax_ppss_0>, owner =3D 1407372= 13200763, requestor =3D 6, selection =3D 140737488345440, target =3D 140736= 671757672, property =3D 93825069405043, time =3D 93825053540560}, xselectio= n =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, dis= play =3D 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__syntax_ppss= _0>, requestor =3D 140737213200763, selection =3D 6, target =3D 14073748= 8345440, property =3D 140736671757672, time =3D 93825069405043}, xcolormap = =3D {type =3D 65536, serial =3D 93825054515576, send_event =3D -9952, displ= ay =3D 0x7fffcf496060 <F73702d2d73796e7461782d70707373_sp__syntax_ppss_0= >, window =3D 140737213200763, colormap =3D 6, new =3D -9888, state =3D = 32767}, xclient =3D {type =3D 65536, serial =3D 93825054515576, send_event = =3D -9952, display =3D 0x7fffcf496060 <F73702d2d73796e7461782d70707373_s= p__syntax_ppss_0>, window =3D 140737213200763, message_type =3D 6, forma= t =3D -9888, data =3D {b =3D "h\265S\317\377\177\000\000s\323\356YUU\000\00= 0\320\300\374X", s =3D {-19096, -12461, 32767, 0, -11405, 23022, 21845, 0, = -16176, 22780}, l =3D {140736671757672, 93825069405043, 93825053540560, 938= 25054489024, 93825053540560}}}, xmapping =3D {type =3D 65536, serial =3D 93= 825054515576, send_event =3D -9952, display =3D 0x7fffcf496060 <F73702d2= d73796e7461782d70707373_sp__syntax_ppss_0>, window =3D 140737213200763, = request =3D 6, first_keycode =3D 0, count =3D -9888}, xerror =3D {type =3D = 65536, display =3D 0x5555590ba178, resourceid =3D 140737488345376, serial = =3D 140736671080544, error_code =3D 123 '{', request_code =3D 121 'y', mino= r_code =3D 153 '\231'}, xkeymap =3D {type =3D 65536, serial =3D 93825054515= 576, send_event =3D -9952, display =3D 0x7fffcf496060 <F73702d2d73796e74= 61782d70707373_sp__syntax_ppss_0>, window =3D 140737213200763, key_vecto= r =3D "\006\000\000\000\000\000\000\000`\331\377\377\377\177\000\000h\265S\= 317\377\177\000\000s\323\356YUU\000"}, xgeneric =3D {type =3D 65536, serial= =3D 93825054515576, send_event =3D -9952, display =3D 0x7fffcf496060 <F= 73702d2d73796e7461782d70707373_sp__syntax_ppss_0>, extension =3D -275154= 565, evtype =3D 32767}, xcookie =3D {type =3D 65536, serial =3D 93825054515= 576, send_event =3D -9952, display =3D 0x7fffcf496060 <F73702d2d73796e74= 61782d70707373_sp__syntax_ppss_0>, extension =3D -275154565, evtype =3D = 32767, cookie =3D 6, data =3D 0x7fffffffd960}, pad =3D {65536, 938250545155= 76, 140737488345376, 140736671080544, 140737213200763, 6, 140737488345440, = 140736671757672, 93825069405043, 93825053540560, 93825054489024, 9382505354= 0560, 93825054489024, 1, 93825051308453, 93824995393396, 140737488345152, 9= 3824994313488, 514, 12103423998558259, 0, 1, 0, 0}}
        next_event =3D {type =3D -11= 456, xany =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0= , display =3D 0x60000d290, window =3D 60129542144}, xkey =3D {type =3D -114= 56, serial =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, w= indow =3D 60129542144, root =3D 962072674304, subwindow =3D 0, time =3D 601= 29542144, x =3D 0, y =3D 0, x_root =3D 0, y_root =3D 0, state =3D 0, keycod= e =3D 0, same_screen =3D 0}, xbutton =3D {type =3D -11456, serial =3D 93824= 993536050, send_event =3D 0, display =3D 0x60000d290, window =3D 6012954214= 4, root =3D 962072674304, subwindow =3D 0, time =3D 60129542144, x =3D 0, y= =3D 0, x_root =3D 0, y_root =3D 0, state =3D 0, button =3D 0, same_screen = =3D 0}, xmotion =3D {type =3D -11456, serial =3D 93824993536050, send_event= =3D 0, display =3D 0x60000d290, window =3D 60129542144, root =3D 962072674= 304, subwindow =3D 0, time =3D 60129542144, x =3D 0, y =3D 0, x_root =3D 0,= y_root =3D 0, state =3D 0, is_hint =3D 0 '\000', same_screen =3D 0}, xcros= sing =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, dis= play =3D 0x60000d290, window =3D 60129542144, root =3D 962072674304, subwin= dow =3D 0, time =3D 60129542144, x =3D 0, y =3D 0, x_root =3D 0, y_root =3D= 0, mode =3D 0, detail =3D 0, same_screen =3D 0, focus =3D 0, state =3D 215= }, xfocus =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0= , display =3D 0x60000d290, window =3D 60129542144, mode =3D 0, detail =3D 2= 24}, xexpose =3D {type =3D -11456, serial =3D 93824993536050, send_event = =3D 0, display =3D 0x60000d290, window =3D 60129542144, x =3D 0, y =3D 224,= width =3D 0, height =3D 0, count =3D 0}, xgraphicsexpose =3D {type =3D -11= 456, serial =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, = drawable =3D 60129542144, x =3D 0, y =3D 224, width =3D 0, height =3D 0, co= unt =3D 0, major_code =3D 14, minor_code =3D 0}, xnoexpose =3D {type =3D -1= 1456, serial =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290,= drawable =3D 60129542144, major_code =3D 0, minor_code =3D 224}, xvisibili= ty =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, displ= ay =3D 0x60000d290, window =3D 60129542144, state =3D 0}, xcreatewindow =3D= {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, display =3D= 0x60000d290, parent =3D 60129542144, window =3D 962072674304, x =3D 0, y = =3D 0, width =3D 0, height =3D 14, border_width =3D 0, override_redirect = =3D 0}, xdestroywindow =3D {type =3D -11456, serial =3D 93824993536050, sen= d_event =3D 0, display =3D 0x60000d290, event =3D 60129542144, window =3D 9= 62072674304}, xunmap =3D {type =3D -11456, serial =3D 93824993536050, send_= event =3D 0, display =3D 0x60000d290, event =3D 60129542144, window =3D 962= 072674304, from_configure =3D 0}, xmap =3D {type =3D -11456, serial =3D 938= 24993536050, send_event =3D 0, display =3D 0x60000d290, event =3D 601295421= 44, window =3D 962072674304, override_redirect =3D 0}, xmaprequest =3D {typ= e =3D -11456, serial =3D 93824993536050, send_event =3D 0, display =3D 0x60= 000d290, parent =3D 60129542144, window =3D 962072674304}, xreparent =3D {t= ype =3D -11456, serial =3D 93824993536050, send_event =3D 0, display =3D 0x= 60000d290, event =3D 60129542144, window =3D 962072674304, parent =3D 0, x = =3D 0, y =3D 14, override_redirect =3D 0}, xconfigure =3D {type =3D -11456,= serial =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, even= t =3D 60129542144, window =3D 962072674304, x =3D 0, y =3D 0, width =3D 0, = height =3D 14, border_width =3D 0, above =3D 0, override_redirect =3D 0}, x= gravity =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, = display =3D 0x60000d290, event =3D 60129542144, window =3D 962072674304, x = =3D 0, y =3D 0}, xresizerequest =3D {type =3D -11456, serial =3D 9382499353= 6050, send_event =3D 0, display =3D 0x60000d290, window =3D 60129542144, wi= dth =3D 0, height =3D 224}, xconfigurerequest =3D {type =3D -11456, serial = =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, parent =3D 6= 0129542144, window =3D 962072674304, x =3D 0, y =3D 0, width =3D 0, height = =3D 14, border_width =3D 0, above =3D 0, detail =3D 0, value_mask =3D 0}, x= circulate =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0= , display =3D 0x60000d290, event =3D 60129542144, window =3D 962072674304, = place =3D 0}, xcirculaterequest =3D {type =3D -11456, serial =3D 9382499353= 6050, send_event =3D 0, display =3D 0x60000d290, parent =3D 60129542144, wi= ndow =3D 962072674304, place =3D 0}, xproperty =3D {type =3D -11456, serial= =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, window =3D = 60129542144, atom =3D 962072674304, time =3D 0, state =3D 0}, xselectioncle= ar =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, displ= ay =3D 0x60000d290, window =3D 60129542144, selection =3D 962072674304, tim= e =3D 0}, xselectionrequest =3D {type =3D -11456, serial =3D 93824993536050= , send_event =3D 0, display =3D 0x60000d290, owner =3D 60129542144, request= or =3D 962072674304, selection =3D 0, target =3D 60129542144, property =3D = 0, time =3D 0}, xselection =3D {type =3D -11456, serial =3D 93824993536050,= send_event =3D 0, display =3D 0x60000d290, requestor =3D 60129542144, sele= ction =3D 962072674304, target =3D 0, property =3D 60129542144, time =3D 0}= , xcolormap =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D= 0, display =3D 0x60000d290, window =3D 60129542144, colormap =3D 962072674= 304, new =3D 0, state =3D 0}, xclient =3D {type =3D -11456, serial =3D 9382= 4993536050, send_event =3D 0, display =3D 0x60000d290, window =3D 601295421= 44, message_type =3D 962072674304, format =3D 0, data =3D {b =3D "\000\000\= 000\000\016", '\000' <repeats 14 times>, s =3D {0, 0, 14, 0, 0, 0, 0,= 0, 0, 0}, l =3D {60129542144, 0, 0, 0, 0}}}, xmapping =3D {type =3D -11456= , serial =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290, win= dow =3D 60129542144, request =3D 0, first_keycode =3D 224, count =3D 0}, xe= rror =3D {type =3D -11456, display =3D 0x555555692832 <XTread_socket+338= >, resourceid =3D 0, serial =3D 25769857680, error_code =3D 0 '\000', re= quest_code =3D 0 '\000', minor_code =3D 0 '\000'}, xkeymap =3D {type =3D -1= 1456, serial =3D 93824993536050, send_event =3D 0, display =3D 0x60000d290,= window =3D 60129542144, key_vector =3D "\000\000\000\000\340", '\000' <= repeats 15 times>, "\016\000\000\000\000\000\000\000\000\000\000"}, xgen= eric =3D {type =3D -11456, serial =3D 93824993536050, send_event =3D 0, dis= play =3D 0x60000d290, extension =3D 0, evtype =3D 14}, xcookie =3D {type = =3D -11456, serial =3D 93824993536050, send_event =3D 0, display =3D 0x6000= 0d290, extension =3D 0, evtype =3D 14, cookie =3D 0, data =3D 0x0}, pad =3D= {140737488343872, 93824993536050, 0, 25769857680, 60129542144, 96207267430= 4, 0, 60129542144, 0, 0, 0, 0, 215, 93824994394184, -1, -1, 2, 938249938017= 76, 140737488344048, 0, 140737488344912, 0, 93825002930816, 93825005388064}= }
        cod= ing =3D <optimized out>
   =      dx =3D 1486955864
 = ;       dy =3D 1486955333
        sa_avail =3D 16384
=
        sa_count= =3D {bytes =3D 160}
#4  0x00005555556a74a1= in event_handler_gdk (gxev=3D0x7fffffffd660, ev=3D<optimized out>, d= ata=3D<optimized out>) at ../../src/xterm.c:17890
        dpyinfo =3D 0x5555560e= 85d0
        = xev =3D 0x7fffffffd660
#5  0x00007ffff7d2e3= cf in ??? () at /usr/lib/libgdk-3.so.0
#6  = 0x00007ffff7d36032 in ??? () at /usr/lib/libgdk-3.so.0
#7  0x00007ffff7cdafa9 in gdk_display_get_event () at /usr/lib/= libgdk-3.so.0
#8  0x00007ffff7d36428 in ???= () at /usr/lib/libgdk-3.so.0
#9  0x00007ff= ff6e58199 in ??? () at /usr/lib/libglib-2.0.so.0
#10 0x00007ffff6eb73bf in ??? () at /usr/lib/libglib-2.0.so.0
#11 0x00007ffff6e57712 in g_main_context_iteration () at /us= r/lib/libglib-2.0.so.0
#12 0x00007ffff75ed35b in= gtk_main_iteration () at /usr/lib/libgtk-3.so.0
#13 0x000055555569277a in XTread_socket (terminal=3D<optimized out>,= hold_quit=3D0x7fffffffd940) at ../../src/xterm.c:25657
        count =3D 0
<= div dir=3D"auto">        dpyinfo =3D 0x5= 555560e85d0
--Type <RET> for more, q to qu= it, c to continue without paging--
#14 0x0000555= 5556dc651 in gobble_input () at ../../src/keyboard.c:7898
        nr =3D <optimized o= ut>
       = ; hold_quit =3D {kind =3D NO_EVENT, part =3D scroll_bar_nowhere, code =3D 0= , modifiers =3D 0, x =3D 0x0, y =3D 0x0, timestamp =3D 0, frame_or_window = =3D 0x0, arg =3D 0x0, device =3D 0x30}
 &nb= sp;      next =3D 0x0
&= nbsp;       nread =3D 0
        err =3D <optimized out&= gt;
        t= =3D 0x5555560026d8
#15 0x00005555556dca35 in ha= ndle_async_input () at ../../src/keyboard.c:8137
        nread =3D <optimized out>=
#16 process_pending_signals () at ../../src/key= board.c:8151
#17 0x000055555576439d in probably_= quit () at ../../src/eval.c:1718
  &nb= sp;     gc_count =3D {bytes =3D <optimized out>}<= br>
#18 0x00005555557644a3 in maybe_quit () at ../..= /src/lisp.h:3922
#19 Ffuncall (nargs=3D1, args= =3D0x7fffffffda68) at ../../src/eval.c:3005
&nbs= p;       count =3D {bytes =3D <optimized o= ut>}
      &nbs= p; val =3D <optimized out>
#20 0x000055555= 5762e79 in internal_condition_case_n
  = ;  (bfun=3Dbfun@entry=3D0x5555556d33c0 <safe_run_hooks_1>, nargs= =3Dnargs@entry=3D2, args=3Dargs@entry=3D0x7fffffffda60, handlers=3Dhandlers= @entry=3D0x30, hfun=3Dhfun@entry=3D0x5555556d55d0 <safe_run_hooks_error&= gt;) at ../../src/eval.c:1617
   =      val =3D <optimized out>
        c =3D 0x555555fba2a0
<= /div>
#21 0x00005555556d4591 in safe_run_hook_funcall (nar= gs=3D2, args=3D0x7fffffffdb20) at ../../src/keyboard.c:1943
        fun =3D <optimize= d out>
      &n= bsp; hook =3D <optimized out>
  =       sa_avail =3D <optimized out>
=
        sa_count =3D {= bytes =3D <optimized out>}
  &nb= sp;     newargs =3D 0x7fffffffda60
#22 0x0000555555763677 in run_hook_with_args (nargs=3D2, args=3D0x7f= ffffffdb20, funcall=3D0x5555556d44f0 <safe_run_hook_funcall>)
    at ../../src/eval.c:2874
        global_vals =3D = 0x55555a30caf3
     &nb= sp;  sym =3D 0xdf20
    = ;    val =3D 0x555559eed363
 = ;       ret =3D 0x0
#23 0x00005555556d3f65 in safe_run_hooks_maybe_narrowed (hook=3Dhook@entr= y=3D0xdf20, w=3D<optimized out>) at ../../src/keyboard.c:1981
        count =3D {b= ytes =3D <optimized out>}
#24 0x0000555555= 6e7b08 in command_loop_1 () at ../../src/keyboard.c:1513
        cmd =3D 0x555559ff75c5=
        keyb= uf =3D {0x55555a30fd43, 0x55555a30c503, 0x7fffef886c7c, 0x11f70, 0x30, 0x80= 0000000000000e, 0x0, 0x63c3fe0393231000, 0x0, 0x7fffffffdd00, 0x80, 0x40000= 00012000000, 0x0, 0x555555767ade <eval_sub+2270>, 0x1, 0x7ffff375bbd4= , 0x7fffef131658, 0x7fffef2682f8, 0x0, 0x555555751618 <set_internal+1448= >, 0x7fffef884340, 0x63c3fe0393231000, 0x60, 0x7ffff01f0583, 0x0, 0x5555= 55857f28, 0x7fffef41f72d, 0x5555557640ca <unbind_to+282>, 0x1, 0x63c3= fe0393231000}
     &nbs= p;  i =3D <optimized out>
  = ;      last_pt =3D 1
&n= bsp;       prev_modiff =3D 140
        prev_buffer =3D 0x5= 55558dab1a0
#25 0x0000555555762ca7 in internal_c= ondition_case
    (bfun=3Dbfun@en= try=3D0x5555556e77b0 <command_loop_1>, handlers=3Dhandlers@entry=3D0x= 90, hfun=3Dhfun@entry=3D0x5555556db260 <cmd_error>)
    at ../../src/eval.c:1537
        val =3D <optimized out&= gt;
        c= =3D 0x555555fba160
#26 0x00005555556d32c6 in co= mmand_loop_2 (handlers=3Dhandlers@entry=3D0x90) at ../../src/keyboard.c:116= 7
        val= =3D <optimized out>
#27 0x0000555555762c0= 1 in internal_catch (tag=3Dtag@entry=3D0x10c80, func=3Dfunc@entry=3D0x55555= 56d32a0 <command_loop_2>, arg=3Darg@entry=3D0x90)
    at ../../src/eval.c:1217
        val =3D <optimized out&= gt;
        c= =3D 0x5555560077f0
#28 0x00005555556d3261 in co= mmand_loop () at ../../src/keyboard.c:1145
#29 0= x00005555556dadf1 in recursive_edit_1 () at ../../src/keyboard.c:753
        count =3D {= bytes =3D <optimized out>}
  &nb= sp;     val =3D <optimized out>
#30 0x00005555556db170 in Frecursive_edit () at ../../src/keyboar= d.c:836
      &nbs= p; count =3D {bytes =3D <optimized out>}
&= nbsp;       buffer =3D <optimized out><= br>
#31 0x00005555555ad54a in main (argc=3D1, argv= =3D<optimized out>) at ../../src/emacs.c:2618
        stack_bottom_variable =3D 0x= 0
        old= _argc =3D <optimized out>
  &nbs= p;     no_loadup =3D false
&= nbsp;       junk =3D 0x0
        dname_arg =3D 0x0
        ch_to_dir = =3D 0x0
      &nbs= p; original_pwd =3D <optimized out>
 =        dump_mode =3D <optimized out>
        skip_ar= gs =3D 0
      &nb= sp; temacs =3D 0x0
     = ;   attempt_load_pdump =3D <optimized out>
        only_version =3D fals= e
        rli= m =3D {rlim_cur =3D 10022912, rlim_max =3D 18446744073709551615}
<= div dir=3D"auto">        lc_all =3D <= optimized out>
     =    sockfd =3D -1
   &nb= sp;    module_assertions =3D <optimized out>
=


<= br>
Same behaviour in emacs -Q

to reproduce:
= - emacs -Q
- C-x 3
- = grab the middlepoint of the mode line and move it around (left-right)
- crash

Here is the gdb output from emacs -Q for completnes

Thread 1 "emacs" received signal = SIGSEGV, Segmentation fault.
0x000055555560afca = in note_fringe_highlight (part=3D<optimized out>, y=3D<optimized o= ut>, x=3D563, window=3D<optimized out>, f=3D0x555556392c80)
    at ../../src/xdisp.c:35775
35775=09      || !MATRIX_ROW_DI= SPLAYS_TEXT_P (MATRIX_ROW (w->current_matrix,
(gdb) bt full
#0  0x000055555560afca in no= te_fringe_highlight (part=3D<optimized out>, y=3D<optimized out>= ;, x=3D563, window=3D<optimized out>, f=3D0x555556392c80)
    at ../../src/xdisp.c:35775
        sym =3D 0xebe0
=
        hpos =3D= 362
        = vpos =3D -144365579
    &nbs= p;   w =3D 0x555556392ef8
  =       glyph_num =3D <optimized out>
        area =3D 0
        glyph = =3D <optimized out>
   &nbs= p;    sym =3D <optimized out>
        hpos =3D <optimized out>= ;
        vpo= s =3D <optimized out>
   &n= bsp;    area =3D <optimized out>
        w =3D <optimized out>= ;
        gly= ph =3D <optimized out>
   &= nbsp;    glyph_num =3D <optimized out>
        pos =3D <optimize= d out>
      &n= bsp; help_echo =3D <optimized out>
#1 = ; note_mouse_highlight (f=3Df@entry=3D0x555556392c80, x=3D<optimized out= >, y=3D<optimized out>) at ../../src/xdisp.c:36036
        hlinfo =3D 0x5555560= b4490
       = part =3D ON_RIGHT_FRINGE
   &nbs= p;    window =3D <optimized out>
        w =3D 0x555556392ef8
        cursor =3D= 104857629
      &= nbsp; pointer =3D 0x0
    &n= bsp;   b =3D <optimized out>
#2&= nbsp; 0x0000555555682010 in x_note_mouse_movement
    (frame=3Dframe@entry=3D0x555556392c80, event=3Devent@e= ntry=3D0x7fffffffb400, device=3Ddevice@entry=3D0x555555fa2a04) at ../../src= /xterm.c:14667
     &nb= sp;  r =3D 0x5555560b4758
   = ;     dpyinfo =3D 0x5555560b4390
#3  0x00005555556a269c in handle_one_xevent
    (dpyinfo=3Ddpyinfo@entry=3D0x5555560b4390, event= =3Devent@entry=3D0x7fffffffb920, finish=3Dfinish@entry=3D0x555555dba350 <= ;current_finish>, hold_quit=3D0x7fffffffbc00) at ../../src/xterm.c:22352=
        ente= r =3D 0x555556a2d6d0
    &nb= sp;   ev =3D {type =3D 1452988736, serial =3D 93825011058544, sen= d_event =3D 0, display =3D 0xb, window =3D 104857924, root =3D 168942478787= 20146688, subwindow =3D 93825011058548, time =3D 349870180, x =3D 563, y = =3D 357, x_root =3D -19312, y_root =3D 32767, state =3D 1453723200, is_hint= =3D 85 'U', same_screen =3D 0}
  &nbs= p;     source =3D <optimized out>
        must_free_data =3D &= lt;optimized out>
    &nb= sp;   xi_event =3D <optimized out>
        xev =3D <optimized out>=
        bar = =3D <optimized out>
   &nbs= p;    inev =3D {kind =3D NO_EVENT, ie =3D {kind =3D NO_EVENT= , part =3D scroll_bar_nowhere, code =3D 0, modifiers =3D 0, x =3D 0x0, y = =3D 0x0, timestamp =3D 0, frame_or_window =3D 0x0, arg =3D 0x0, device =3D = 0x30}, sie =3D {kind =3D NO_EVENT, dpyinfo =3D 0x0, requestor =3D 0, select= ion =3D 0, target =3D 0, property =3D 0, time =3D 0}}
        count =3D 0
        do_help =3D 0
        gen_help_d= evice =3D 0x0
--Type <RET> for more, q to = quit, c to continue without paging--
  = ;      gen_help_time =3D 0
        nbytes =3D 0
        any =3D 0x555556392c= 80
        f = =3D 0x555556392c80
     = ;   mouse_frame =3D <optimized out>
        hlinfo =3D 0x5555560b4490
        compose= _status =3D {compose_ptr =3D 0x0, chars_matched =3D 0}
        configureEvent =3D {type = =3D 1442547056, xany =3D {type =3D 1442547056, serial =3D 140737488336016, = send_event =3D -137029407, display =3D 0x1, window =3D 93825002682896}, xke= y =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -137= 029407, display =3D 0x1, window =3D 93825002682896, root =3D 14073733673825= 7, subwindow =3D 18446744073709550936, time =3D 140737351325921, x =3D 0, y= =3D 0, x_root =3D -210383213, y_root =3D 32767, state =3D 1442525744, keyc= ode =3D 21845, same_screen =3D -137416375}, xbutton =3D {type =3D 144254705= 6, serial =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, = window =3D 93825002682896, root =3D 140737336738257, subwindow =3D 18446744= 073709550936, time =3D 140737351325921, x =3D 0, y =3D 0, x_root =3D -21038= 3213, y_root =3D 32767, state =3D 1442525744, button =3D 21845, same_screen= =3D -137416375}, xmotion =3D {type =3D 1442547056, serial =3D 140737488336= 016, send_event =3D -137029407, display =3D 0x1, window =3D 93825002682896,= root =3D 140737336738257, subwindow =3D 18446744073709550936, time =3D 140= 737351325921, x =3D 0, y =3D 0, x_root =3D -210383213, y_root =3D 32767, st= ate =3D 1442525744, is_hint =3D 85 'U', same_screen =3D -137416375}, xcross= ing =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -1= 37029407, display =3D 0x1, window =3D 93825002682896, root =3D 140737336738= 257, subwindow =3D 18446744073709550936, time =3D 140737351325921, x =3D 0,= y =3D 0, x_root =3D -210383213, y_root =3D 32767, mode =3D 1442525744, det= ail =3D 21845, same_screen =3D -137416375, focus =3D 32767, state =3D 0}, x= focus =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D = -137029407, display =3D 0x1, window =3D 93825002682896, mode =3D -151617071= , detail =3D 32767}, xexpose =3D {type =3D 1442547056, serial =3D 140737488= 336016, send_event =3D -137029407, display =3D 0x1, window =3D 938250026828= 96, x =3D -151617071, y =3D 32767, width =3D -680, height =3D -1, count =3D= -137029407}, xgraphicsexpose =3D {type =3D 1442547056, serial =3D 14073748= 8336016, send_event =3D -137029407, display =3D 0x1, drawable =3D 938250026= 82896, x =3D -151617071, y =3D 32767, width =3D -680, height =3D -1, count = =3D -137029407, major_code =3D 32767, minor_code =3D 0}, xnoexpose =3D {typ= e =3D 1442547056, serial =3D 140737488336016, send_event =3D -137029407, di= splay =3D 0x1, drawable =3D 93825002682896, major_code =3D -151617071, mino= r_code =3D 32767}, xvisibility =3D {type =3D 1442547056, serial =3D 1407374= 88336016, send_event =3D -137029407, display =3D 0x1, window =3D 9382500268= 2896, state =3D -151617071}, xcreatewindow =3D {type =3D 1442547056, serial= =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, parent = =3D 93825002682896, window =3D 140737336738257, x =3D -680, y =3D -1, width= =3D -137029407, height =3D 32767, border_width =3D 0, override_redirect = =3D 0}, xdestroywindow =3D {type =3D 1442547056, serial =3D 140737488336016= , send_event =3D -137029407, display =3D 0x1, event =3D 93825002682896, win= dow =3D 140737336738257}, xunmap =3D {type =3D 1442547056, serial =3D 14073= 7488336016, send_event =3D -137029407, display =3D 0x1, event =3D 938250026= 82896, window =3D 140737336738257, from_configure =3D -680}, xmap =3D {type= =3D 1442547056, serial =3D 140737488336016, send_event =3D -137029407, dis= play =3D 0x1, event =3D 93825002682896, window =3D 140737336738257, overrid= e_redirect =3D -680}, xmaprequest =3D {type =3D 1442547056, serial =3D 1407= 37488336016, send_event =3D -137029407, display =3D 0x1, parent =3D 9382500= 2682896, window =3D 140737336738257}, xreparent =3D {type =3D 1442547056, s= erial =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, even= t =3D 93825002682896, window =3D 140737336738257, parent =3D 18446744073709= 550936, x =3D -137029407, y =3D 32767, override_redirect =3D 0}, xconfigure= =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -1370= 29407, display =3D 0x1, event =3D 93825002682896, window =3D 14073733673825= 7, x =3D -680, y =3D -1, width =3D -137029407, height =3D 32767, border_wid= th =3D 0, above =3D 140737277972115, override_redirect =3D 1442525744}, xgr= avity =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D = -137029407, display =3D 0x1, event =3D 93825002682896, window =3D 140737336= 738257, x =3D -680, y =3D -1}, xresizerequest =3D {type =3D 1442547056, ser= ial =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, window= =3D 93825002682896, width =3D -151617071, height =3D 32767}, xconfigurereq= uest =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -= 137029407, display =3D 0x1, parent =3D 93825002682896, window =3D 140737336= 738257, x =3D -680, y =3D -1, width =3D -137029407, height =3D 32767, borde= r_width =3D 0, above =3D 140737277972115, detail =3D 1442525744, value_mask= =3D 140737350938953}, xcirculate =3D {type =3D 1442547056, serial =3D 1407= 37488336016, send_event =3D -137029407, display =3D 0x1, event =3D 93825002= 682896, window =3D 140737336738257, place =3D -680}, xcirculaterequest =3D = {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -137029407= , display =3D 0x1, parent =3D 93825002682896, window =3D 140737336738257, p= lace =3D -680}, xproperty =3D {type =3D 1442547056, serial =3D 140737488336= 016, send_event =3D -137029407, display =3D 0x1, window =3D 93825002682896,= atom =3D 140737336738257, time =3D 18446744073709550936, state =3D -137029= 407}, xselectionclear =3D {type =3D 1442547056, serial =3D 140737488336016,= send_event =3D -137029407, display =3D 0x1, window =3D 93825002682896, sel= ection =3D 140737336738257, time =3D 18446744073709550936}, xselectionreque= st =3D {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -13= 7029407, display =3D 0x1, owner =3D 93825002682896, requestor =3D 140737336= 738257, selection =3D 18446744073709550936, target =3D 140737351325921, pro= perty =3D 0, time =3D 140737277972115}, xselection =3D {type =3D 1442547056= , serial =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, r= equestor =3D 93825002682896, selection =3D 140737336738257, target =3D 1844= 6744073709550936, property =3D 140737351325921, time =3D 0}, xcolormap =3D = {type =3D 1442547056, serial =3D 140737488336016, send_event =3D -137029407= , display =3D 0x1, window =3D 93825002682896, colormap =3D 140737336738257,= new =3D -680, state =3D -1}, xclient =3D {type =3D 1442547056, serial =3D = 140737488336016, send_event =3D -137029407, display =3D 0x1, window =3D 938= 25002682896, message_type =3D 140737336738257, format =3D -680, data =3D {b= =3D "\341\030\325\367\377\177\000\000\000\000\000\000\000\000\000\000\223\= 316", <incomplete sequence \363>, s =3D {6369, -2091, 32767, 0, 0, 0,= 0, 0, -12653, -3211}, l =3D {140737351325921, 0, 140737277972115, 93825003= 106864, 140737350938953}}}, xmapping =3D {type =3D 1442547056, serial =3D 1= 40737488336016, send_event =3D -137029407, display =3D 0x1, window =3D 9382= 5002682896, request =3D -151617071, first_keycode =3D 32767, count =3D -680= }, xerror =3D {type =3D 1442547056, display =3D 0x7fffffffb490, resourceid = =3D 140737351325921, serial =3D 1, error_code =3D 16 '\020', request_code = =3D 186 '\272', minor_code =3D 244 '\364'}, xkeymap =3D {type =3D 144254705= 6, serial =3D 140737488336016, send_event =3D -137029407, display =3D 0x1, = window =3D 93825002682896, key_vector =3D "=D1=81\366\366\377\177\000\000X\= 375\377\377\377\377\377\377\341\030\325\367\377\177\000\000\000\000\000\000= \000\000\000"}, xgeneric =3D {type =3D 1442547056, serial =3D 1407374883360= 16, send_event =3D -137029407, display =3D 0x1, extension =3D 1442101776, e= vtype =3D 21845}, xcookie =3D {type =3D 1442547056, serial =3D 140737488336= 016, send_event =3D -137029407, display =3D 0x1, extension =3D 1442101776, = evtype =3D 21845, cookie =3D 4143350225, data =3D 0xfffffffffffffd58}, pad = =3D {93825003128176, 140737488336016, 140737351325921, 1, 93825002682896, 1= 40737336738257, -680, 140737351325921, 0, 140737277972115, 93825003106864, = 140737350938953, 0, 93825014688768, 93825014696112, -1552496194989404928, 9= 3825008228672, 93825003127536, 140737351325921, 93825002655792, 93825002682= 896, 1, 93825014749504, 140737336763521}}
 =        next_event =3D {type =3D 0, xany =3D {= type =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, dis= play =3D 0x555555f45670, window =3D 93825002657392}, xkey =3D {type =3D 0, = serial =3D 16894247878720146688, send_event =3D 1454115824, display =3D 0x5= 55555f45670, window =3D 93825002657392, root =3D 93825002677968, subwindow = =3D 140737488336480, time =3D 140737488336304, x =3D 28, y =3D 0, x_root = =3D -19024, y_root =3D 32767, state =3D 1442076272, keycode =3D 21845, same= _screen =3D 1442074672}, xbutton =3D {type =3D 0, serial =3D 16894247878720= 146688, send_event =3D 1454115824, display =3D 0x555555f45670, window =3D 9= 3825002657392, root =3D 93825002677968, subwindow =3D 140737488336480, time= =3D 140737488336304, x =3D 28, y =3D 0, x_root =3D -19024, y_root =3D 3276= 7, state =3D 1442076272, button =3D 21845, same_screen =3D 1442074672}, xmo= tion =3D {type =3D 0, serial =3D 16894247878720146688, send_event =3D 14541= 15824, display =3D 0x555555f45670, window =3D 93825002657392, root =3D 9382= 5002677968, subwindow =3D 140737488336480, time =3D 140737488336304, x =3D = 28, y =3D 0, x_root =3D -19024, y_root =3D 32767, state =3D 1442076272, is_= hint =3D 85 'U', same_screen =3D 1442074672}, xcrossing =3D {type =3D 0, se= rial =3D 16894247878720146688, send_event =3D 1454115824, display =3D 0x555= 555f45670, window =3D 93825002657392, root =3D 93825002677968, subwindow = =3D 140737488336480, time =3D 140737488336304, x =3D 28, y =3D 0, x_root = =3D -19024, y_root =3D 32767, mode =3D 1442076272, detail =3D 21845, same_s= creen =3D 1442074672, focus =3D 21845, state =3D 4294948448}, xfocus =3D {t= ype =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, disp= lay =3D 0x555555f45670, window =3D 93825002657392, mode =3D 1442096848, det= ail =3D 21845}, xexpose =3D {type =3D 0, serial =3D 16894247878720146688, s= end_event =3D 1454115824, display =3D 0x555555f45670, window =3D 9382500265= 7392, x =3D 1442096848, y =3D 21845, width =3D -18848, height =3D 32767, co= unt =3D -19024}, xgraphicsexpose =3D {type =3D 0, serial =3D 16894247878720= 146688, send_event =3D 1454115824, display =3D 0x555555f45670, drawable =3D= 93825002657392, x =3D 1442096848, y =3D 21845, width =3D -18848, height = =3D 32767, count =3D -19024, major_code =3D 32767, minor_code =3D 28}, xnoe= xpose =3D {type =3D 0, serial =3D 16894247878720146688, send_event =3D 1454= 115824, display =3D 0x555555f45670, drawable =3D 93825002657392, major_code= =3D 1442096848, minor_code =3D 21845}, xvisibility =3D {type =3D 0, serial= =3D 16894247878720146688, send_event =3D 1454115824, display =3D 0x555555f= 45670, window =3D 93825002657392, state =3D 1442096848}, xcreatewindow =3D = {type =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, di= splay =3D 0x555555f45670, parent =3D 93825002657392, window =3D 93825002677= 968, x =3D -18848, y =3D 32767, width =3D -19024, height =3D 32767, border_= width =3D 28, override_redirect =3D 0}, xdestroywindow =3D {type =3D 0, ser= ial =3D 16894247878720146688, send_event =3D 1454115824, display =3D 0x5555= 55f45670, event =3D 93825002657392, window =3D 93825002677968}, xunmap =3D = {type =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, di= splay =3D 0x555555f45670, event =3D 93825002657392, window =3D 938250026779= 68, from_configure =3D -18848}, xmap =3D {type =3D 0, serial =3D 1689424787= 8720146688, send_event =3D 1454115824, display =3D 0x555555f45670, event = =3D 93825002657392, window =3D 93825002677968, override_redirect =3D -18848= }, xmaprequest =3D {type =3D 0, serial =3D 16894247878720146688, send_event= =3D 1454115824, display =3D 0x555555f45670, parent =3D 93825002657392, win= dow =3D 93825002677968}, xreparent =3D {type =3D 0, serial =3D 168942478787= 20146688, send_event =3D 1454115824, display =3D 0x555555f45670, event =3D = 93825002657392, window =3D 93825002677968, parent =3D 140737488336480, x = =3D -19024, y =3D 32767, override_redirect =3D 28}, xconfigure =3D {type = =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, display = =3D 0x555555f45670, event =3D 93825002657392, window =3D 93825002677968, x = =3D -18848, y =3D 32767, width =3D -19024, height =3D 32767, border_width = =3D 28, above =3D 140737488336304, override_redirect =3D 1442076272}, xgrav= ity =3D {type =3D 0, serial =3D 16894247878720146688, send_event =3D 145411= 5824, display =3D 0x555555f45670, event =3D 93825002657392, window =3D 9382= 5002677968, x =3D -18848, y =3D 32767}, xresizerequest =3D {type =3D 0, ser= ial =3D 16894247878720146688, send_event =3D 1454115824, display =3D 0x5555= 55f45670, window =3D 93825002657392, width =3D 1442096848, height =3D 21845= }, xconfigurerequest =3D {type =3D 0, serial =3D 16894247878720146688, send= _event =3D 1454115824, display =3D 0x555555f45670, parent =3D 9382500265739= 2, window =3D 93825002677968, x =3D -18848, y =3D 32767, width =3D -19024, = height =3D 32767, border_width =3D 28, above =3D 140737488336304, detail = =3D 1442076272, value_mask =3D 93825002655792}, xcirculate =3D {type =3D 0,= serial =3D 16894247878720146688, send_event =3D 1454115824, display =3D 0x= 555555f45670, event =3D 93825002657392, window =3D 93825002677968, place = =3D -18848}, xcirculaterequest =3D {type =3D 0, serial =3D 1689424787872014= 6688, send_event =3D 1454115824, display =3D 0x555555f45670, parent =3D 938= 25002657392, window =3D 93825002677968, place =3D -18848}, xproperty =3D {t= ype =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, disp= lay =3D 0x555555f45670, window =3D 93825002657392, atom =3D 93825002677968,= time =3D 140737488336480, state =3D -19024}, xselectionclear =3D {type =3D= 0, serial =3D 16894247878720146688, send_event =3D 1454115824, display =3D= 0x555555f45670, window =3D 93825002657392, selection =3D 93825002677968, t= ime =3D 140737488336480}, xselectionrequest =3D {type =3D 0, serial =3D 168= 94247878720146688, send_event =3D 1454115824, display =3D 0x555555f45670, o= wner =3D 93825002657392, requestor =3D 93825002677968, selection =3D 140737= 488336480, target =3D 140737488336304, property =3D 28, time =3D 1407374883= 36304}, xselection =3D {type =3D 0, serial =3D 16894247878720146688, send_e= vent =3D 1454115824, display =3D 0x555555f45670, requestor =3D 938250026573= 92, selection =3D 93825002677968, target =3D 140737488336480, property =3D = 140737488336304, time =3D 28}, xcolormap =3D {type =3D 0, serial =3D 168942= 47878720146688, send_event =3D 1454115824, display =3D 0x555555f45670, wind= ow =3D 93825002657392, colormap =3D 93825002677968, new =3D -18848, state = =3D 32767}, xclient =3D {type =3D 0, serial =3D 16894247878720146688, send_= event =3D 1454115824, display =3D 0x555555f45670, window =3D 93825002657392= , message_type =3D 93825002677968, format =3D -18848, data =3D {b =3D "\260= \265\377\377\377\177\000\000\034\000\000\000\000\000\000\000\260\265\377\37= 7", s =3D {-19024, -1, 32767, 0, 28, 0, 0, 0, -19024, -1}, l =3D {140737488= 336304, 28, 140737488336304, 93825002657392, 93825002655792}}}, xmapping = =3D {type =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824= , display =3D 0x555555f45670, window =3D 93825002657392, request =3D 144209= 6848, first_keycode =3D 21845, count =3D -18848}, xerror =3D {type =3D 0, d= isplay =3D 0xea746cefa682cd00, resourceid =3D 93825014696944, serial =3D 93= 825002657392, error_code =3D 112 'p', request_code =3D 86 'V', minor_code = =3D 244 '\364'}, xkeymap =3D {type =3D 0, serial =3D 16894247878720146688, = send_event =3D 1454115824, display =3D 0x555555f45670, window =3D 938250026= 57392, key_vector =3D "=D0=A6\364UUU\000\000`\266\377\377\377\177\000\000\2= 60\265\377\377\377\177\000\000\034\000\000\000\000\000\000"}, xgeneric =3D = {type =3D 0, serial =3D 16894247878720146688, send_event =3D 1454115824, di= splay =3D 0x555555f45670, extension =3D 1442076272, evtype =3D 21845}, xcoo= kie =3D {type =3D 0, serial =3D 16894247878720146688, send_event =3D 145411= 5824, display =3D 0x555555f45670, extension =3D 1442076272, evtype =3D 2184= 5, cookie =3D 1442096848, data =3D 0x7fffffffb660}, pad =3D {0, -1552496194= 989404928, 93825014696944, 93825002657392, 93825002657392, 93825002677968, = 140737488336480, 140737488336304, 28, 140737488336304, 93825002657392, 9382= 5002655792, 140737488336480, 140737336869758, 140737488336304, 140737336774= 385, -4294967287, 11, 0, 0, 0, 3351065904, 140737488336772, 140737335542906= }}
        co= ding =3D <optimized out>
   = ;     dx =3D 0
  &= nbsp;     dy =3D 1452988736
=         sa_avail =3D 16384
        sa_count =3D {byte= s =3D 480}
#4  0x00005555556a74a1 in event_= handler_gdk (gxev=3D0x7fffffffb920, ev=3D<optimized out>, data=3D<= optimized out>) at ../../src/xterm.c:17890
&n= bsp;       dpyinfo =3D 0x5555560b4390
        xev =3D 0x7f= ffffffb920
#5  0x00007ffff7d2e3cf in ??? ()= at /usr/lib/libgdk-3.so.0
#6  0x00007ffff7= d36032 in ??? () at /usr/lib/libgdk-3.so.0
#7&nb= sp; 0x00007ffff7cdafa9 in gdk_display_get_event () at /usr/lib/libgdk-3.so.= 0
#8  0x00007ffff7d36428 in ??? () at /usr/= lib/libgdk-3.so.0
#9  0x00007ffff6e58199 in= ??? () at /usr/lib/libglib-2.0.so.0
#10 0x00007= ffff6eb73bf in ??? () at /usr/lib/libglib-2.0.so.0
#11 0x00007ffff6e57712 in g_main_context_iteration () at /usr/lib/libgli= b-2.0.so.0
#12 0x00007ffff75ed35b in gtk_main_it= eration () at /usr/lib/libgtk-3.so.0
#13 0x00005= 5555569277a in XTread_socket (terminal=3D<optimized out>, hold_quit= =3D0x7fffffffbc00) at ../../src/xterm.c:25657
&n= bsp;       count =3D 0
        dpyinfo =3D 0x5555560b4390<= br>
#14 0x00005555556dc651 in gobble_input () at ../= ../src/keyboard.c:7898
    &= nbsp;   nr =3D <optimized out>
&= nbsp;       hold_quit =3D {kind =3D NO_EVENT,= part =3D scroll_bar_nowhere, code =3D 0, modifiers =3D 0, x =3D 0x0, y =3D= 0x0, timestamp =3D 0, frame_or_window =3D 0x0, arg =3D 0x0, device =3D 0x3= 0}
        ne= xt =3D 0x0
      &= nbsp; nread =3D 0
     =    err =3D <optimized out>
 = ;       t =3D 0x555555ffc368
#15 0x00005555556df665 in handle_async_input () at ../../src/key= board.c:8137
      = ;  nread =3D <optimized out>
#16 proc= ess_pending_signals () at ../../src/keyboard.c:8151
#17 unblock_input_to (level=3D0) at ../../src/keyboard.c:8166
=
#18 unblock_input_to (level=3D<optimized out>) at .= ./../src/keyboard.c:8160
#19 unblock_input () at= ../../src/keyboard.c:8185
#20 0x00005555557412d= b in garbage_collect () at ../../src/alloc.c:6685
        tail =3D <optimized out>=
        buff= er =3D <optimized out>
   &= nbsp;    stack_top_variable =3D 0 '\000'
        message_p =3D false
        count = =3D {bytes =3D <optimized out>}
 &nbs= p;      start =3D {tv_sec =3D <optimized out>= ;, tv_nsec =3D <optimized out>}
 &nbs= p;      tot_before =3D 18446744073709551615
        visitor =3D= {visit =3D <optimized out>, data =3D <optimized out>}
#21 0x0000555555741731 in maybe_garbage_collect () at ..= /../src/alloc.c:6507
#22 0x000055555576767d in m= aybe_gc () at ../../src/lisp.h:5891
#23 eval_sub= (form=3Dform@entry=3D0x7fffef20580b) at ../../src/eval.c:2429
        original_fun =3D = <optimized out>
    &n= bsp;   original_args =3D 0x7fffffffbe80
        count =3D {bytes =3D <optim= ized out>}
     &nbs= p;  fun =3D <optimized out>
 &nb= sp;      val =3D <optimized out>
        funcar =3D <o= ptimized out>
     &= nbsp;  argvals =3D {0x5555561a6a74, 0x5555561a6a30, 0x0, 0x555555772d9= 4 <concat_to_string+1620>, 0x31, 0x31, 0x31, 0x55555573cbc5 <make_= clear_multibyte_string+85>}
   = ;     retry =3D <optimized out>
--Type <RET> for more, q to quit, c to continue without pag= ing--
#24 0x0000555555769e6f in Feval (form=3D0x= 7fffef20580b, lexical=3D<optimized out>) at ../../src/eval.c:2389
=
        count = =3D {bytes =3D <optimized out>}
#25 0x0000= 555555762d34 in internal_condition_case_1 (bfun=3Dbfun@entry=3D0x5555556d32= d0 <eval_dyn>, arg=3Darg@entry=3D0x7fffef20580b, handlers=3Dhandlers@= entry=3D0x90, hfun=3Dhfun@entry=3D0x5555556d34b0 <menu_item_eval_propert= y_1>) at ../../src/eval.c:1561
  &n= bsp;     val =3D <optimized out>
        c =3D 0x555555fb9770<= br>
#26 0x00005555556dfe25 in menu_item_eval_propert= y (sexpr=3D0x7fffef20580b) at ../../src/keyboard.c:8662
        count =3D {bytes =3D &= lt;optimized out>}
    &n= bsp;   val =3D <optimized out>
#= 27 0x00005555556e1020 in parse_tool_bar_item (item=3D<optimized out>,= key=3D<optimized out>) at ../../src/keyboard.c:9801
        filter =3D <optimi= zed out>
      =   i =3D <optimized out>
  &= nbsp;     binding =3D <optimized out>
        keys =3D <opt= imized out>
     &nb= sp;  caption =3D <optimized out>
&nbs= p;       have_label =3D <optimized out>=
        filt= er =3D <optimized out>
   &= nbsp;    caption =3D <optimized out>
        i =3D <optimized ou= t>
       = have_label =3D <optimized out>
 &nbs= p;      binding =3D <optimized out>
        keys =3D <= optimized out>
     =    li =3D {tortoise =3D <optimized out>, max =3D <optimi= zed out>, n =3D <optimized out>, q =3D <optimized out>}
<= /div>
        ikey =3D = <optimized out>
    &n= bsp;   value =3D <optimized out>
        bad_label =3D <optimized out= >
        = type =3D <optimized out>
   = ;     selected =3D <optimized out>
        tkey =3D <optimi= zed out>
      =   tcapt =3D <optimized out>
 &nb= sp;      label =3D <optimized out>
=
        capt =3D <o= ptimized out>
     &= nbsp;  max_lbl_size =3D <optimized out>
        buf =3D <optimized out>=
        new_= lbl =3D <optimized out>
   =      caption_len =3D <optimized out>
        label_len =3D <= ;optimized out>
     = ;   j =3D <optimized out>
 =        beg =3D <optimized out>
        end =3D <o= ptimized out>
     &= nbsp;  orig =3D <optimized out>
 = ;       desc =3D <optimized out>
#28 process_tool_bar_item (key=3D<optimized out>= , def=3D<optimized out>, data=3D<optimized out>, args=3D<opt= imized out>) at ../../src/keyboard.c:9482
&nb= sp;       i =3D <optimized out>
        v =3D <op= timized out>
#29 0x00005555556ed950 in map_ke= ymap_item (data=3D<optimized out>, val=3D<optimized out>, key= =3D<optimized out>, args=3D<optimized out>, fun=3D<optimized= out>) at ../../src/keymap.c:508
#30 map_keym= ap_internal (map=3Dmap@entry=3D0x7ffff01b2d33, fun=3Dfun@entry=3D0x5555556e= 0480 <process_tool_bar_item>, args=3Dargs@entry=3D0x0, data=3Ddata@en= try=3D0x0) at ../../src/keymap.c:555
  = ;      binding =3D 0x7ffff01b3293
        tail =3D 0x7ffff01b2d= e3
#31 0x00005555556eef73 in map_keymap (map=3D&= lt;optimized out>, fun=3Dfun@entry=3D0x5555556e0480 <process_tool_bar= _item>, args=3Dargs@entry=3D0x0, data=3Ddata@entry=3D0x0, autoload=3Daut= oload@entry=3Dtrue) at ../../src/keymap.c:600
#3= 2 0x00005555556e9581 in tool_bar_items (reuse=3D<optimized out>, nite= ms=3Dnitems@entry=3D0x7fffffffc0c4) at ../../src/keyboard.c:9446
<= div dir=3D"auto">        keymap =3D <= optimized out>
     =    maps =3D 0x7fffffffc000
  = ;      mapsbuf =3D {0xb, 0x55555573d549 <alloca= te_vectorlike+233>, 0xd8}
   &= nbsp;    nmaps =3D <optimized out>
        i =3D 1
        oquit =3D 0x0
        tmaps =3D = 0x0
        s= a_avail =3D <optimized out>
  &n= bsp;     sa_count =3D {bytes =3D 352}
#33 0x00005555555c9a50 in update_tool_bar (f=3Df@entry=3D0x555556= 392c80, save_match_data=3Dsave_match_data@entry=3Dfalse) at ../../src/xdisp= .c:15218
      &nb= sp; count =3D {bytes =3D <optimized out>}
=         frame =3D 0x555556392c85
        new_n_tool_b= ar =3D 0
      &nb= sp; prev =3D 0x7fffef41f728
   &n= bsp;    new_tool_bar =3D <optimized out>
        window =3D <opt= imized out>
     &nb= sp;  w =3D 0x555556392ef8
   = ;     do_update =3D <optimized out>
#34 0x00005555555fd1d6 in update_tool_bar (save_match_data=3D= false, f=3D0x555556392c80) at ../../src/xdisp.c:15163
        do_update =3D <optimize= d out>
      &n= bsp; window =3D <optimized out>
 &nbs= p;      w =3D <optimized out>
        prev =3D <optimi= zed out>
      =   count =3D {bytes =3D <optimized out>}
        frame =3D <optimized out&g= t;
        ne= w_tool_bar =3D <optimized out>
  = ;      new_n_tool_bar =3D <optimized out>
#35 prepare_menu_bars () at ../../src/xdisp.c:1397= 9
        f = =3D 0x555556392c80
     = ;   w =3D <optimized out>
 =        tail =3D 0x7ffff01f5f53
        frame =3D 0x5555563= 92c85
       = count =3D {bytes =3D <optimized out>}
&nb= sp;       menu_bar_hooks_run =3D true
        all_windows = =3D <optimized out>
   &nbs= p;    some_windows =3D <optimized out>
        all_windows =3D <= optimized out>
     =    some_windows =3D <optimized out>
        windows =3D <optimized ou= t>
       = ws =3D <optimized out>
   =      this =3D <optimized out>
        w =3D <optimized ou= t>
       = tail =3D <optimized out>
  &nbs= p;     frame =3D <optimized out>
        f =3D <optimized o= ut>
       = ; w =3D <optimized out>
   =      tail =3D <optimized out>
        frame =3D <optimize= d out>
      &n= bsp; count =3D {bytes =3D <optimized out>}
        menu_bar_hooks_run =3D <opti= mized out>
     &nbs= p;  f =3D <optimized out>
--Type <= RET> for more, q to quit, c to continue without paging--
        w =3D <optimized = out>
      &nbs= p; sf =3D <optimized out>
#36 redisplay_in= ternal () at ../../src/xdisp.c:16982
  = ;      w =3D <optimized out>
        sw =3D <optimized= out>
      &nb= sp; fr =3D <optimized out>
  &nb= sp;     pending =3D false
&n= bsp;       must_finish =3D <optimized out&= gt;
        m= atch_p =3D <optimized out>
  &nb= sp;     tlbufpos =3D {charpos =3D <optimized out>= , bytepos =3D <optimized out>}
  = ;      tlendpos =3D {charpos =3D <optimized out= >, bytepos =3D <optimized out>}
 &= nbsp;      number_of_visible_frames =3D <optimi= zed out>
      =   sf =3D 0x555556392c80
   &= nbsp;    polling_stopped_here =3D false
        tail =3D <optimized ou= t>
       = frame =3D <optimized out>
  &nb= sp;     hscroll_retries =3D <optimized out>
        garbaged_f= rame_retries =3D <optimized out>
 &nb= sp;      consider_all_windows_p =3D <optimized = out>
      &nbs= p; update_miniwindow_p =3D <optimized out>
        count =3D {bytes =3D <optimi= zed out>}
      = ;  retry =3D <optimized out>
 &n= bsp;      retry_frame =3D <optimized out>
#37 0x00005555555fddc5 in redisplay () at ../../sr= c/xdisp.c:16562
#38 0x00005555556e2607 in read_c= har (commandflag=3D1, map=3Dmap@entry=3D0x555556bdf173, prev_event=3D0x0, u= sed_mouse_menu=3Dused_mouse_menu@entry=3D0x7fffffffda7b, end_time=3Dend_tim= e@entry=3D0x0) at ../../src/keyboard.c:2677
&nbs= p;       echo_current =3D true
        c =3D <optimized= out>
      &nb= sp; local_getcjmp =3D {{__jmpbuf =3D {140737221910336, 93824994879663, 1407= 37221910339, 4295010880, 148, 140737207465773, 148, 43584}, __mask_was_save= d =3D 148, __saved_mask =3D {__val =3D {140737207465768, 0, 93824994331359,= 146, 594, 0, 140737488345152, 140737207465768, 140737207465768, 1407374883= 45392, 93824994360490, 48, 93824994295648, 0, 1, 0}}}}
        save_jump =3D {{__jmpbuf = =3D {128, 0, 0, 93824995393320, 140737207465773, 93824994394314, 148, 14073= 7206046360}, __mask_was_saved =3D -275214704, __saved_mask =3D {__val =3D {= 93824994314004, 46912204626536, 93824993917308, 93825001459808, 43584, 0, 8= 589934593, 148, 0, 0, 140737488345408, 0, 140737213140531, 594, 16894247878= 720146688, 1}}}}
     &= nbsp;  tem =3D <optimized out>
 =        save =3D <optimized out>
        previous_ech= o_area_message =3D 0x0
    &= nbsp;   also_record =3D 0x0
 &nbs= p;      reread =3D false
        recorded =3D false
        polling_stopped_= here =3D false
     &nb= sp;  orig_kboard =3D 0x555555f994f0
 &= nbsp;      retry =3D <optimized out>
        jmpcount =3D= {bytes =3D <optimized out>}
#39 0x0000555= 5556e5977 in read_key_sequence (keybuf=3Dkeybuf@entry=3D0x7fffffffdbe0, pro= mpt=3Dprompt@entry=3D0x0, dont_downcase_last=3Ddont_downcase_last@entry=3Df= alse, can_return_switch_frame=3Dcan_return_switch_frame@entry=3Dtrue, fix_c= urrent_buffer=3Dfix_current_buffer@entry=3Dtrue, prevent_redisplay=3Dpreven= t_redisplay@entry=3Dfalse, disable_text_conversion_p=3Dfalse)
    at ../../src/keyboard.c:10722
        interrupted_kboar= d =3D 0x555555f994f0
    &nb= sp;   interrupted_frame =3D 0x555556392c80
        key =3D <optimized out&g= t;
        us= ed_mouse_menu =3D false
    =     echo_local_start =3D 0
 =        last_real_key_start =3D 0
        keys_local_start = =3D 0
       = new_binding =3D <optimized out>
 &nb= sp;      count =3D {bytes =3D <optimized out>= ;}
        t = =3D 0
       = echo_start =3D 0
     =    keys_start =3D 0
   =      current_binding =3D 0x555556bdf173
        first_unbound =3D 31=
        mock= _input =3D 0
      = ;  used_mouse_menu_history =3D {false <repeats 30 times>}
        fkey =3D {p= arent =3D 0x7ffff01f7863, map =3D 0x7ffff01f7863, start =3D 0, end =3D 0}
        keytra= n =3D {parent =3D 0x7fffef97dc03, map =3D 0x7fffef97dc03, start =3D 0, end = =3D 0}
       = ; indec =3D {parent =3D 0x7ffff01f7853, map =3D 0x7ffff01f7853, start =3D 0= , end =3D 0}
      = ;  shift_translated =3D <optimized out>
        delayed_switch_frame =3D <= optimized out>
     =    original_uppercase =3D <optimized out>
        original_uppercase_pos= ition =3D <optimized out>
  &nbs= p;     disabled_conversion =3D <optimized out>
        startin= g_buffer =3D <optimized out>
  &= nbsp;     fake_prefixed_keys =3D 0x0
        first_event =3D 0x0
        second_= event =3D <optimized out>
#40 0x0000555555= 6e7974 in command_loop_1 () at ../../src/keyboard.c:1428
        cmd =3D <optimized = out>
      &nbs= p; keybuf =3D {0x555556bdf403, 0x7ffff0192d43, 0x7fffef886c7c, 0x11f70, 0x3= 0, 0x800000000000000e, 0x0, 0xea746cefa682cd00, 0x0, 0x7fffffffdd00, 0x80, = 0x4000000012000000, 0x0, 0x555555767ade <eval_sub+2270>, 0x2, 0x7ffff= 375bbd4, 0x7fffef131658, 0x7fffef2682f8, 0x0, 0x555555751618 <set_intern= al+1448>, 0x7fffef884340, 0xea746cefa682cd00, 0x60, 0x7ffff01f0583, 0x0,= 0x555555857f28, 0x7fffef41f72d, 0x5555557640ca <unbind_to+282>, 0x2,= 0xea746cefa682cd00}
    &nb= sp;   i =3D <optimized out>
&nbs= p;       last_pt =3D <optimized out>
        prev_mo= diff =3D 23
      =   prev_buffer =3D 0x7fffef41f728
#41 0x0000= 555555762ca7 in internal_condition_case (bfun=3Dbfun@entry=3D0x5555556e77b0= <command_loop_1>, handlers=3Dhandlers@entry=3D0x90, hfun=3Dhfun@entr= y=3D0x5555556db260 <cmd_error>) at ../../src/eval.c:1537
        val =3D <optim= ized out>
      = ;  c =3D 0x555555fba160
#42 0x00005555556d3= 2c6 in command_loop_2 (handlers=3Dhandlers@entry=3D0x90) at ../../src/keybo= ard.c:1167
      &= nbsp; val =3D <optimized out>
#43 0x000055= 5555762c01 in internal_catch (tag=3Dtag@entry=3D0x10c80, func=3Dfunc@entry= =3D0x5555556d32a0 <command_loop_2>, arg=3Darg@entry=3D0x90) at ../../= src/eval.c:1217
     &n= bsp;  val =3D <optimized out>
 &= nbsp;      c =3D 0x5555560077f0
#44 0x00005555556d3261 in command_loop () at ../../src/keyboard.c= :1145
#45 0x00005555556dadf1 in recursive_edit_1= () at ../../src/keyboard.c:753
  &nbs= p;     count =3D {bytes =3D <optimized out>}
<= /div>
        val =3D &= lt;optimized out>
#46 0x00005555556db170 in F= recursive_edit () at ../../src/keyboard.c:836
&n= bsp;       count =3D {bytes =3D <optimized= out>}
      &n= bsp; buffer =3D <optimized out>
#47 0x0000= 5555555ad54a in main (argc=3D2, argv=3D<optimized out>) at ../../src/= emacs.c:2618
      = ;  stack_bottom_variable =3D 0x0
 &nbs= p;      old_argc =3D <optimized out>
        no_loadup = =3D false
      &n= bsp; junk =3D 0x0
     =    dname_arg =3D 0x0
   = ;     ch_to_dir =3D 0x0
&nbs= p;       original_pwd =3D <optimized out&g= t;
        du= mp_mode =3D <optimized out>
--Type <RET= > for more, q to quit, c to continue without paging--
        skip_args =3D 0
        temacs =3D = 0x0
        a= ttempt_load_pdump =3D <optimized out>
&nbs= p;       only_version =3D false
        rlim =3D {rlim_cur= =3D 10022912, rlim_max =3D 18446744073709551615}
        lc_all =3D <optimized out&g= t;
        so= ckfd =3D -1
      =   module_assertions =3D <optimized out>



-----
Template info follows:


In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
=
3.24.41, cairo version 1.18.0) of 2024-04-15 built on EYE=
Repository revision: 9b755244bf0b9cd5f820ae45a4= db14913a587c7b
Repository branch: master
Windowing system distributor 'The X.Org Foundation', ve= rsion 11.0.12101012
System Description: Arch Lin= ux

Configured using:=
'configure --with-tree-sitter --with-native-com= pilation=3Daot'

Conf= igured features:
ACL CAIRO DBUS FREETYPE GIF GLI= B GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
LCMS2 L= IBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY
INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM = XINPUT2 XPM GTK3 ZLIB

Important settings:
  value of $LANG: en_= US.UTF-8
  locale-coding-system: utf-8-unix=

Major mode: Org
=

Minor modes in effect:<= br>
  server-mode: t
  global-company-mode: t
  company-mo= de: t
  global-semanticdb-minor-mode: t
=
  global-semantic-idle-scheduler-mode: t
  semantic-mode: t
&n= bsp; global-ede-mode: t
  shx-global-mode: = t
  savehist-mode: t
  marginalia-mode: t
  vertico-mo= de: t
  pixel-scroll-precision-mode: t
<= /div>
  override-global-mode: t
  tooltip-mode: t
  global-eldoc= -mode: t
  eldoc-mode: t
  show-paren-mode: t
  elect= ric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow= -mode: t
  global-font-lock-mode: t
  font-lock-mode: t
&nb= sp; blink-cursor-mode: t
  minibuffer-regex= p-mode: t
  column-number-mode: t
=
  line-number-mode: t
&nb= sp; transient-mark-mode: t
  auto-compositi= on-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
/home/gramanas/.emacs.d/elpa/transient-20240201.1100/transient hides /u= sr/local/share/emacs/30.0.50/lisp/transient
/hom= e/gramanas/.emacs.d/elpa/bind-key-20230203.2004/bind-key hides /usr/local/s= hare/emacs/30.0.50/lisp/bind-key
/home/gramanas/= .emacs.d/elpa/use-package-20230426.2324/use-package-core hides /usr/local/s= hare/emacs/30.0.50/lisp/use-package/use-package-core
/home/gramanas/.emacs.d/elpa/use-package-20230426.2324/use-package-jum= p hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-jump
/home/gramanas/.emacs.d/elpa/use-package-20230426.= 2324/use-package-delight hides /usr/local/share/emacs/30.0.50/lisp/use-pack= age/use-package-delight
/home/gramanas/.emacs.d/= elpa/use-package-20230426.2324/use-package-ensure hides /usr/local/share/em= acs/30.0.50/lisp/use-package/use-package-ensure
= /home/gramanas/.emacs.d/elpa/use-package-20230426.2324/use-package hides /u= sr/local/share/emacs/30.0.50/lisp/use-package/use-package
/home/gramanas/.emacs.d/elpa/use-package-20230426.2324/use-packag= e-diminish hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-packag= e-diminish
/home/gramanas/.emacs.d/elpa/use-pack= age-20230426.2324/use-package-lint hides /usr/local/share/emacs/30.0.50/lis= p/use-package/use-package-lint
/home/gramanas/.e= macs.d/elpa/use-package-20230426.2324/use-package-bind-key hides /usr/local= /share/emacs/30.0.50/lisp/use-package/use-package-bind-key
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-mouse hides /usr/loc= al/share/emacs/30.0.50/lisp/org/org-mouse
/home/= gramanas/.emacs.d/elpa/org-9.6.18/ob-forth hides /usr/local/share/emacs/30.= 0.50/lisp/org/ob-forth
/home/gramanas/.emacs.d/e= lpa/org-9.6.18/ob-scheme hides /usr/local/share/emacs/30.0.50/lisp/org/ob-s= cheme
/home/gramanas/.emacs.d/elpa/org-9.6.18/ox= -md hides /usr/local/share/emacs/30.0.50/lisp/org/ox-md
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-refile hides /usr/loc= al/share/emacs/30.0.50/lisp/org/org-refile
/home= /gramanas/.emacs.d/elpa/org-9.6.18/ob-sql hides /usr/local/share/emacs/30.0= .50/lisp/org/ob-sql
/home/gramanas/.emacs.d/elpa= /org-9.6.18/org-clock hides /usr/local/share/emacs/30.0.50/lisp/org/org-clo= ck
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-R = hides /usr/local/share/emacs/30.0.50/lisp/org/ob-R
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-awk hides /usr/local/share/em= acs/30.0.50/lisp/org/ob-awk
/home/gramanas/.emac= s.d/elpa/org-9.6.18/ob-css hides /usr/local/share/emacs/30.0.50/lisp/org/ob= -css
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-= gnuplot hides /usr/local/share/emacs/30.0.50/lisp/org/ob-gnuplot
<= div dir=3D"auto">/home/gramanas/.emacs.d/elpa/org-9.6.18/ol-info hides /usr= /local/share/emacs/30.0.50/lisp/org/ol-info
/hom= e/gramanas/.emacs.d/elpa/org-9.6.18/ox-html hides /usr/local/share/emacs/30= .0.50/lisp/org/ox-html
/home/gramanas/.emacs.d/e= lpa/org-9.6.18/ob-makefile hides /usr/local/share/emacs/30.0.50/lisp/org/ob= -makefile
/home/gramanas/.emacs.d/elpa/org-9.6.1= 8/ob-ref hides /usr/local/share/emacs/30.0.50/lisp/org/ob-ref
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-C hides /usr/local= /share/emacs/30.0.50/lisp/org/ob-C
/home/gramana= s/.emacs.d/elpa/org-9.6.18/ob-julia hides /usr/local/share/emacs/30.0.50/li= sp/org/ob-julia
/home/gramanas/.emacs.d/elpa/org= -9.6.18/ob-maxima hides /usr/local/share/emacs/30.0.50/lisp/org/ob-maxima
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-durat= ion hides /usr/local/share/emacs/30.0.50/lisp/org/org-duration
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-version hides /u= sr/local/share/emacs/30.0.50/lisp/org/org-version
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-sed hides /usr/local/share/ema= cs/30.0.50/lisp/org/ob-sed
/home/gramanas/.emacs= .d/elpa/org-9.6.18/ob-lisp hides /usr/local/share/emacs/30.0.50/lisp/org/ob= -lisp
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob= -emacs-lisp hides /usr/local/share/emacs/30.0.50/lisp/org/ob-emacs-lisp
=
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-colview= hides /usr/local/share/emacs/30.0.50/lisp/org/org-colview
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-ditaa hides /usr/loca= l/share/emacs/30.0.50/lisp/org/ob-ditaa
/home/gr= amanas/.emacs.d/elpa/org-9.6.18/org-archive hides /usr/local/share/emacs/30= .0.50/lisp/org/org-archive
/home/gramanas/.emacs= .d/elpa/org-9.6.18/ob-matlab hides /usr/local/share/emacs/30.0.50/lisp/org/= ob-matlab
/home/gramanas/.emacs.d/elpa/org-9.6.1= 8/org-fold hides /usr/local/share/emacs/30.0.50/lisp/org/org-fold
=
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-mobile hides = /usr/local/share/emacs/30.0.50/lisp/org/org-mobile
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-macro hides /usr/local/share= /emacs/30.0.50/lisp/org/org-macro
/home/gramanas= /.emacs.d/elpa/org-9.6.18/org-element hides /usr/local/share/emacs/30.0.50/= lisp/org/org-element
/home/gramanas/.emacs.d/elp= a/org-9.6.18/ox-man hides /usr/local/share/emacs/30.0.50/lisp/org/ox-man
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-captur= e hides /usr/local/share/emacs/30.0.50/lisp/org/org-capture
/home/gramanas/.emacs.d/elpa/org-9.6.18/ol-w3m hides /usr/local= /share/emacs/30.0.50/lisp/org/ol-w3m
/home/grama= nas/.emacs.d/elpa/org-9.6.18/ol-mhe hides /usr/local/share/emacs/30.0.50/li= sp/org/ol-mhe
/home/gramanas/.emacs.d/elpa/org-9= .6.18/ob-clojure hides /usr/local/share/emacs/30.0.50/lisp/org/ob-clojure
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-proto= col hides /usr/local/share/emacs/30.0.50/lisp/org/org-protocol
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-feed hides /usr/= local/share/emacs/30.0.50/lisp/org/org-feed
/hom= e/gramanas/.emacs.d/elpa/org-9.6.18/org-attach-git hides /usr/local/share/e= macs/30.0.50/lisp/org/org-attach-git
/home/grama= nas/.emacs.d/elpa/org-9.6.18/ob-python hides /usr/local/share/emacs/30.0.50= /lisp/org/ob-python
/home/gramanas/.emacs.d/elpa= /org-9.6.18/ol-bibtex hides /usr/local/share/emacs/30.0.50/lisp/org/ol-bibt= ex
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-c= tags hides /usr/local/share/emacs/30.0.50/lisp/org/org-ctags
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-attach hides /usr/= local/share/emacs/30.0.50/lisp/org/org-attach
/h= ome/gramanas/.emacs.d/elpa/org-9.6.18/ob-dot hides /usr/local/share/emacs/3= 0.0.50/lisp/org/ob-dot
/home/gramanas/.emacs.d/e= lpa/org-9.6.18/org-table hides /usr/local/share/emacs/30.0.50/lisp/org/org-= table
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob= -eval hides /usr/local/share/emacs/30.0.50/lisp/org/ob-eval
/home/gramanas/.emacs.d/elpa/org-9.6.18/oc-basic hides /usr/loc= al/share/emacs/30.0.50/lisp/org/oc-basic
/home/g= ramanas/.emacs.d/elpa/org-9.6.18/ol hides /usr/local/share/emacs/30.0.50/li= sp/org/ol
/home/gramanas/.emacs.d/elpa/org-9.6.1= 8/ox-koma-letter hides /usr/local/share/emacs/30.0.50/lisp/org/ox-koma-lett= er
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-a= genda hides /usr/local/share/emacs/30.0.50/lisp/org/org-agenda
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-src hides /usr/l= ocal/share/emacs/30.0.50/lisp/org/org-src
/home/= gramanas/.emacs.d/elpa/org-9.6.18/ob-js hides /usr/local/share/emacs/30.0.5= 0/lisp/org/ob-js
/home/gramanas/.emacs.d/elpa/or= g-9.6.18/org-compat hides /usr/local/share/emacs/30.0.50/lisp/org/org-compa= t
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-pl= ot hides /usr/local/share/emacs/30.0.50/lisp/org/org-plot
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-lob hides /usr/local/s= hare/emacs/30.0.50/lisp/org/ob-lob
/home/gramana= s/.emacs.d/elpa/org-9.6.18/ol-eshell hides /usr/local/share/emacs/30.0.50/l= isp/org/ol-eshell
/home/gramanas/.emacs.d/elpa/o= rg-9.6.18/org-goto hides /usr/local/share/emacs/30.0.50/lisp/org/org-goto
/home/gramanas/.emacs.d/elpa/org-9.6.18/org hides= /usr/local/share/emacs/30.0.50/lisp/org/org
/ho= me/gramanas/.emacs.d/elpa/org-9.6.18/ob-groovy hides /usr/local/share/emacs= /30.0.50/lisp/org/ob-groovy
/home/gramanas/.emac= s.d/elpa/org-9.6.18/org-loaddefs hides /usr/local/share/emacs/30.0.50/lisp/= org/org-loaddefs
/home/gramanas/.emacs.d/elpa/or= g-9.6.18/ob-perl hides /usr/local/share/emacs/30.0.50/lisp/org/ob-perl
<= /div>
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-ruby hide= s /usr/local/share/emacs/30.0.50/lisp/org/ob-ruby
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-keys hides /usr/local/share/e= macs/30.0.50/lisp/org/org-keys
/home/gramanas/.e= macs.d/elpa/org-9.6.18/org-habit hides /usr/local/share/emacs/30.0.50/lisp/= org/org-habit
/home/gramanas/.emacs.d/elpa/org-9= .6.18/org-entities hides /usr/local/share/emacs/30.0.50/lisp/org/org-entiti= es
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-ex= p hides /usr/local/share/emacs/30.0.50/lisp/org/ob-exp
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-octave hides /usr/local/s= hare/emacs/30.0.50/lisp/org/ob-octave
/home/gram= anas/.emacs.d/elpa/org-9.6.18/ox-icalendar hides /usr/local/share/emacs/30.= 0.50/lisp/org/ox-icalendar
/home/gramanas/.emacs= .d/elpa/org-9.6.18/ob-ocaml hides /usr/local/share/emacs/30.0.50/lisp/org/o= b-ocaml
/home/gramanas/.emacs.d/elpa/org-9.6.18/= ob-eshell hides /usr/local/share/emacs/30.0.50/lisp/org/ob-eshell
=
/home/gramanas/.emacs.d/elpa/org-9.6.18/ox hides /usr/loc= al/share/emacs/30.0.50/lisp/org/ox
/home/gramana= s/.emacs.d/elpa/org-9.6.18/ob-shell hides /usr/local/share/emacs/30.0.50/li= sp/org/ob-shell
/home/gramanas/.emacs.d/elpa/org= -9.6.18/org-persist hides /usr/local/share/emacs/30.0.50/lisp/org/org-persi= st
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-d= atetree hides /usr/local/share/emacs/30.0.50/lisp/org/org-datetree
/home/gramanas/.emacs.d/elpa/org-9.6.18/ox-beamer hides = /usr/local/share/emacs/30.0.50/lisp/org/ox-beamer
/home/gramanas/.emacs.d/elpa/org-9.6.18/oc-biblatex hides /usr/local/shar= e/emacs/30.0.50/lisp/org/oc-biblatex
/home/grama= nas/.emacs.d/elpa/org-9.6.18/org-lint hides /usr/local/share/emacs/30.0.50/= lisp/org/org-lint
/home/gramanas/.emacs.d/elpa/o= rg-9.6.18/ox-publish hides /usr/local/share/emacs/30.0.50/lisp/org/ox-publi= sh
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-f= ootnote hides /usr/local/share/emacs/30.0.50/lisp/org/org-footnote
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-comint hides = /usr/local/share/emacs/30.0.50/lisp/org/ob-comint
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-screen hides /usr/local/share/= emacs/30.0.50/lisp/org/ob-screen
/home/gramanas/= .emacs.d/elpa/org-9.6.18/ob-plantuml hides /usr/local/share/emacs/30.0.50/l= isp/org/ob-plantuml
/home/gramanas/.emacs.d/elpa= /org-9.6.18/ob-table hides /usr/local/share/emacs/30.0.50/lisp/org/ob-table=
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-fac= es hides /usr/local/share/emacs/30.0.50/lisp/org/org-faces
/home/gramanas/.emacs.d/elpa/org-9.6.18/ol-eww hides /usr/local/= share/emacs/30.0.50/lisp/org/ol-eww
/home/graman= as/.emacs.d/elpa/org-9.6.18/ol-docview hides /usr/local/share/emacs/30.0.50= /lisp/org/ol-docview
/home/gramanas/.emacs.d/elp= a/org-9.6.18/ol-man hides /usr/local/share/emacs/30.0.50/lisp/org/ol-man
/home/gramanas/.emacs.d/elpa/org-9.6.18/oc-csl hid= es /usr/local/share/emacs/30.0.50/lisp/org/oc-csl
/home/gramanas/.emacs.d/elpa/org-9.6.18/oc hides /usr/local/share/emacs/3= 0.0.50/lisp/org/oc
/home/gramanas/.emacs.d/elpa/= org-9.6.18/org-timer hides /usr/local/share/emacs/30.0.50/lisp/org/org-time= r
/home/gramanas/.emacs.d/elpa/org-9.6.18/oc-nat= bib hides /usr/local/share/emacs/30.0.50/lisp/org/oc-natbib
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-fortran hides /usr/l= ocal/share/emacs/30.0.50/lisp/org/ob-fortran
/ho= me/gramanas/.emacs.d/elpa/org-9.6.18/org-num hides /usr/local/share/emacs/3= 0.0.50/lisp/org/org-num
/home/gramanas/.emacs.d/= elpa/org-9.6.18/ol-gnus hides /usr/local/share/emacs/30.0.50/lisp/org/ol-gn= us
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-c= ycle hides /usr/local/share/emacs/30.0.50/lisp/org/org-cycle
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-lua hides /usr/loca= l/share/emacs/30.0.50/lisp/org/ob-lua
/home/gram= anas/.emacs.d/elpa/org-9.6.18/ob hides /usr/local/share/emacs/30.0.50/lisp/= org/ob
/home/gramanas/.emacs.d/elpa/org-9.6.18/o= b-sqlite hides /usr/local/share/emacs/30.0.50/lisp/org/ob-sqlite
<= div dir=3D"auto">/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-core hides /usr= /local/share/emacs/30.0.50/lisp/org/ob-core
/hom= e/gramanas/.emacs.d/elpa/org-9.6.18/ox-latex hides /usr/local/share/emacs/3= 0.0.50/lisp/org/ox-latex
/home/gramanas/.emacs.d= /elpa/org-9.6.18/ox-ascii hides /usr/local/share/emacs/30.0.50/lisp/org/ox-= ascii
/home/gramanas/.emacs.d/elpa/org-9.6.18/or= g-pcomplete hides /usr/local/share/emacs/30.0.50/lisp/org/org-pcomplete
=
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-macs hi= des /usr/local/share/emacs/30.0.50/lisp/org/org-macs
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-indent hides /usr/local/sh= are/emacs/30.0.50/lisp/org/org-indent
/home/gram= anas/.emacs.d/elpa/org-9.6.18/ol-irc hides /usr/local/share/emacs/30.0.50/l= isp/org/ol-irc
/home/gramanas/.emacs.d/elpa/org-= 9.6.18/org-inlinetask hides /usr/local/share/emacs/30.0.50/lisp/org/org-inl= inetask
/home/gramanas/.emacs.d/elpa/org-9.6.18/= ob-org hides /usr/local/share/emacs/30.0.50/lisp/org/ob-org
/home/gramanas/.emacs.d/elpa/org-9.6.18/ol-rmail hides /usr/loc= al/share/emacs/30.0.50/lisp/org/ol-rmail
/home/g= ramanas/.emacs.d/elpa/org-9.6.18/org-tempo hides /usr/local/share/emacs/30.= 0.50/lisp/org/org-tempo
/home/gramanas/.emacs.d/= elpa/org-9.6.18/ob-processing hides /usr/local/share/emacs/30.0.50/lisp/org= /ob-processing
/home/gramanas/.emacs.d/elpa/org-= 9.6.18/ob-java hides /usr/local/share/emacs/30.0.50/lisp/org/ob-java
/home/gramanas/.emacs.d/elpa/org-9.6.18/ox-org hides /= usr/local/share/emacs/30.0.50/lisp/org/ox-org
/h= ome/gramanas/.emacs.d/elpa/org-9.6.18/ol-bbdb hides /usr/local/share/emacs/= 30.0.50/lisp/org/ol-bbdb
/home/gramanas/.emacs.d= /elpa/org-9.6.18/ob-latex hides /usr/local/share/emacs/30.0.50/lisp/org/ob-= latex
/home/gramanas/.emacs.d/elpa/org-9.6.18/ox= -odt hides /usr/local/share/emacs/30.0.50/lisp/org/ox-odt
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-crypt hides /usr/loca= l/share/emacs/30.0.50/lisp/org/org-crypt
/home/g= ramanas/.emacs.d/elpa/org-9.6.18/oc-bibtex hides /usr/local/share/emacs/30.= 0.50/lisp/org/oc-bibtex
/home/gramanas/.emacs.d/= elpa/org-9.6.18/ob-calc hides /usr/local/share/emacs/30.0.50/lisp/org/ob-ca= lc
/home/gramanas/.emacs.d/elpa/org-9.6.18/org-l= ist hides /usr/local/share/emacs/30.0.50/lisp/org/org-list
/home/gramanas/.emacs.d/elpa/org-9.6.18/ob-sass hides /usr/local= /share/emacs/30.0.50/lisp/org/ob-sass
/home/gram= anas/.emacs.d/elpa/org-9.6.18/ob-haskell hides /usr/local/share/emacs/30.0.= 50/lisp/org/ob-haskell
/home/gramanas/.emacs.d/e= lpa/org-9.6.18/ob-lilypond hides /usr/local/share/emacs/30.0.50/lisp/org/ob= -lilypond
/home/gramanas/.emacs.d/elpa/org-9.6.1= 8/org-id hides /usr/local/share/emacs/30.0.50/lisp/org/org-id
/home/gramanas/.emacs.d/elpa/org-9.6.18/ol-doi hides /usr/loc= al/share/emacs/30.0.50/lisp/org/ol-doi
/home/gra= manas/.emacs.d/elpa/org-9.6.18/org-fold-core hides /usr/local/share/emacs/3= 0.0.50/lisp/org/org-fold-core
/home/gramanas/.em= acs.d/elpa/org-9.6.18/ob-tangle hides /usr/local/share/emacs/30.0.50/lisp/o= rg/ob-tangle
/home/gramanas/.emacs.d/elpa/org-9.= 6.18/ox-texinfo hides /usr/local/share/emacs/30.0.50/lisp/org/ox-texinfo

Features:
(shadow sort mail-extr emacsbug mule-util orderless cursor-s= ensor
smartparens loadhist dash move-dup server = org-eldoc oc-basic org-tempo
tempo ol-eww eww ur= l-queue mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus
nnselect gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig
gnus-sum shr pixel-fill kinsoku url-file svg dom g= nus-group gnus-undo
gnus-start gnus-dbus dbus xm= l gnus-cloud nnimap nnmail mail-source utf7
nnoo= parse-time gnus-spec gnus-int gnus-range message sendmail
yank-media puny rfc822 mml mml-sec epa derived epg rfc6068 epg-c= onfig
mm-decode mm-bodies mm-encode mail-parse r= fc2231 rfc2047 rfc2045
ietf-drums mailabbrev gmm= -utils mailheader gnus-win gnus nnheader
gnus-ut= il text-property-search mail-utils range mm-util mail-prsvr
ol-docview doc-view filenotify jka-compr image-mode exif dired<= br>
dired-loaddefs ol-bibtex bibtex iso8601 ol-bbdb = ol-w3m ol-doi
org-link-doi company-oddmuse compa= ny-keywords company-etags etags
fileloop xref co= mpany-gtags company-dabbrev-code company-dabbrev
company-files company-clang company-capf company-cmake company-semantic
company-template company-bbdb company semantic/db-= mode semantic/idle
semantic/analyze semantic/sor= t semantic/scope semantic/analyze/fcn
semantic/d= b semantic/format semantic/tag-ls semantic/find semantic/ctxt
semantic/util-modes semantic/util semantic pp semantic/tag se= mantic/lex
semantic/fw mode-local ede/speedbar e= de/files ede ede/detect ede/base
ede/auto ede/so= urce eieio-base eieio-speedbar speedbar ezimage dframe
eieio-custom wid-edit cedet shx hydra lv savehist ox-beamer ox-media= wiki
s ox-jira ox-odt rng-loc rng-uri rng-parse = rng-match rng-dt rng-util
rng-pttrn nxml-parse n= xml-ns nxml-enc xmltok nxml-util ox-latex
ox-ica= lendar org-agenda ox-html table ox-ascii ox-publish ox org-element
org-persist xdg org-id org-refile avl-tree generator ob-= sql
ob-restclient restclient ob-shell shell ob-p= ython python project treesit
marginalia advice e= dmacro kmacro vertico ffap thingatpt comp comp-cstr
warnings comp-run comp-common pixel-scroll cua-base moody compat
modus-operandi-theme modus-themes cl-extra help-mode o= rg ob ob-tangle
ob-ref ob-lob ob-table ob-exp or= g-macro org-src ob-comint org-pcomplete
pcomplet= e comint ansi-osc ansi-color ring org-list org-footnote
org-faces org-entities time-date noutline outline ob-emacs-lisp o= b-core
ob-eval org-cycle org-table ol rx org-fol= d org-fold-core org-keys oc
org-loaddefs find-fu= nc cal-menu calendar cal-loaddefs org-version
or= g-compat org-macs format-spec use-package use-package-ensure
use-package-delight use-package-diminish use-package-bind-key = bind-key
easy-mmode use-package-core finder-inf = ace-window-autoloads
avy-autoloads company-autol= oads consult-autoloads corfu-autoloads
deadgrep-= autoloads dired-narrow-autoloads dired-subtree-autoloads
dired-hacks-utils-autoloads dockerfile-mode-autoloads elfeed-auto= loads
elm-mode-autoloads embark-autoloads go-mod= e-autoloads
haskell-mode-autoloads hydra-autoloa= ds jq-mode-autoloads
logview-autoloads datetime-= autoloads extmap-autoloads magit-autoloads
pcase= git-commit-autoloads marginalia-autoloads markdown-mode-autoloads
modus-themes-autoloads moody-autoloads move-dup-autoload= s
multiple-cursors-autoloads nginx-mode-autoload= s nix-mode-autoloads
magit-section-autoloads ob-= restclient-autoloads orderless-autoloads
org-con= trib-autoloads org-download-autoloads async-autoloads
org-ql-autoloads f-autoloads org-super-agenda-autoloads ht-autoloads<= br>
ov-autoloads org-autoloads ox-mediawiki-autoload= s pdf-tools-autoloads
popper-autoloads projectil= e-autoloads restclient-autoloads
rust-mode-autol= oads shx-autoloads smartparens-autoloads
tablist= -autoloads transient-autoloads ts-autoloads s-autoloads
dash-autoloads use-package-autoloads bind-key-autoloads
=
vertico-autoloads vterm-toggle-autoloads vterm-autoloads = info
with-editor-autoloads yaml-mode-autoloads y= asnippet-autoloads
zig-mode-autoloads reformatte= r-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-pars= e
auth-source cl-seq eieio eieio-core cl-macs ic= ons password-cache json
subr-x map byte-opt gv b= ytecomp byte-compile url-vars cl-loaddefs cl-lib
rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook
<= /div>
vc-hooks lisp-float-type elisp-mode mwheel term/x-wi= n x-win
term/common-win x-dnd touch-screen tool-= bar dnd fontset image regexp-opt
fringe tabulate= d-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 synt= ax font-core term/tty-colors
frame minibuffer na= dvice 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 rom= anian slovak czech
european ethiopic indian cyri= llic chinese composite emoji-zwj charscript
char= prop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure
cl-preloaded button loaddefs theme-loaddefs faces cus-f= ace macroexp
files window text-properties overla= y sha1 md5 base64 format env
code-pages mule cus= tom widget keymap hashtable-print-readable backquote
threads dbusbind inotify lcms2 dynamic-setting system-font-setting
=
font-render-setting cairo gtk x-toolkit xinput2 x m= ulti-tty move-toolbar
make-network-process nativ= e-compile emacs)

Mem= ory information:
((conses 16 676012 97447) (symb= ols 48 41858 10) (strings 32 190961 20149)
(stri= ng-bytes 1 5919103) (vectors 16 60056) (vector-slots 8 705641 41069)
(floats 8 506 36) (intervals 56 652 0) (buffers 992 13= ))


--
Sent with Tuta; enjoy secure &am= p; ad-free emails:
https://tuta.com
= ------=_Part_236767_1209522524.1713263723380-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 16 12:20:01 2024 Received: (at 70419) by debbugs.gnu.org; 16 Apr 2024 16:20:01 +0000 Received: from localhost ([127.0.0.1]:44736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwlXM-0002In-PZ for submit@debbugs.gnu.org; Tue, 16 Apr 2024 12:20:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwlXJ-0002Hm-RZ for 70419@debbugs.gnu.org; Tue, 16 Apr 2024 12:19:59 -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 ) id 1rwlX1-0002Hq-4W; Tue, 16 Apr 2024 12:19:39 -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=H5ou1O7h2JxRrJYSz/1t0RYEfI/5ODkg6eCgMWWp6GU=; b=LMIb1nQvF4GH uJvaDKsrjAUqt7nRAkcOlk41w+Y1UQG1JsZrp7cRTA3ZTYj2E8G8Cyt4Uq4EjzcgbsIWMgc6KBLsO Uo0YW0oeDf/jC1g+XVhLosoqOh84t1bcGNl1x5E9BKoZhTIKilLsv2cNHo6htQ9ZtyXKF8UcftSYQ g2MqTrMbqsEqW0JQXacUdfPM0lFqkC5uvLQCUN1FBkzu9/h8qJSH7DLKoizn++gemt1UhrlFuClJB hYyk/9t9rcgXlFP0JoZt3X1bFPxO+cIlU7Ox6stEdTotUvViQZ4LSRRRCPErAMZsYz8ldz9qaZypj efw49250fi+HCOYk/FsarQ==; Date: Tue, 16 Apr 2024 19:19:37 +0300 Message-Id: <86ttk1i8km.fsf@gnu.org> From: Eli Zaretskii To: agrm@tuta.com In-Reply-To: (bug-gnu-emacs@gnu.org) Subject: Re: bug#70419: Segfault when resizing window References: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 70419 Cc: 70419@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Tue, 16 Apr 2024 12:35:22 +0200 (CEST) > From: agrm--- via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > Scroll down to see gdb output from emacs -Q as well! > > gdb output: > > Thread 1 "emacs" received signal SIGSEGV, Segmentation fault. > 0x000055555560afca in note_fringe_highlight (part=, y=, x=2, > window=, f=0x5555561e0120) > at ../../src/xdisp.c:35775 > 35775 || !MATRIX_ROW_DISPLAYS_TEXT_P (MATRIX_ROW (w->current_matrix, > (gdb) bt full > #0 0x000055555560afca in note_fringe_highlight (part=, y=, x=2, > window=, f=0x5555561e0120) > at ../../src/xdisp.c:35775 Your build lags by one day behind the current master branch, so please sync from upstream, rebuild, and see if the problem is still reproducible. There was at least one change installed today that was supposed to resolve this problem. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 16 12:21:55 2024 Received: (at control) by debbugs.gnu.org; 16 Apr 2024 16:21:55 +0000 Received: from localhost ([127.0.0.1]:44754 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwlZD-0002Y8-D4 for submit@debbugs.gnu.org; Tue, 16 Apr 2024 12:21:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwlZA-0002Wv-EH; Tue, 16 Apr 2024 12:21:53 -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 ) id 1rwlYs-0002jx-GJ; Tue, 16 Apr 2024 12:21: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=9PnCVbuQ5Bw9hs9rLPudMGp75dz1C6wKiapyLqBaSUY=; b=iRpa78I2hV7w 4ok6+DCs9AoKQ2KpNiaMbLcaFgYKQKdwp6Fgd9DQIycDMT75fzTp8jcWWXdvVhqKj9jJGZYoItCQf XuuGKJD43w91k22owVArjZ2A20lrNmriGqZVhUk9mpV6952NurRo1n2B85FMRl0R5/SFVm1+0jZ++ bRC7oJnam0azz9RrK67ZPs3AdmyuPQ/ehoMtnHhOWqLG46Rvp+Nbl0BQ33qALlLb0STi4z76Uwzwm eePL3FVbXgCNyPZG3Dg0frgTKbVvztL8UcTlFRyHcFLeVBMKETUkxZ0gHi0GFIRDgxsD0H5YOQdGi Sip/RBpGZrZuw39B2gfyhQ==; Date: Tue, 16 Apr 2024 19:21:12 +0300 Message-Id: <86sezli8hz.fsf@gnu.org> From: Eli Zaretskii To: agrm@tuta.com In-Reply-To: (bug-gnu-emacs@gnu.org) Subject: Re: bug#70420: Segfault when resizing window References: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control Cc: 70420@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) forcemerge 70420 70419 70385 thanks > Date: Tue, 16 Apr 2024 12:41:17 +0200 (CEST) > From: agrm--- via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > Aaand it's already been reported! > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70385 > > sorry for wasting your time Your email also opened another bug, so I'm merging all of them. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 16 14:16:09 2024 Received: (at control) by debbugs.gnu.org; 16 Apr 2024 18:16:09 +0000 Received: from localhost ([127.0.0.1]:44982 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwnLj-000268-CT for submit@debbugs.gnu.org; Tue, 16 Apr 2024 14:16:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwnLh-00024u-0b; Tue, 16 Apr 2024 14:16:05 -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 ) id 1rwnLO-0006Br-Va; Tue, 16 Apr 2024 14:15:47 -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=jt7DLSh7cMN5v0pWsvOuRWRfjRUH2yHPx8hMCuiQSBg=; b=D3TyxzZtDaSk S2UBW5vYtTUUtZHgpgpRSG6/5kutU0vaXgYSFsxv/2CNE0+XF7JarOxxhrAiHQD8WsOJ2qxJPhYSe NuRFoO29f5HJJDMQn8DbQYNRoFDRaMf4Zd7Spl1a/hRviXWwbN+MkcE7yR/mFg6rtmVgA4Ml4u7Pn WDydhbMgWz/G2wf7Owqs8e1xfGhixCuttW8QyH9/y5RTBpP5EIGApVumcfnvBYHH2NUB80wqBAELW yUKfFQ9PP9c39GdFQp4zGh/qZ/fQPxjyZD883CXFAMMvS94O8XCb2aHSU66qCmJEQe8oDolxoklLt mqzQ1S7o3ieuE75ixruztA==; Date: Tue, 16 Apr 2024 21:15:44 +0300 Message-Id: <86edb5i373.fsf@gnu.org> From: Eli Zaretskii To: Kyle Goldbeck In-Reply-To: <6eb39754-733f-4e5b-a310-e0d0feceff83@gmail.com> (message from Kyle Goldbeck on Tue, 16 Apr 2024 12:16:41 -0400) Subject: Re: bug#70427: 30.0.50; Seg Fault when Resizing Buffer; Relating to 70385 References: <6eb39754-733f-4e5b-a310-e0d0feceff83@gmail.com> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control Cc: 70427@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) forcemerge 70385 70427 thanks > Date: Tue, 16 Apr 2024 12:16:41 -0400 > From: Kyle Goldbeck > > It seems I've run into a bug relating to Bug #70385. It looks like this > has been marked as resolved, but I've been experiencing intermittent > crashes relating to this when trying to resize buffers. > > To Replicate: > - `emacs -Q` > - Enlarge window to fit screen > - `C-x 3` > - `C-x {` > - `C-x z` > - `z` until segfault > > I haven't tested this out with a horizontal split, but a vertical split > always seems to crash. > > One interesting thing I did find is that, if `C-x 3` is run while emacs > is in a small window (i.e. not enlarged to fit the full desktop), the > segfault will not occurr. Conversely, if the window is enlarged THEN > split, emacs will segfault. I cannot reproduce this, sadly. > Here is the full gdb trace: Please show the information I requested in bug #70385.