Current directory is ~/lib/ports/emacs/src/ GNU gdb (Debian 10.1-2+b1) 10.1.90.20210103-git Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from emacs... warning: File "/home/viz/lib/ports/emacs/src/.gdbinit" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". To enable execution of this file add add-auto-load-safe-path /home/viz/lib/ports/emacs/src/.gdbinit line to your configuration file "/home/viz/.gdbinit". To completely disable this security protection add set auto-load safe-path / line to your configuration file "/home/viz/.gdbinit". For more information about this security protection see the "Auto-loading safe path" section in the GDB manual. E.g., run from the shell: info "(gdb)Auto-loading safe path" (gdb) source .gdbinit SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] DISPLAY = :1 TERM = dumb Breakpoint 1 at 0x210c0e: file emacs.c, line 421. Breakpoint 2 at 0x1d09d8: file xterm.c, line 23608. (gdb) run Starting program: /home/viz/lib/ports/emacs/src/emacs -Q [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff15fe640 (LWP 28327)] [New Thread 0x7ffff0c6d640 (LWP 28328)] [New Thread 0x7fffebfff640 (LWP 28329)] Thread 1 "emacs" hit Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:421 421 signal (sig, SIG_DFL); [Switching to thread 1 (process 28425)](running) [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff15fe640 (LWP 28426)] [Thread 0x7ffff47b9000 (LWP 28425) exited] [Inferior 1 (process 28425) exited with code 01] (gdb) quit Debugger finished Current directory is ~/lib/ports/emacs/src/ GNU gdb (Debian 10.1-2+b1) 10.1.90.20210103-git Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from emacs... warning: File "/home/viz/lib/ports/emacs/src/.gdbinit" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". To enable execution of this file add add-auto-load-safe-path /home/viz/lib/ports/emacs/src/.gdbinit line to your configuration file "/home/viz/.gdbinit". To completely disable this security protection add set auto-load safe-path / line to your configuration file "/home/viz/.gdbinit". For more information about this security protection see the "Auto-loading safe path" section in the GDB manual. E.g., run from the shell: info "(gdb)Auto-loading safe path" (gdb) source .gdbinit SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] DISPLAY = :1 TERM = dumb Breakpoint 1 at 0x210c0e: file emacs.c, line 421. Breakpoint 2 at 0x1d09d8: file xterm.c, line 23608. (gdb) run Starting program: /home/viz/lib/ports/emacs/src/emacs -Q [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff15fe640 (LWP 28660)] [New Thread 0x7ffff0c6d640 (LWP 28661)] [New Thread 0x7fffebfff640 (LWP 28662)] [Detaching after vfork from child process 28690] Thread 1 "emacs" hit Breakpoint 1, terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:421 421 signal (sig, SIG_DFL); (gdb) bt #0 terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:421 #1 0x00005555557a088c in emacs_abort () at sysdep.c:2310 #2 0x0000555555600764 in redisplay_internal () at xdisp.c:16119 #3 0x0000555555602e47 in redisplay_preserve_echo_area (from_where=13) at xdisp.c:16971 #4 0x00005555558c99a3 in Fdelete_process (process=XIL(0x5555560c1015)) at process.c:1121 #5 0x000055555585c7ce in funcall_subr (subr=0x555555e816a0 , numargs=1, args=0x7ffff15ff378) at eval.c:2996 #6 0x00005555558c0e20 in exec_byte_code (fun=XIL(0x5555566b2935), args_template=512, nargs=2, args=0x7ffff15ff330) at bytecode.c:809 #7 0x000055555585cb52 in fetch_and_exec_byte_code (fun=XIL(0x7ffff1f86985), args_template=257, nargs=1, args=0x7ffff15ff2a0) at eval.c:3045 #8 0x000055555585cfdc in funcall_lambda (fun=XIL(0x7ffff1f86985), nargs=1, arg_vector=0x7ffff15ff2a0) at eval.c:3117 #9 0x000055555585c328 in funcall_general (fun=XIL(0x7ffff1f86985), numargs=1, args=0x7ffff15ff2a0) at eval.c:2908 #10 0x000055555585c5b9 in Ffuncall (nargs=2, args=0x7ffff15ff298) at eval.c:2958 #11 0x000055555585ba38 in run_hook_wrapped_funcall (nargs=2, args=0x7ffff15ff298) at eval.c:2736 #12 0x000055555585bdef in run_hook_with_args (nargs=2, args=0x7ffff15ff298, funcall=0x55555585b9ec ) at eval.c:2817 #13 0x000055555585ba89 in Frun_hook_wrapped (nargs=2, args=0x7ffff15ff298) at eval.c:2751 #14 0x000055555585c9db in funcall_subr (subr=0x555555e7e0e0 , numargs=2, args=0x7ffff15ff298) at eval.c:3023 #15 0x00005555558c0e20 in exec_byte_code (fun=XIL(0x7ffff1f8692d), args_template=257, nargs=1, args=0x7fffffff3740) at bytecode.c:809 #16 0x000055555585cb52 in fetch_and_exec_byte_code (fun=XIL(0x7ffff1f8692d), args_template=257, nargs=1, args=0x7fffffff3738) at eval.c:3045 #17 0x000055555585cfdc in funcall_lambda (fun=XIL(0x7ffff1f8692d), nargs=1, arg_vector=0x7fffffff3738) at eval.c:3117 #18 0x000055555585c328 in funcall_general (fun=XIL(0x7ffff1f8692d), numargs=1, args=0x7fffffff3738) at eval.c:2908 #19 0x000055555585c5b9 in Ffuncall (nargs=2, args=0x7fffffff3730) at eval.c:2958 #20 0x0000555555764ab3 in call1 (fn=XIL(0xd9b0), arg1=XIL(0x9c30)) at /home/viz/lib/ports/emacs/src/lisp.h:3239 #21 0x0000555555768952 in Fkill_emacs (arg=make_fixnum(70), restart=XIL(0)) at emacs.c:2870 #22 0x000055555572480f in x_connection_closed (dpy=0x55555601b320, error_message=0x7fffffff38a0 "Connection lost to X server ':1'", ioerror=true) at xterm.c:23512 #23 0x0000555555724ad4 in x_io_error_quitter (display=0x55555601b320) at xterm.c:23633 #24 0x00007ffff79617ef in _XIOError () at /lib/x86_64-linux-gnu/libX11.so.6 #25 0x00007ffff795eed5 in _XEventsQueued () at /lib/x86_64-linux-gnu/libX11.so.6 #26 0x00007ffff7950641 in XPending () at /lib/x86_64-linux-gnu/libX11.so.6 #27 0x0000555555722009 in XTread_socket (terminal=0x5555560163d8, hold_quit=0x7fffffff3b10) at xterm.c:22348 #28 0x000055555577fd05 in gobble_input () at keyboard.c:7327 #29 0x0000555555780271 in handle_async_input () at keyboard.c:7558 #30 0x0000555555780290 in process_pending_signals () at keyboard.c:7572 #31 0x00005555557802d0 in unblock_input_to (level=0) at keyboard.c:7587 #32 0x00005555557802f4 in unblock_input () at keyboard.c:7606 #33 0x000055555592ac9c in xftfont_text_extents (font=0x555556087838, code=0x7fffffff3cd8, nglyphs=1, metrics=0x555555e8aa38 ) at xftfont.c:472 #34 0x000055555563085a in get_per_char_metric (font=0x555556087838, char2b=0x7fffffff3cd8) at xdisp.c:29222 #35 0x000055555563998a in gui_produce_glyphs (it=0x7fffffffb240) at xdisp.c:31392 #36 0x00005555555eb5da in move_it_in_display_line_to (it=0x7fffffffb240, to_charpos=41, to_x=-1, op=MOVE_TO_POS) at xdisp.c:9602 #37 0x00005555555eea75 in move_it_to (it=0x7fffffffb240, to_charpos=41, to_x=-1, to_y=-1, to_vpos=-1, op=8) at xdisp.c:10324 #38 0x00005555555f6117 in resize_mini_window (w=0x555556086140, exact_p=false) at xdisp.c:12422 #39 0x00005555555f5247 in display_echo_area_1 (a1=0x555556086140, a2=XIL(0)) at xdisp.c:12294 #40 0x00005555555f44d9 in with_echo_area_buffer (w=0x555556086140, which=0, fn=0x5555555f5219 , a1=0x555556086140, a2=XIL(0)) at xdisp.c:12066 #41 0x00005555555f51c4 in display_echo_area (w=0x555556086140) at xdisp.c:12262 #42 0x00005555555f7b50 in echo_area_display (update_frame_p=true) at xdisp.c:12812 #43 0x00005555555f379d in message3_nolog (m=XIL(0x555556105c04)) at xdisp.c:11768 #44 0x00005555555f3459 in message3 (m=XIL(0x555556105c04)) at xdisp.c:11698 #45 0x0000555555848df6 in Fmessage (nargs=2, args=0x7ffff15ff250) at editfns.c:2881 #46 0x000055555585c9db in funcall_subr (subr=0x555555e7d460 , numargs=2, args=0x7ffff15ff250) at eval.c:3023 #47 0x00005555558c0e20 in exec_byte_code (fun=XIL(0x55555697ae85), args_template=0, nargs=0, args=0x7fffffffcf10) at bytecode.c:809 #48 0x000055555585cb52 in fetch_and_exec_byte_code (fun=XIL(0x55555697ae85), args_template=0, nargs=0, args=0x7fffffffcf10) at eval.c:3045 #49 0x000055555585cfdc in funcall_lambda (fun=XIL(0x55555697ae85), nargs=0, arg_vector=0x7fffffffcf10) at eval.c:3117 #50 0x000055555585c328 in funcall_general (fun=XIL(0x55555697ae85), numargs=0, args=0x7fffffffcf10) at eval.c:2908 #51 0x000055555585c5b9 in Ffuncall (nargs=1, args=0x7fffffffcf08) at eval.c:2958 #52 0x00005555558bfd2b in bcall0 (f=XIL(0x55555697ae85)) at bytecode.c:335 #53 0x000055555585e929 in do_one_unbind (this_binding=0x7fffffffcf80, unwinding=true, bindflag=SET_INTERNAL_UNBIND) at eval.c:3584 #54 0x000055555585ed3d in unbind_to (count=..., value=XIL(0)) at eval.c:3724 #55 0x00005555558c0f90 in exec_byte_code (fun=XIL(0x7ffff202d6fd), args_template=1283, nargs=5, args=0x7ffff15ff200) at bytecode.c:838 #56 0x000055555585cb52 in fetch_and_exec_byte_code (fun=XIL(0x7ffff1f1172d), args_template=769, nargs=3, args=0x7fffffffd730) at eval.c:3045 #57 0x000055555585cfdc in funcall_lambda (fun=XIL(0x7ffff1f1172d), nargs=3, arg_vector=0x7fffffffd730) at eval.c:3117 #58 0x000055555585c328 in funcall_general (fun=XIL(0x7ffff1f1172d), numargs=3, args=0x7fffffffd730) at eval.c:2908 #59 0x000055555585c5b9 in Ffuncall (nargs=4, args=0x7fffffffd728) at eval.c:2958 #60 0x000055555584f0be in Ffuncall_interactively (nargs=4, args=0x7fffffffd728) at callint.c:291 #61 0x000055555585c9db in funcall_subr (subr=0x555555e7d6e0 , numargs=4, args=0x7fffffffd728) at eval.c:3023 #62 0x000055555585c2dc in funcall_general (fun=XIL(0x555555e7d6e5), numargs=4, args=0x7fffffffd728) at eval.c:2904 #63 0x000055555585c5b9 in Ffuncall (nargs=5, args=0x7fffffffd720) at eval.c:2958 #64 0x000055555585b850 in Fapply (nargs=3, args=0x7fffffffd850) at eval.c:2629 #65 0x000055555584f578 in Fcall_interactively (function=XIL(0x2aaa9c004938), record_flag=XIL(0), keys=XIL(0x55555669243d)) at callint.c:384 #66 0x000055555585c81b in funcall_subr (subr=0x555555e7d720 , numargs=3, args=0x7ffff15ff070) at eval.c:3000 #67 0x00005555558c0e20 in exec_byte_code (fun=XIL(0x7ffff1f49d6d), args_template=1025, nargs=1, args=0x7fffffffe120) at bytecode.c:809 #68 0x000055555585cb52 in fetch_and_exec_byte_code (fun=XIL(0x7ffff1f49d6d), args_template=1025, nargs=1, args=0x7fffffffe118) at eval.c:3045 #69 0x000055555585cfdc in funcall_lambda (fun=XIL(0x7ffff1f49d6d), nargs=1, arg_vector=0x7fffffffe118) at eval.c:3117 #70 0x000055555585c328 in funcall_general (fun=XIL(0x7ffff1f49d6d), numargs=1, args=0x7fffffffe118) at eval.c:2908 #71 0x000055555585c5b9 in Ffuncall (nargs=2, args=0x7fffffffe110) at eval.c:2958 #72 0x000055555576a9ac in call1 (fn=XIL(0x4ad0), arg1=XIL(0x2aaa9c004938)) at /home/viz/lib/ports/emacs/src/lisp.h:3239 #73 0x000055555576e038 in command_loop_1 () at keyboard.c:1501 #74 0x0000555555857f7c in internal_condition_case (bfun=0x55555576d817 , handlers=XIL(0x90), hfun=0x55555576cc17 ) at eval.c:1485 #75 0x000055555576d3d0 in command_loop_2 (handlers=XIL(0x90)) at keyboard.c:1132 #76 0x000055555585711c in internal_catch (tag=XIL(0xf6f0), func=0x55555576d3a6 , arg=XIL(0x90)) at eval.c:1208 #77 0x000055555576d362 in command_loop () at keyboard.c:1110 #78 0x000055555576c6b9 in recursive_edit_1 () at keyboard.c:719 #79 0x000055555576c8e5 in Frecursive_edit () at keyboard.c:802 #80 0x0000555555768014 in main (argc=2, argv=0x7fffffffe698) at emacs.c:2517 Lisp Backtrace: "delete-process" (0xf15ff378) "server-start" (0xf15ff320) "server-force-stop" (0xf15ff2d8) 0xf1f86980 PVEC_COMPILED "run-hook-wrapped" (0xf15ff298) "run-hook-query-error-with-timeout" (0xffff3738) "message" (0xf15ff250) 0x5697ae80 PVEC_COMPILED "shell-command-on-region" (0xf15ff0f8) "shell-command" (0xffffd730) "funcall-interactively" (0xffffd728) "call-interactively" (0xf15ff070) "command-execute" (0xffffe118) (gdb) bt full #0 terminate_due_to_signal (sig=6, backtrace_limit=40) at emacs.c:421 #1 0x00005555557a088c in emacs_abort () at sysdep.c:2310 #2 0x0000555555600764 in redisplay_internal () at xdisp.c:16119 w = 0x555556691e20 sw = 0x7fffffff2890 fr = 0x5555555c50bd pending = false must_finish = false match_p = false tlbufpos = { charpos = 800, bytepos = 1450094096 } tlendpos = { charpos = 140737488299952, bytepos = 93824995368553 } number_of_visible_frames = 0 sf = 0x7fffffff2870 polling_stopped_here = false tail = XIL(0) frame = XIL(0) hscroll_retries = 0 garbaged_frame_retries = 0 consider_all_windows_p = false update_miniwindow_p = false count = { bytes = 93825002425792 } #3 0x0000555555602e47 in redisplay_preserve_echo_area (from_where=13) at xdisp.c:16971 count = { bytes = 800 } #4 0x00005555558c99a3 in Fdelete_process (process=XIL(0x5555560c1015)) at process.c:1121 p = 0x5555560c1010 mess = false #5 0x000055555585c7ce in funcall_subr (subr=0x555555e816a0 , numargs=1, args=0x7ffff15ff378) at eval.c:2996 argbuf = {XIL(0x7fffffff2980), XIL(0x5555558bed97), XIL(0x15647ae88), XIL(0x300), XIL(0x7fffffff2980), XIL(0x11558bfa1b), XIL(0x555555e816a5), XIL(0x7fffffff29a0)} a = 0x7ffff15ff378 fun = XIL(0x555555e816a5) #6 0x00005555558c0e20 in exec_byte_code (fun=XIL(0x5555566b2935), args_template=512, nargs=2, args=0x7ffff15ff330) at bytecode.c:809 call_nargs = 1 call_fun = XIL(0x555555e816a5) count1 = { bytes = 768 } template = make_fixnum(512) val = XIL(0x555556105ba4) call_args = 0x7ffff15ff378 original_fun = XIL(0x2aaa9c183fa0) bytecode = XIL(0x555556136404) op = 1 type = CONDITION_CASE targets = {0x5555558c4a34 , 0x5555558c4a5c , 0x5555558c4a5e , 0x5555558c4a60 , 0x5555558c4a62 , 0x5555558c4a62 , 0x5555558c4ac7 , 0x5555558c4b3b , 0x5555558c0473 , 0x5555558c0475 , 0x5555558c0477 , 0x5555558c0479 , 0x5555558c047b , 0x5555558c047b , 0x5555558c0481 , 0x5555558c0442 , 0x5555558c08d0 , 0x5555558c08d2 , 0x5555558c08d4 , 0x5555558c08d6 , 0x5555558c08d8 , 0x5555558c08d8 , 0x5555558c090d , 0x5555558c08de , 0x5555558c0b0d , 0x5555558c0b0f , 0x5555558c0b11 , 0x5555558c0b13 , 0x5555558c0b15 , 0x5555558c0b15 , 0x5555558c0ac7 , 0x5555558c0ade , 0x5555558c0bbd , 0x5555558c0bbf , 0x5555558c0bc1 , 0x5555558c0bc3 , 0x5555558c0bc5 , 0x5555558c0bc5 , 0x5555558c0b77 , 0x5555558c0b8e , 0x5555558c0f54 , 0x5555558c0f56 , 0x5555558c0f58 , 0x5555558c0f5a , 0x5555558c0f5c , 0x5555558c0f5c , 0x5555558c0f0e , 0x5555558c0f25 , 0x5555558c179b , 0x5555558c15f7 , 0x5555558c15ee , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c19d7 , 0x5555558c1b0e , 0x5555558c1b7a , 0x5555558c1be7 , 0x5555558c1c53 , 0x5555558c0712 , 0x5555558c079e , 0x5555558c1cd9 , 0x5555558c0649 , 0x5555558c0806 , 0x5555558c1d4e , 0x5555558c1db6 , 0x5555558c1dfe , 0x5555558c1e66 , 0x5555558c1ec9 , 0x5555558c1fb2 , 0x5555558c1ffa , 0x5555558c2138 , 0x5555558c229e , 0x5555558c22e6 , 0x5555558c232e , 0x5555558c2396 , 0x5555558c23fe , 0x5555558c2466 , 0x5555558c24eb , 0x5555558c253d , 0x5555558c258f , 0x5555558c265c , 0x5555558c2763 , 0x5555558c286a , 0x5555558c294c , 0x5555558c2a3e , 0x5555558c2b30 , 0x5555558c2c22 , 0x5555558c2d14 , 0x5555558c2ea6 , 0x5555558c2fb1 , 0x5555558c313d , 0x5555558c3206 , 0x5555558c32cf , 0x5555558c3783 , 0x5555558c146e , 0x5555558c37e1 , 0x5555558c3829 , 0x5555558c38f1 , 0x5555558c394f , 0x5555558c39ad , 0x5555558c39f5 , 0x5555558c3a3b , 0x5555558c3a81 , 0x5555558c3acf , 0x5555558c4a34 , 0x5555558c3b27 , 0x5555558c3b6d , 0x5555558c3bb3 , 0x5555558c3bf9 , 0x5555558c3c3f , 0x5555558c3c85 , 0x5555558c146e , 0x5555558c4a34 , 0x5555558c3ccd , 0x5555558c3d25 , 0x5555558c3d6d , 0x5555558c3db5 , 0x5555558c3e1d , 0x5555558c3e85 , 0x5555558c3ecd , 0x5555558c3f15 , 0x5555558c3f7d , 0x5555558c3fe5 , 0x5555558c404d , 0x5555558c4093 , 0x5555558c4a34 , 0x5555558c13b8 , 0x5555558c0fc2 , 0x5555558c05b7 , 0x5555558c1064 , 0x5555558c10e8 , 0x5555558c1169 , 0x5555558c11ea , 0x5555558c1381 , 0x5555558c0a74 , 0x5555558c1437 , 0x5555558c14a5 , 0x5555558c1533 , 0x5555558c157c , 0x5555558c17e7 , 0x5555558c1864 , 0x5555558c18e9 , 0x5555558c1949 , 0x5555558c4a34 , 0x5555558c40db , 0x5555558c4160 , 0x5555558c41a8 , 0x5555558c41f0 , 0x5555558c4238 , 0x5555558c4280 , 0x5555558c42e8 , 0x5555558c4350 , 0x5555558c43b8 , 0x5555558c4420 , 0x5555558c456c , 0x5555558c45d4 , 0x5555558c463c , 0x5555558c4684 , 0x5555558c477f , 0x5555558c487a , 0x5555558c48c2 , 0x5555558c490a , 0x5555558c3475 , 0x5555558c3621 , 0x5555558c495c , 0x5555558c49c8 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c1f37 , 0x5555558c25e1 , 0x5555558c3876 , 0x5555558c4bca , 0x5555558c4c3f , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4cd1 , 0x5555558c4d58 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4e9b } quitcounter = 1 '\001' bc = 0x555555e6d530 top = 0x7ffff15ff370 pc = 0x5555562ad9f6 "0\210\202D" bytestr = XIL(0x555556136404) vector = XIL(0x55555626cbb5) maxdepth = make_fixnum(30) const_length = 100 bytestr_length = 451 vectorp = 0x55555626cbb8 max_stack = 30 frame_base = 0x7ffff15ff350 fp = 0x7ffff15ff440 bytestr_data = 0x5555562ad9b8 "\b\203$" rest = false mandatory = 0 nonrest = 2 pushedargs = 2 result = XIL(0x7fffffff2cf0) #7 0x000055555585cb52 in fetch_and_exec_byte_code (fun=XIL(0x7ffff1f86985), args_template=257, nargs=1, args=0x7ffff15ff2a0) at eval.c:3045 #8 0x000055555585cfdc in funcall_lambda (fun=XIL(0x7ffff1f86985), nargs=1, arg_vector=0x7ffff15ff2a0) at eval.c:3117 val = make_fixnum(23456248842093) syms_left = make_fixnum(257) next = XIL(0) lexenv = XIL(0x555555f0cdc0) count = { bytes = 704 } i = 140737488301888 optional = false rest = false previous_rest = 127 #9 0x000055555585c328 in funcall_general (fun=XIL(0x7ffff1f86985), numargs=1, args=0x7ffff15ff2a0) at eval.c:2908 original_fun = XIL(0x7ffff1f86985) #10 0x000055555585c5b9 in Ffuncall (nargs=2, args=0x7ffff15ff298) at eval.c:2958 count = { bytes = 672 } val = XIL(0x7fffffff2ff0) #11 0x000055555585ba38 in run_hook_wrapped_funcall (nargs=2, args=0x7ffff15ff298) at eval.c:2736 tmp = XIL(0x3a0330) ret = XIL(0x5be0) #12 0x000055555585bdef in run_hook_with_args (nargs=2, args=0x7ffff15ff298, funcall=0x55555585b9ec ) at eval.c:2817 global_vals = XIL(0) sym = XIL(0x9c30) val = XIL(0x555556385b03) ret = XIL(0) #13 0x000055555585ba89 in Frun_hook_wrapped (nargs=2, args=0x7ffff15ff298) at eval.c:2751 #14 0x000055555585c9db in funcall_subr (subr=0x555555e7e0e0 , numargs=2, args=0x7ffff15ff298) at eval.c:3023 fun = XIL(0x555555e7e0e5) #15 0x00005555558c0e20 in exec_byte_code (fun=XIL(0x7ffff1f8692d), args_template=257, nargs=1, args=0x7fffffff3740) at bytecode.c:809 call_nargs = 2 call_fun = XIL(0x555555e7e0e5) count1 = { bytes = 640 } template = XIL(0) val = XIL(0x7fffffff3790) call_args = 0x7ffff15ff298 original_fun = XIL(0x2aaa9c023178) bytecode = make_fixnum(35184338504338) op = 2 type = CATCHER targets = {0x5555558c4a34 , 0x5555558c4a5c , 0x5555558c4a5e , 0x5555558c4a60 , 0x5555558c4a62 , 0x5555558c4a62 , 0x5555558c4ac7 , 0x5555558c4b3b , 0x5555558c0473 , 0x5555558c0475 , 0x5555558c0477 , 0x5555558c0479 , 0x5555558c047b , 0x5555558c047b , 0x5555558c0481 , 0x5555558c0442 , 0x5555558c08d0 , 0x5555558c08d2 , 0x5555558c08d4 , 0x5555558c08d6 , 0x5555558c08d8 , 0x5555558c08d8 , 0x5555558c090d , 0x5555558c08de , 0x5555558c0b0d , 0x5555558c0b0f , 0x5555558c0b11 , 0x5555558c0b13 , 0x5555558c0b15 , 0x5555558c0b15 , 0x5555558c0ac7 , 0x5555558c0ade , 0x5555558c0bbd , 0x5555558c0bbf , 0x5555558c0bc1 , 0x5555558c0bc3 , 0x5555558c0bc5 , 0x5555558c0bc5 , 0x5555558c0b77 , 0x5555558c0b8e , 0x5555558c0f54 , 0x5555558c0f56 , 0x5555558c0f58 , 0x5555558c0f5a , 0x5555558c0f5c , 0x5555558c0f5c , 0x5555558c0f0e , 0x5555558c0f25 , 0x5555558c179b , 0x5555558c15f7 , 0x5555558c15ee , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c19d7 , 0x5555558c1b0e , 0x5555558c1b7a , 0x5555558c1be7 , 0x5555558c1c53 , 0x5555558c0712 , 0x5555558c079e , 0x5555558c1cd9 , 0x5555558c0649 , 0x5555558c0806 , 0x5555558c1d4e , 0x5555558c1db6 , 0x5555558c1dfe , 0x5555558c1e66 , 0x5555558c1ec9 , 0x5555558c1fb2 , 0x5555558c1ffa , 0x5555558c2138 , 0x5555558c229e , 0x5555558c22e6 , 0x5555558c232e , 0x5555558c2396 , 0x5555558c23fe , 0x5555558c2466 , 0x5555558c24eb , 0x5555558c253d , 0x5555558c258f , 0x5555558c265c , 0x5555558c2763 , 0x5555558c286a , 0x5555558c294c , 0x5555558c2a3e , 0x5555558c2b30 , 0x5555558c2c22 , 0x5555558c2d14 , 0x5555558c2ea6 , 0x5555558c2fb1 , 0x5555558c313d , 0x5555558c3206 , 0x5555558c32cf , 0x5555558c3783 , 0x5555558c146e , 0x5555558c37e1 , 0x5555558c3829 , 0x5555558c38f1 , 0x5555558c394f , 0x5555558c39ad , 0x5555558c39f5 , 0x5555558c3a3b , 0x5555558c3a81 , 0x5555558c3acf , 0x5555558c4a34 , 0x5555558c3b27 , 0x5555558c3b6d , 0x5555558c3bb3 , 0x5555558c3bf9 , 0x5555558c3c3f , 0x5555558c3c85 , 0x5555558c146e , 0x5555558c4a34 , 0x5555558c3ccd , 0x5555558c3d25 , 0x5555558c3d6d , 0x5555558c3db5 , 0x5555558c3e1d , 0x5555558c3e85 , 0x5555558c3ecd , 0x5555558c3f15 , 0x5555558c3f7d , 0x5555558c3fe5 , 0x5555558c404d , 0x5555558c4093 , 0x5555558c4a34 , 0x5555558c13b8 , 0x5555558c0fc2 , 0x5555558c05b7 , 0x5555558c1064 , 0x5555558c10e8 , 0x5555558c1169 , 0x5555558c11ea , 0x5555558c1381 , 0x5555558c0a74 , 0x5555558c1437 , 0x5555558c14a5 , 0x5555558c1533 , 0x5555558c157c , 0x5555558c17e7 , 0x5555558c1864 , 0x5555558c18e9 , 0x5555558c1949 , 0x5555558c4a34 , 0x5555558c40db , 0x5555558c4160 , 0x5555558c41a8 , 0x5555558c41f0 , 0x5555558c4238 , 0x5555558c4280 , 0x5555558c42e8 , 0x5555558c4350 , 0x5555558c43b8 , 0x5555558c4420 , 0x5555558c456c , 0x5555558c45d4 , 0x5555558c463c , 0x5555558c4684 , 0x5555558c477f , 0x5555558c487a , 0x5555558c48c2 , 0x5555558c490a , 0x5555558c3475 , 0x5555558c3621 , 0x5555558c495c , 0x5555558c49c8 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c1f37 , 0x5555558c25e1 , 0x5555558c3876 , 0x5555558c4bca , 0x5555558c4c3f , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4cd1 , 0x5555558c4d58 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4e9b } quitcounter = 1 '\001' bc = 0x555555e6d530 top = 0x7ffff15ff290 pc = 0x7ffff2680ec1 "\207" bytestr = XIL(0x7ffff1f361bc) vector = XIL(0x7ffff1f8696d) maxdepth = make_fixnum(4) const_length = 2 bytestr_length = 5 vectorp = 0x7ffff1f86970 max_stack = 4 frame_base = 0x7ffff15ff288 fp = 0x7ffff15ff2a8 bytestr_data = 0x7ffff2680ebd "\300\001\301\"\207" rest = false mandatory = 1 nonrest = 1 pushedargs = 1 result = XIL(0x555555f0cdc0) #16 0x000055555585cb52 in fetch_and_exec_byte_code (fun=XIL(0x7ffff1f8692d), args_template=257, nargs=1, args=0x7fffffff3738) at eval.c:3045 #17 0x000055555585cfdc in funcall_lambda (fun=XIL(0x7ffff1f8692d), nargs=1, arg_vector=0x7fffffff3738) at eval.c:3117 val = XIL(0xd9b0) syms_left = make_fixnum(257) next = XIL(0x555555851e0f) lexenv = XIL(0x7fffffff3670) count = { bytes = 640 } i = 140737488303760 optional = false rest = false previous_rest = 127 #18 0x000055555585c328 in funcall_general (fun=XIL(0x7ffff1f8692d), numargs=1, args=0x7fffffff3738) at eval.c:2908 original_fun = XIL(0xd9b0) #19 0x000055555585c5b9 in Ffuncall (nargs=2, args=0x7fffffff3730) at eval.c:2958 count = { bytes = 608 } val = XIL(0x7fffffff3730) #20 0x0000555555764ab3 in call1 (fn=XIL(0xd9b0), arg1=XIL(0x9c30)) at /home/viz/lib/ports/emacs/src/lisp.h:3239 #21 0x0000555555768952 in Fkill_emacs (arg=make_fixnum(70), restart=XIL(0)) at emacs.c:2870 exit_code = 21845 #22 0x000055555572480f in x_connection_closed (dpy=0x55555601b320, error_message=0x7fffffff38a0 "Connection lost to X server ':1'", ioerror=true) at xterm.c:23512 dpyinfo = 0x555556038630 frame = XIL(0x555556085cbd) tail = XIL(0) idx = { bytes = 576 } io_error_handler = 0x0 dmsg = { reason = 0 '\000', byte_order = 0 '\000', side_effects = 0, timestamp = 0, x = 0, y = 0, index_atom = 0, source_window = 0 } f = 0x0 minibuf_frame = XIL(0x555556085cbd) tmp = XIL(0x5555560163dd) failable = 0x1000 stack = 0x55555601d714 #23 0x0000555555724ad4 in x_io_error_quitter (display=0x55555601b320) at xterm.c:23633 buf = "Connection lost to X server ':1'\000gkVUU\000\000\000'\335\023\220\024\343\242H\344&VUU\000\000\060\373\377\377\377\377\377\377\024\000\000\000\000\000\000\000 %\fVUU\000\000\270\326\001VUU\000\000\000'\335\023\220\024\343\242\000\000\000\000\000\000\000\000\240\326\001VUU", '\000' , "'\335\023\220\024㢸\326\001VUU\000\000\060\373\377\377\377\377\377\377\024\000\000\000\000\000\000\000\360-\227VUU\000\000$\000\000\000\000\000\000\000\060", '\000' , "\264\371\324\365\377\177\000\000 \263\001VUU\000\000N\351"... #24 0x00007ffff79617ef in _XIOError () at /lib/x86_64-linux-gnu/libX11.so.6 #25 0x00007ffff795eed5 in _XEventsQueued () at /lib/x86_64-linux-gnu/libX11.so.6 #26 0x00007ffff7950641 in XPending () at /lib/x86_64-linux-gnu/libX11.so.6 #27 0x0000555555722009 in XTread_socket (terminal=0x5555560163d8, hold_quit=0x7fffffff3b10) at xterm.c:22348 count = 0 event_found = false dpyinfo = 0x555556038630 #28 0x000055555577fd05 in gobble_input () at keyboard.c:7327 nr = 0 hold_quit = { kind = NO_EVENT, part = scroll_bar_nowhere, code = 0, modifiers = 0, x = XIL(0), y = XIL(0), timestamp = 0, frame_or_window = XIL(0), arg = XIL(0), device = XIL(0x30) } next = 0x0 nread = 0 err = false t = 0x5555560163d8 #29 0x0000555555780271 in handle_async_input () at keyboard.c:7558 nread = 21845 #30 0x0000555555780290 in process_pending_signals () at keyboard.c:7572 #31 0x00005555557802d0 in unblock_input_to (level=0) at keyboard.c:7587 #32 0x00005555557802f4 in unblock_input () at keyboard.c:7606 #33 0x000055555592ac9c in xftfont_text_extents (font=0x555556087838, code=0x7fffffff3cd8, nglyphs=1, metrics=0x555555e8aa38 ) at xftfont.c:472 xftfont_info = 0x555556087838 extents = { width = 5, height = 13, x = -2, y = 10, xOff = 9, yOff = 0 } #34 0x000055555563085a in get_per_char_metric (font=0x555556087838, char2b=0x7fffffff3cd8) at xdisp.c:29222 metrics = { lbearing = 1, rbearing = 8, width = 9, ascent = 10, descent = 0 } #35 0x000055555563998a in gui_produce_glyphs (it=0x7fffffffb240) at xdisp.c:31392 stretched_p = false char2b = 53 face = 0x55555623fcb0 font = 0x555556087838 pcm = 0x0 boff = 0 extra_line_spacing = 0 #36 0x00005555555eb5da in move_it_in_display_line_to (it=0x7fffffffb240, to_charpos=41, to_x=-1, op=MOVE_TO_POS) at xdisp.c:9602 i = 0 ascent = 0 x = 0 descent = 0 overwide_wrap_prefix = false result = MOVE_UNDEFINED saved_glyph_row = 0x0 wrap_it = { window = XIL(0x7fffffff8ad0), w = 0x50, f = 0x0, method = 4294937376, stop_charpos = 93825003542176, prev_stop = 22156, base_level_stop = 140737488325648, end_charpos = 140737488325456, s = 0x7fffffff8b30 "\214V", string_nchars = 93825003542176, redisplay_end_trigger_charpos = 140737488325416, multibyte_p = true, tab_line_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = true, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = true, dp = 0x55555601d6a0, dpvec = 0x7ffff78fedd5, dpend = 0x0, dpvec_char_len = 333260544, dpvec_face_id = -1562176368, saved_face_id = 22156, ctl_chars = {XIL(0x55555601d6a0), XIL(0), XIL(0), XIL(0x55555601d6b8), XIL(0x7fffffff8c10), XIL(0x55555601b320), XIL(0x7ffff7900034), XIL(0x400000000), XIL(0x55555601b320), XIL(0x55555601c870), XIL(0xa2e3149013dd2700), XIL(0x55555601d6a0), XIL(0xfffffffffffffb30), XIL(0xb), XIL(0x5555567e0380), XIL(0x55555601d6a0)}, start = { pos = { charpos = 140737488325648, bytepos = 93825003533088 }, overlay_string_index = 140737317763508, string_pos = { charpos = 93825011680128, bytepos = 93825010410784 }, dpvec_index = 1451099008 }, current = { pos = { charpos = 93825011680128, bytepos = 93825010410784 }, overlay_string_index = 140737347188229, string_pos = { charpos = 140737488325728, bytepos = 4294967296 }, dpvec_index = 0 }, n_overlay_strings = -6709496410810800384, overlay_strings_charpos = 93825003667008, overlay_strings = {XIL(0), XIL(0x55555601b320), XIL(0), XIL(0x7fffffff9130), XIL(0x55555601b320), XIL(0x55555620cbd0), make_fixnum(35184336792303), XIL(0x568c0201), XIL(0xa00023), XIL(0), XIL(0), XIL(0), XIL(0xa2e3149013dd2700), XIL(0x7fffffff9130), XIL(0x1), XIL(0x7fffffff9130)}, string_overlays = {XIL(0x7ffff795abeb), XIL(0x55555620cbd0), XIL(0x7ffff78e55f5), XIL(0), XIL(0), XIL(0xf7), XIL(0x313), XIL(0x7fffffff9130), XIL(0x1), XIL(0x7fffffff8d30), XIL(0x7fffffffa214), XIL(0x7fffffffa210), XIL(0xa000e4), XIL(0xa000e0), XIL(0x3), XIL(0x5555558fe14b)}, string = XIL(0), from_overlay = XIL(0x7fffffff8d60), stack = {{ string = XIL(0x5555558f449c), string_nchars = 0, end_charpos = 93825002425792, stop_charpos = 0, prev_stop = 0, base_level_stop = 140737488326016, cmp_it = { stop_pos = 93824996033782, id = 140737488326120, ch = 0, rule_idx = 140737488326112, lookback = 93824996061064, nglyphs = 66, reversed_p = false, charpos = 93464225172928, nchars = 23520, nbytes = 0, from = 0, to = 0, width = 16 }, face_id = 1442533896, u = { image = { object = XIL(0), slice = { x = XIL(0), y = XIL(0x7fffffff8e00), width = XIL(0x10), height = XIL(0x7fffffff8e00) }, image_id = 93824996060218 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 23520, bytepos = 0 }, current = { pos = { charpos = 140737488326192, bytepos = 93824996083842 }, overlay_string_index = 0, string_pos = { charpos = 93825005449141, bytepos = 23520 }, dpvec_index = 66 }, from_overlay = XIL(0x7fffffff9010), area = 1435503926, method = 21845, paragraph_embedding = (unknown: 0xffff8e70), multibyte_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = true, avoid_cursor_p = true, bidi_p = true, from_disp_prop_p = true, line_wrap = (unknown: 0x10), voffset = 0, space_width = XIL(0x7fffffff8e70), font_height = XIL(0x7fffffff8ed0) }, { string = XIL(0), string_nchars = -28980, end_charpos = 93825003533088, stop_charpos = 93825005571024, prev_stop = 140737488327676, base_level_stop = 140737346666050, cmp_it = { stop_pos = 140737488326320, id = 140737488327676, ch = -27828, rule_idx = 140737488327672, lookback = 8589905632, nglyphs = -28976, reversed_p = 255, charpos = 140737488326368, nchars = 1442533896, nbytes = 0, from = 1444868021, to = 21845, width = 1444868016 }, face_id = -28896, u = { image = { object = XIL(0x5555558f7011), slice = { x = XIL(0x5555558fe14b), y = XIL(0x5555561eefb5), width = XIL(0x7fffffff8f20), height = XIL(0x5555561eefb0) }, image_id = 1 }, stretch = { object = XIL(0x5555558f7011) }, xwidget = { object = XIL(0x5555558f7011) } }, position = { charpos = 48, bytepos = 93825002425840 }, current = { pos = { charpos = 140737488326560, bytepos = 0 }, overlay_string_index = 140737488326556, string_pos = { charpos = 93825003533088, bytepos = 93825005571024 }, dpvec_index = -27444 }, from_overlay = make_fixnum(35184336666512), area = 1441844672, method = 21845, paragraph_embedding = (unknown: 0xffff94cc), multibyte_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = true, avoid_cursor_p = true, bidi_p = true, from_disp_prop_p = true, line_wrap = (unknown: 0xffff941c), voffset = 32767, space_width = XIL(0x7fffffff94c8), font_height = XIL(0x100000030) }, { string = XIL(0x7fffffff8fa0), string_nchars = -28736, end_charpos = 960, stop_charpos = 140737488326592, prev_stop = 93824992699073, base_level_stop = 960, cmp_it = { stop_pos = 93825010675376, id = 140737488326640, ch = 1432119147, rule_idx = 93825005449141, lookback = 960, nglyphs = -28688, reversed_p = 255, charpos = 960, nchars = -28656, nbytes = 32767, from = 1432117953, to = 21845, width = 960 }, face_id = 1450094256, u = { image = { object = XIL(0x7fffffff9040), slice = { x = XIL(0x5555555c676b), y = XIL(0x555555f0cdc0), width = XIL(0x3c0), height = XIL(0x7fffffff9040) }, image_id = 140737488333568 }, stretch = { object = XIL(0x7fffffff9040) }, xwidget = { object = XIL(0x7fffffff9040) } }, position = { charpos = 140737488327664, bytepos = 93824992817609 }, current = { pos = { charpos = 26, bytepos = 140737488333568 }, overlay_string_index = 93825002425792, string_pos = { charpos = 0, bytepos = 93825002425792 }, dpvec_index = 0 }, from_overlay = XIL(0x7fffffff90a0), area = 1434853442, method = 21845, paragraph_embedding = (unknown: 0x55f0cdc0), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = true, bidi_p = false, from_disp_prop_p = true, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0x555555f0cdc0), font_height = XIL(0) }, { string = XIL(0x7fffffff90d0), string_nchars = 1434853442, end_charpos = 0, stop_charpos = 960, prev_stop = 140737488326912, base_level_stop = 93824995434651, cmp_it = { stop_pos = 140737488326912, id = 0, ch = 1441844672, rule_idx = 0, lookback = 140737488326944, nglyphs = 1435452483, reversed_p = 85, charpos = 140737488326960, nchars = 0, nbytes = 0, from = -28336, to = 32767, width = 1435452572 }, face_id = 45, u = { image = { object = XIL(0x555555f0cdc0), slice = { x = XIL(0), y = XIL(0), width = XIL(0x7fffffff9170), height = make_fixnum(23456249008445) }, image_id = 1 }, stretch = { object = XIL(0x555555f0cdc0) }, xwidget = { object = XIL(0x555555f0cdc0) } }, position = { charpos = 0, bytepos = 140737488327120 }, current = { pos = { charpos = 93824996061064, bytepos = 139642271666592 }, overlay_string_index = 139646566634008, string_pos = { charpos = 19728, bytepos = 0 }, dpvec_index = -28208 }, from_overlay = make_fixnum(23), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WORD_WRAP | WINDOW_WRAP | unknown: 0x14), voffset = 0, space_width = XIL(0x555556289c30), font_height = XIL(0x7fffffff91f0) }, { string = make_fixnum(23456249015054), string_nchars = 1445502000, end_charpos = 0, stop_charpos = 93825002425792, prev_stop = 0, base_level_stop = 140737488327200, cmp_it = { stop_pos = 93824996110154, id = 19728, ch = 0, rule_idx = 140737488327248, lookback = 93824996110243, nglyphs = -231385795, reversed_p = 255, charpos = 93825002425792, nchars = 0, nbytes = 0, from = 0, to = 0, width = 1441844672 }, face_id = 0, u = { image = { object = XIL(0x7fffffff9280), slice = { x = make_fixnum(23456249027538), y = XIL(0x7fffffff92b0), width = XIL(0), height = XIL(0x7fffffff92b0) }, image_id = 93824996110243 }, stretch = { object = XIL(0x7fffffff9280) }, xwidget = { object = XIL(0x7fffffff9280) } }, position = { charpos = 0, bytepos = 93825002425792 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 140737488327376, string_pos = { charpos = 93824996110333, bytepos = 231928206048 }, dpvec_index = 0 }, from_overlay = XIL(0x7fffffff93b0), area = 333260544, method = 2732790928, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 0xffffab00), voffset = 32767, space_width = XIL(0x7fffffff9360), font_height = XIL(0) }}, sp = -1, selective = 0, what = 4294939440, face_id = 32767, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = true, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = true, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_number_produced_p = false, line_wrap = (WORD_WRAP | unknown: 0x5554), base_face_id = 1441311288, c = 21845, len = 0, cmp_it = { stop_pos = 140737488327520, id = 93824992694461, ch = -27776, rule_idx = 140737488333568, lookback = 0, nglyphs = 0, reversed_p = true, charpos = 140737488327552, nchars = 1449261904, nbytes = 21845, from = -27656, to = 32767, width = 0 }, char_to_display = -27360, glyphless_method = 32767, image_id = 93824993173504, xwidget = 0x0, slice = { x = XIL(0x7fffffffab00), y = XIL(0), width = XIL(0), height = XIL(0x555555f0cdc0) }, space_width = XIL(0), voffset = -27680, tab_width = -1, font_height = XIL(0x5555555c5064), object = XIL(0x14), position = { charpos = 0, bytepos = 140737488327696 }, truncation_pixel_width = 20669, continuation_pixel_width = 21852, first_visible_x = 13, last_visible_x = 1444868021, last_visible_y = 21845, extra_line_spacing = -27632, max_extra_line_spacing = 32767, override_ascent = 1432125618, override_descent = 21845, override_boff = 1444868021, glyph_row = 0x7fffffff9430, area = 1432125714, nglyphs = 21845, pixel_width = 1432125618, ascent = 21845, descent = 1444868021, max_ascent = 21845, max_descent = -27168, phys_ascent = 32767, phys_descent = 1432376858, max_phys_ascent = 21845, max_phys_descent = -27424, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 93825004218304 }, current_y = 1446057184, first_vpos = 21845, vpos = 1443389760, hpos = 21845, lnum = 93825002425792, lnum_bytepos = 0, lnum_width = 1441844672, lnum_pixel_width = 21845, pt_lnum = 0, stretch_adjust = -27472, left_user_fringe_bitmap = 32767, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 358530, right_user_fringe_face_id = 21845, bidi_p = false, bidi_it = { bytepos = 140737488327888, charpos = 0, ch = -27424, nchars = 93824993294555, ch_len = 0, type = UNKNOWN_BT, type_after_wn = UNKNOWN_BT, orig_type = 1441844672, resolved_level = 85 'U', isolate_level = 85 'U', invalid_levels = 0, invalid_isolates = 93825002425792, prev = { charpos = 0, type = 4294939920, orig_type = 32767 }, last_strong = { charpos = 93824993294466, type = 4294939952, orig_type = 32767 }, next_for_neutral = { charpos = 0, type = 4294939968, orig_type = 32767 }, prev_for_neutral = { charpos = 93824993294555, type = 4066648856, orig_type = 32767 }, next_for_ws = { charpos = 93825002425792, type = 4066648856, orig_type = 32767 }, bracket_pairing_pos = 140737488328016, bracket_enclosed_type = 1434647988, next_en_pos = 140737260036888, next_en_type = 4066648856, sos = (L2R | R2L | unknown: 0x7ffc), scan_dir = 96, disp_pos = 140737260036888, disp_prop = -27264, stack_idx = 32767, level_stack = {{ next_for_neutral_pos = 93824995229108, next_for_neutral_type = 0, last_strong_type = 3, prev_for_neutral_type = 4, level = 100 'd', flags = 242 '\362' }, { next_for_neutral_pos = 140737488328096, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425888, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488328128, next_for_neutral_type = 3, last_strong_type = 4, prev_for_neutral_type = 2, level = 130 '\202', flags = 85 'U' }, { next_for_neutral_pos = 140737260036888, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488328176, next_for_neutral_type = 4, last_strong_type = 7, prev_for_neutral_type = 3, level = 130 '\202', flags = 85 'U' }, { next_for_neutral_pos = 140737488328208, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 0, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 96, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488328208, next_for_neutral_type = 6, last_strong_type = 2, prev_for_neutral_type = 5, level = 130 '\202', flags = 85 'U' }, { next_for_neutral_pos = 140737488328240, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 6, level = 241 '\361', flags = 85 'U' }, { next_for_neutral_pos = 140737488328272, next_for_neutral_type = 3, last_strong_type = 5, prev_for_neutral_type = 7, level = 131 '\203', flags = 85 'U' }, { next_for_neutral_pos = 140737260036888, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425888, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488328288, next_for_neutral_type = 2, last_strong_type = 6, prev_for_neutral_type = 2, level = 122 'z', flags = 85 'U' }, { next_for_neutral_pos = 140737488328368, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488328336, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488328352, next_for_neutral_type = 4, last_strong_type = 4, prev_for_neutral_type = 1, level = 92 '\\', flags = 85 'U' }, { next_for_neutral_pos = 140737488328368, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488328400, next_for_neutral_type = 5, last_strong_type = 7, prev_for_neutral_type = 2, level = 92 '\\', flags = 85 'U' }, { next_for_neutral_pos = 93825005449141, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 3, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93824992706738, next_for_neutral_type = 5, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 3, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93824992705191, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488333504, next_for_neutral_type = 4, last_strong_type = 2, prev_for_neutral_type = 4, level = 95 '_', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 1, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 7, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 0, next_for_neutral_type = 4, last_strong_type = 3, prev_for_neutral_type = 7, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93825003533088, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 7, level = 32 ' ', flags = 86 'V' }, { next_for_neutral_pos = 140737488329996, next_for_neutral_type = 2, last_strong_type = 0, prev_for_neutral_type = 1, level = 141 '\215', flags = 247 '\367' }, { next_for_neutral_pos = 0, next_for_neutral_type = 4, last_strong_type = 1, prev_for_neutral_type = 4, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 140737488329820, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 4, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 4294967296, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 7, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' } , { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 4, level = 221 '\335', flags = 19 '\023' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488329840, next_for_neutral_type = 5, last_strong_type = 2, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488329760, next_for_neutral_type = 4, last_strong_type = 6, prev_for_neutral_type = 3, level = 120 'x', flags = 85 'U' }, { next_for_neutral_pos = 140737488329840, next_for_neutral_type = 4, last_strong_type = 3, prev_for_neutral_type = 2, level = 146 '\222', flags = 85 'U' }, { next_for_neutral_pos = 93825001892408, next_for_neutral_type = 0, last_strong_type = 7, prev_for_neutral_type = 0, level = 8 '\b', flags = 86 'V' }, { next_for_neutral_pos = 140737488329992, next_for_neutral_type = 0, last_strong_type = 7, prev_for_neutral_type = 0, level = 8 '\b', flags = 86 'V' }, { next_for_neutral_pos = 140737488329872, next_for_neutral_type = 1, last_strong_type = 2, prev_for_neutral_type = 6, level = 98 'b', flags = 85 'U' }, { next_for_neutral_pos = 38655426559, next_for_neutral_type = 0, last_strong_type = 7, prev_for_neutral_type = 0, level = 8 '\b', flags = 86 'V' }, { next_for_neutral_pos = 140737488329872, next_for_neutral_type = 2, last_strong_type = 3, prev_for_neutral_type = 1, level = 99 'c', flags = 85 'U' }, { next_for_neutral_pos = 140737488329992, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 140737488330288, next_for_neutral_type = 1, last_strong_type = 7, prev_for_neutral_type = 4, level = 99 'c', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 5, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 0, next_for_neutral_type = 4, last_strong_type = 1, prev_for_neutral_type = 5, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93825003533088, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 7, level = 32 ' ', flags = 86 'V' }, { next_for_neutral_pos = 140737488331388, next_for_neutral_type = 1, last_strong_type = 5, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 4, last_strong_type = 7, prev_for_neutral_type = 1, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93825003976760, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 2, level = 35 '#', flags = 86 'V' }, { next_for_neutral_pos = 4294967296, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 5, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }}, string = { lstring = XIL(0), s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x0, paragraph_dir = NEUTRAL_DIR, separator_limit = 0, first_elt = false, new_paragraph = false, frame_window_p = false }, paragraph_embedding = NEUTRAL_DIR, min_width_property = XIL(0x7fffffff9de0), min_width_start = 1432113252 } atpos_it = { window = XIL(0), w = 0x0, f = 0x0, method = GET_FROM_BUFFER, stop_charpos = 0, prev_stop = 0, base_level_stop = 26, end_charpos = 0, s = 0x0, string_nchars = 140737488336112, redisplay_end_trigger_charpos = 0, multibyte_p = false, tab_line_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x7fffffff8170, dpvec = 0x5555556c8abb , dpend = 0x0, dpvec_char_len = -19216, dpvec_face_id = 32767, saved_face_id = 0, ctl_chars = {XIL(0) }, start = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, n_overlay_strings = 0, overlay_strings_charpos = 0, overlay_strings = {XIL(0) }, string_overlays = {XIL(0) }, string = XIL(0), from_overlay = XIL(0), stack = {{ string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = XIL(0), slice = { x = XIL(0), y = XIL(0), width = XIL(0), height = XIL(0) }, image_id = 0 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0), font_height = XIL(0) }, { string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = XIL(0), slice = { x = XIL(0), y = XIL(0), width = XIL(0x5), height = XIL(0x200000023) }, image_id = 227633266688 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 1, bytepos = 23 }, current = { pos = { charpos = -1, bytepos = 4294967294 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WORD_WRAP | unknown: 0x34), voffset = 0, space_width = XIL(0), font_height = XIL(0) }, { string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 524288, cmp_it = { stop_pos = 0, id = 93825005449141, ch = 26, rule_idx = 26, lookback = 589824, nglyphs = 640, reversed_p = 21, charpos = 0, nchars = -1, nbytes = 0, from = 0, to = 0, width = 1446057440 }, face_id = 1, u = { image = { object = XIL(0xf00000009), slice = { x = make_fixnum(1), y = XIL(0), width = XIL(0), height = XIL(0) }, image_id = 0 }, stretch = { object = XIL(0xf00000009) }, xwidget = { object = XIL(0xf00000009) } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 21, bytepos = 1 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = 1048576, paragraph_embedding = (R2L | unknown: 0x18), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (WINDOW_WRAP | unknown: 0x18), voffset = 0, space_width = XIL(0xffffffff), font_height = XIL(0x1) }, { string = XIL(0x1), string_nchars = 6, end_charpos = 6, stop_charpos = 0, prev_stop = 0, base_level_stop = 25, cmp_it = { stop_pos = 12884901888, id = 19, ch = 0, rule_idx = -1, lookback = 0, nglyphs = 26, reversed_p = false, charpos = 12884901889, nchars = -1, nbytes = -1, from = 0, to = 0, width = -1 }, face_id = 0, u = { image = { object = XIL(0), slice = { x = XIL(0x100000000), y = XIL(0x1), width = make_fixnum(6), height = XIL(0) }, image_id = 0 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0), font_height = XIL(0) }, { string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = XIL(0), slice = { x = XIL(0), y = XIL(0), width = XIL(0), height = XIL(0) }, image_id = 0 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0), font_height = XIL(0) }}, sp = -1, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_number_produced_p = false, line_wrap = WORD_WRAP, base_face_id = -32656, c = 32767, len = 1433180118, cmp_it = { stop_pos = 0, id = 140737488336112, ch = -1, rule_idx = 0, lookback = 1, nglyphs = 1, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 26, to = 0, width = 0 }, char_to_display = 0, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 4294967297, xwidget = 0x7fffffff89d0, slice = { x = XIL(0x5555556c9cb5), y = XIL(0), width = XIL(0x7fffffffb4f0), height = XIL(0) }, space_width = XIL(0), voffset = 0, tab_width = 0, font_height = XIL(0), object = XIL(0), position = { charpos = 0, bytepos = 0 }, truncation_pixel_width = 0, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 0, last_visible_y = 0, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = 0, override_descent = 0, override_boff = 0, glyph_row = 0x0, area = LEFT_MARGIN_AREA, nglyphs = 0, pixel_width = 0, ascent = 0, descent = 0, max_ascent = 0, max_descent = 1, phys_ascent = -1, phys_descent = 26, max_phys_ascent = 0, max_phys_descent = 1, current_x = 0, continuation_lines_width = 1, eol_pos = { charpos = 140737488322928, bytepos = 93824993743216 }, current_y = -32400, first_vpos = 32767, vpos = -19216, hpos = 0, lnum = 26, lnum_bytepos = 0, lnum_width = -19216, lnum_pixel_width = 32767, pt_lnum = 30064771071, stretch_adjust = -32288, left_user_fringe_bitmap = 32767, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 825302, right_user_fringe_face_id = 21845, bidi_p = false, bidi_it = { bytepos = 0, charpos = 140737488336112, ch = -1, nchars = 0, ch_len = 25, type = STRONG_L, type_after_wn = WEAK_EN, orig_type = UNKNOWN_BT, resolved_level = 0 '\000', isolate_level = 0 '\000', invalid_levels = 0, invalid_isolates = 26, prev = { charpos = 0, type = UNKNOWN_BT, orig_type = 53 }, last_strong = { charpos = 25769803782, type = 4294937408, orig_type = 32767 }, next_for_neutral = { charpos = 93824993762454, type = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { charpos = 140737488336112, type = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT }, bracket_pairing_pos = 0, bracket_enclosed_type = UNKNOWN_BT, next_en_pos = 12884901888, next_en_type = UNKNOWN_BT, sos = NEUTRAL_DIR, scan_dir = -139490432, disp_pos = 93825006013616, disp_prop = 1443633808, stack_idx = 21845, level_stack = {{ next_for_neutral_pos = 140737348878296, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 7, level = 175 '\257', flags = 247 '\367' }, { next_for_neutral_pos = 140737348864640, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 5, level = 171 '\253', flags = 247 '\367' }, { next_for_neutral_pos = 140737260038216, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 2, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93824995229108, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 5, level = 175 '\257', flags = 247 '\367' }, { next_for_neutral_pos = 93825006013616, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 2, level = 12 '\f', flags = 86 'V' }, { next_for_neutral_pos = 140737348878296, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 7, level = 175 '\257', flags = 247 '\367' }, { next_for_neutral_pos = 140737348864896, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 5, level = 171 '\253', flags = 247 '\367' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 6, level = 232 '\350', flags = 85 'U' }, { next_for_neutral_pos = 93825006013616, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 2, level = 12 '\f', flags = 86 'V' }, { next_for_neutral_pos = 140737348878296, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 7, level = 175 '\257', flags = 247 '\367' }, { next_for_neutral_pos = 140737348862784, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 5, level = 171 '\253', flags = 247 '\367' }, { next_for_neutral_pos = 93825003469008, next_for_neutral_type = 0, last_strong_type = 7, prev_for_neutral_type = 5, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825006581568, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 1, level = 184 '\270', flags = 247 '\367' }, { next_for_neutral_pos = 93825006013616, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 2, level = 12 '\f', flags = 86 'V' }, { next_for_neutral_pos = 140737348878296, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 7, level = 175 '\257', flags = 247 '\367' }, { next_for_neutral_pos = 93825001867680, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 5, level = 171 '\253', flags = 247 '\367' }, { next_for_neutral_pos = 93825004214984, next_for_neutral_type = 0, last_strong_type = 7, prev_for_neutral_type = 2, level = 12 '\f', flags = 86 'V' }, { next_for_neutral_pos = 93825004609160, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 4, level = 184 '\270', flags = 247 '\367' }, { next_for_neutral_pos = 93825006013616, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 2, level = 12 '\f', flags = 86 'V' }, { next_for_neutral_pos = 140737348878296, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 7, level = 175 '\257', flags = 247 '\367' }, { next_for_neutral_pos = 140737349468736, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 5, level = 171 '\253', flags = 247 '\367' }, { next_for_neutral_pos = 140737488323632, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 4, level = 221 '\335', flags = 19 '\023' }, { next_for_neutral_pos = 12884870112, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 4, level = 230 '\346', flags = 85 'U' }, { next_for_neutral_pos = 93825006013616, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 4, level = 221 '\335', flags = 19 '\023' }, { next_for_neutral_pos = 3, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 4, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 140737260038200, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737260038200, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 0, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93824995229108, next_for_neutral_type = 0, last_strong_type = 7, prev_for_neutral_type = 0, level = 100 'd', flags = 242 '\362' }, { next_for_neutral_pos = 140737488323648, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 3, level = 130 '\202', flags = 85 'U' }, { next_for_neutral_pos = 93825004214928, next_for_neutral_type = 0, last_strong_type = 7, prev_for_neutral_type = 0, level = 100 'd', flags = 242 '\362' }, { next_for_neutral_pos = 140737488323904, next_for_neutral_type = 7, last_strong_type = 1, prev_for_neutral_type = 3, level = 131 '\203', flags = 85 'U' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 48, next_for_neutral_type = 0, last_strong_type = 7, prev_for_neutral_type = 0, level = 100 'd', flags = 242 '\362' }, { next_for_neutral_pos = 3, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488323760, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488323776, next_for_neutral_type = 3, last_strong_type = 3, prev_for_neutral_type = 3, level = 101 'e', flags = 85 'U' }, { next_for_neutral_pos = 206158430256, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 140737488323776, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425888, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488323824, next_for_neutral_type = 3, last_strong_type = 4, prev_for_neutral_type = 2, level = 130 '\202', flags = 85 'U' }, { next_for_neutral_pos = 140737488324080, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488323872, next_for_neutral_type = 4, last_strong_type = 7, prev_for_neutral_type = 3, level = 130 '\202', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737260038200, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737260038200, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 5, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 48, next_for_neutral_type = 4, last_strong_type = 4, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488324032, next_for_neutral_type = 4, last_strong_type = 2, prev_for_neutral_type = 5, level = 131 '\203', flags = 85 'U' }, { next_for_neutral_pos = 12884870512, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 48, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488324000, next_for_neutral_type = 0, last_strong_type = 7, prev_for_neutral_type = 0, level = 100 'd', flags = 242 '\362' }, { next_for_neutral_pos = 140737488324112, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 140737488324032, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 0, level = 241 '\361', flags = 85 'U' }, { next_for_neutral_pos = 93824995224518, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488324160, next_for_neutral_type = 1, last_strong_type = 6, prev_for_neutral_type = 0, level = 131 '\203', flags = 85 'U' }, { next_for_neutral_pos = 107374182400, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 105 'i', flags = 86 'V' }, { next_for_neutral_pos = 48, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 22538591866, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 105 'i', flags = 86 'V' }, { next_for_neutral_pos = 93825010359813, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488324160, next_for_neutral_type = 6, last_strong_type = 6, prev_for_neutral_type = 6, level = 133 '\205', flags = 85 'U' }, { next_for_neutral_pos = 140737488324176, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488324208, next_for_neutral_type = 7, last_strong_type = 1, prev_for_neutral_type = 0, level = 133 '\205', flags = 85 'U' }, { next_for_neutral_pos = 139642271694850, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488324240, next_for_neutral_type = 1, last_strong_type = 5, prev_for_neutral_type = 1, level = 133 '\205', flags = 85 'U' }, { next_for_neutral_pos = 864, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 1, level = 110 'n', flags = 86 'V' }, { next_for_neutral_pos = 140737488324336, next_for_neutral_type = 6, last_strong_type = 0, prev_for_neutral_type = 6, level = 133 '\205', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 5, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 11, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 48, next_for_neutral_type = 5, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 140737488324336, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 26, next_for_neutral_type = 0, last_strong_type = 3, prev_for_neutral_type = 4, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488334672, next_for_neutral_type = 7, last_strong_type = 2, prev_for_neutral_type = 6, level = 96 '`', flags = 85 'U' }, { next_for_neutral_pos = 139646566631216, next_for_neutral_type = 5, last_strong_type = 0, prev_for_neutral_type = 5, level = 8 '\b', flags = 86 'V' }, { next_for_neutral_pos = 140737488324432, next_for_neutral_type = 3, last_strong_type = 5, prev_for_neutral_type = 7, level = 131 '\203', flags = 85 'U' }, { next_for_neutral_pos = 93825003976760, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 2, level = 35 '#', flags = 86 'V' }, { next_for_neutral_pos = 93825002425888, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488324448, next_for_neutral_type = 2, last_strong_type = 6, prev_for_neutral_type = 2, level = 122 'z', flags = 85 'U' }, { next_for_neutral_pos = 140737488324528, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488324496, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 8246227804181835053, next_for_neutral_type = 1, last_strong_type = 6, prev_for_neutral_type = 5, level = 45 '-', flags = 130 '\202' }, { next_for_neutral_pos = 7087909565205677679, next_for_neutral_type = 5, last_strong_type = 2, prev_for_neutral_type = 5, level = 151 '\227', flags = 85 'U' }, { next_for_neutral_pos = 3255307777713450285, next_for_neutral_type = 5, last_strong_type = 5, prev_for_neutral_type = 4, level = 45 '-', flags = 0 '\000' }, { next_for_neutral_pos = 140737488324560, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 1, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 0, next_for_neutral_type = 4, last_strong_type = 5, prev_for_neutral_type = 6, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 103079215326, next_for_neutral_type = 5, last_strong_type = 2, prev_for_neutral_type = 3, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 4294967296, next_for_neutral_type = 6, last_strong_type = 3, prev_for_neutral_type = 3, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 25, next_for_neutral_type = 2, last_strong_type = 3, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 1, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93824992706738, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 140737488329760, next_for_neutral_type = 7, last_strong_type = 7, prev_for_neutral_type = 6, level = 94 '^', flags = 85 'U' }, { next_for_neutral_pos = -4294967288, next_for_neutral_type = 1, last_strong_type = 5, prev_for_neutral_type = 6, level = 143 '\217', flags = 247 '\367' }, { next_for_neutral_pos = 26, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 1, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 137438953472, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 1, last_strong_type = 5, prev_for_neutral_type = 6, level = 143 '\217', flags = 247 '\367' }, { next_for_neutral_pos = 0, next_for_neutral_type = 1, last_strong_type = 0, prev_for_neutral_type = 0, level = 128 '\200', flags = 86 'V' }, { next_for_neutral_pos = 137438953504, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 1451229697, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 4, level = 221 '\335', flags = 19 '\023' }, { next_for_neutral_pos = 0, next_for_neutral_type = 1, last_strong_type = 0, prev_for_neutral_type = 0, level = 140 '\214', flags = 86 'V' }, { next_for_neutral_pos = 32, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 1452016129, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 2, level = 143 '\217', flags = 247 '\367' }, { next_for_neutral_pos = 93825003546480, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 32, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825003542292, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488324928, next_for_neutral_type = 1, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488325008, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 5, last_strong_type = 1, prev_for_neutral_type = 4, level = 86 'V', flags = 242 '\362' }, { next_for_neutral_pos = 6, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 4, level = 86 'V', flags = 242 '\362' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488325072, next_for_neutral_type = 5, last_strong_type = 0, prev_for_neutral_type = 7, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 356482285569, next_for_neutral_type = 6, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488325120, next_for_neutral_type = 3, last_strong_type = 0, prev_for_neutral_type = 5, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 4294967297, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 4, level = 221 '\335', flags = 19 '\023' }, { next_for_neutral_pos = 140737488325128, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 2, level = 1 '\001', flags = 86 'V' }, { next_for_neutral_pos = 0, next_for_neutral_type = 1, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 7, prev_for_neutral_type = 2, level = 1 '\001', flags = 86 'V' }, { next_for_neutral_pos = 140737488325176, next_for_neutral_type = 2, last_strong_type = 0, prev_for_neutral_type = 2, level = 50 '2', flags = 246 '\366' }, { next_for_neutral_pos = 0, next_for_neutral_type = 7, last_strong_type = 7, prev_for_neutral_type = 7, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 140737488325264, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 4, level = 221 '\335', flags = 19 '\023' }}, string = { lstring = XIL(0x55555601d714), s = 0x7ffff78ff907 "\213", schars = 93825002425792, bufpos = 0, from_disp_str = true, unibyte = true }, w = 0x113dd2700, paragraph_dir = (unknown: 0x5601d714), separator_limit = 4096, first_elt = false, new_paragraph = false, frame_window_p = false }, paragraph_embedding = NEUTRAL_DIR, min_width_property = XIL(0x7fffffff8a80), min_width_start = 1 } atx_it = { window = XIL(0), w = 0x0, f = 0x0, method = GET_FROM_BUFFER, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, end_charpos = 0, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = false, tab_line_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x0, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {XIL(0) }, start = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, n_overlay_strings = 0, overlay_strings_charpos = 0, overlay_strings = {XIL(0) }, string_overlays = {XIL(0) }, string = XIL(0), from_overlay = XIL(0), stack = {{ string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = XIL(0), slice = { x = XIL(0), y = XIL(0), width = XIL(0x200000003), height = XIL(0x5c00000000) }, image_id = 1 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 0, bytepos = -1 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 0x5c), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0), font_height = XIL(0) }, { string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 524288, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 4294967295, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 9, u = { image = { object = make_fixnum(16106127361), slice = { x = make_fixnum(10737418241), y = XIL(0xa00000000), width = XIL(0), height = XIL(0) }, image_id = 0 }, stretch = { object = make_fixnum(16106127361) }, xwidget = { object = make_fixnum(16106127361) } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0), font_height = XIL(0) }, { string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 93825010293453, id = 140737488316832, ch = 1434856131, rule_idx = 93825002425792, lookback = 66048, nglyphs = 1441910720, reversed_p = 85, charpos = 66048, nchars = -38448, nbytes = 32767, from = 1433255311, to = 21845, width = 44880 }, face_id = 66048, u = { image = { object = XIL(0x7fffffff6a00), slice = { x = XIL(0x5555556dbde8), y = XIL(0x7fffffff6a00), width = XIL(0x555555f1cfc0), height = XIL(0x10200) }, image_id = 66048 }, stretch = { object = XIL(0x7fffffff6a00) }, xwidget = { object = XIL(0x7fffffff6a00) } }, position = { charpos = 66048, bytepos = 66048 }, current = { pos = { charpos = 140737488316976, bytepos = 27360 }, overlay_string_index = 140737488317008, string_pos = { charpos = 93824993858829, bytepos = 27360 }, dpvec_index = 1446179896 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 0x55f0cdc0), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = true, bidi_p = false, from_disp_prop_p = true, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0x7fffffff6a80), font_height = XIL(0x5555556dbd8f) }, { string = XIL(0x7fffffff6ab0), string_nchars = 0, end_charpos = 93825002425792, stop_charpos = 0, prev_stop = 140737488317104, base_level_stop = 93824996033603, cmp_it = { stop_pos = 0, id = 0, ch = -38176, rule_idx = 140737253659020, lookback = 140737488317152, nglyphs = 1435453490, reversed_p = 85, charpos = 0, nchars = -234696308, nbytes = 32767, from = -38144, to = 32767, width = -234696308 }, face_id = 0, u = { image = { object = XIL(0), slice = { x = XIL(0x7fffffff6b70), y = XIL(0x5555558fc9f4), width = XIL(0x7ffff202d18c), height = XIL(0x7fffffff6c50) }, image_id = 140737488317528 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 140737488317536, bytepos = 19728 }, current = { pos = { charpos = 8, bytepos = 19728 }, overlay_string_index = 19728, string_pos = { charpos = 140737488317296, bytepos = 0 }, dpvec_index = -36800 }, from_overlay = XIL(0x9), area = -37904, method = 32767, paragraph_embedding = (R2L | unknown: 0x55909f98), multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = true, bidi_p = true, from_disp_prop_p = true, line_wrap = (unknown: 0xf202d18c), voffset = 32767, space_width = XIL(0x9), font_height = XIL(0x7fffffff6bf0) }, { string = XIL(0x5555556bbf29), string_nchars = 0, end_charpos = 502276477324, stop_charpos = 140737488317392, prev_stop = 93824993699347, base_level_stop = 140737488317424, cmp_it = { stop_pos = 1, id = 140737488317424, ch = 1433118332, rule_idx = 93824993701092, lookback = 9, nglyphs = -37632, reversed_p = 255, charpos = 40, nchars = 66048, nbytes = 8, from = 56, to = 0, width = -37792 }, face_id = 1434531439, u = { image = { object = XIL(0xffffff00ffffff00), slice = { x = XIL(0x28), y = XIL(0x28), width = XIL(0x555556105c00), height = XIL(0x400010200) }, image_id = 93825004493824 }, stretch = { object = XIL(0xffffff00ffffff00) }, xwidget = { object = XIL(0xffffff00ffffff00) } }, position = { charpos = 93825010580608, bytepos = -6709496410810800384 }, current = { pos = { charpos = 140737488317600, bytepos = -1232 }, overlay_string_index = 20, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 48 }, from_overlay = XIL(0), area = -170591820, method = 32767, paragraph_embedding = (unknown: 0xffff6cc0), multibyte_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = true, avoid_cursor_p = true, bidi_p = true, from_disp_prop_p = true, line_wrap = (unknown: 0x566ec010), voffset = 21845, space_width = XIL(0x28), font_height = XIL(0x1c0) }}, sp = -1, selective = 93824995293243, what = 448, face_id = 0, selective_display_ellipsis_p = false, ctl_arrow_p = false, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = true, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = true, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = true, line_number_produced_p = true, line_wrap = (WORD_WRAP | unknown: 0x5554), base_face_id = -37616, c = 32767, len = 1434712911, cmp_it = { stop_pos = 140737488317712, id = 448, ch = -14352, rule_idx = 0, lookback = 140737488340976, nglyphs = 1434762579, reversed_p = 85, charpos = 0, nchars = 0, nbytes = 1, from = -245370288, to = 32767, width = 2 }, char_to_display = 0, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, xwidget = 0x0, slice = { x = XIL(0x5555560c7ad4), y = XIL(0x7fffffff6d80), width = XIL(0x380), height = XIL(0x7fffffff6d90) }, space_width = XIL(0x5555555c62c1), voffset = 896, tab_width = 0, font_height = XIL(0x5555566eae70), object = XIL(0x7fffffff6dc0), position = { charpos = 93824992700267, bytepos = 93825005449141 }, truncation_pixel_width = 896, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = -37440, last_visible_y = 32767, extra_line_spacing = -234696308, max_extra_line_spacing = 32767, override_ascent = -227789217, override_descent = 32767, override_boff = 21357, glyph_row = 0x52b0, area = 673, nglyphs = 0, pixel_width = 640, ascent = 0, descent = 448, max_ascent = 0, max_descent = 1443912708, phys_ascent = 21845, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = 1701335848, current_x = 1663069292, continuation_lines_width = 1634561391, eol_pos = { charpos = 7234298763096056693, bytepos = 8029390818649929504 }, current_y = 1953853216, first_vpos = 695498096, vpos = 0, hpos = 0, lnum = 140737488318032, lnum_bytepos = 93824995434562, lnum_width = 0, lnum_pixel_width = 0, pt_lnum = 0, stretch_adjust = -37248, left_user_fringe_bitmap = 32767, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 401563, right_user_fringe_face_id = 21845, bidi_p = false, bidi_it = { bytepos = 140737488318080, charpos = 0, ch = 1441844672, nchars = 0, ch_len = 140737488318112, type = 1435452483, type_after_wn = 21845, orig_type = 4294930096, resolved_level = -1 '\377', isolate_level = 127 '\177', invalid_levels = 0, invalid_isolates = 140737488318160, prev = { charpos = 93824996033692, type = UNKNOWN_BT, orig_type = UNKNOWN_BT }, last_strong = { charpos = 93825002425792, type = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_neutral = { charpos = 0, type = 4294930160, orig_type = 32767 }, prev_for_neutral = { charpos = 93824996033782, type = STRONG_L, orig_type = UNKNOWN_BT }, next_for_ws = { charpos = 0, type = 1441844672, orig_type = 21845 }, bracket_pairing_pos = 0, bracket_enclosed_type = 4294930208, next_en_pos = 93824996071618, next_en_type = 19728, sos = NEUTRAL_DIR, scan_dir = 0, disp_pos = 140737488318288, disp_prop = 1435490587, stack_idx = 21845, level_stack = {{ next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318320, next_for_neutral_type = 5, last_strong_type = 6, prev_for_neutral_type = 5, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 93825006083120, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318368, next_for_neutral_type = 2, last_strong_type = 1, prev_for_neutral_type = 5, level = 144 '\220', flags = 85 'U' }, { next_for_neutral_pos = 19728, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318416, next_for_neutral_type = 3, last_strong_type = 4, prev_for_neutral_type = 6, level = 144 '\220', flags = 85 'U' }, { next_for_neutral_pos = 140737256969533, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318464, next_for_neutral_type = 2, last_strong_type = 1, prev_for_neutral_type = 5, level = 144 '\220', flags = 85 'U' }, { next_for_neutral_pos = 140737488318512, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318512, next_for_neutral_type = 3, last_strong_type = 4, prev_for_neutral_type = 6, level = 144 '\220', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318544, next_for_neutral_type = 2, last_strong_type = 0, prev_for_neutral_type = 1, level = 134 '\206', flags = 85 'U' }, { next_for_neutral_pos = 93825005449141, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318592, next_for_neutral_type = 2, last_strong_type = 0, prev_for_neutral_type = 1, level = 134 '\206', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318640, next_for_neutral_type = 3, last_strong_type = 3, prev_for_neutral_type = 2, level = 134 '\206', flags = 85 'U' }, { next_for_neutral_pos = 140737488318640, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318672, next_for_neutral_type = 3, last_strong_type = 0, prev_for_neutral_type = 1, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 93824996073803, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318720, next_for_neutral_type = 4, last_strong_type = 3, prev_for_neutral_type = 2, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318752, next_for_neutral_type = 6, last_strong_type = 6, prev_for_neutral_type = 3, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 140737488318856, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318848, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 6, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 66, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 23520, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 16, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 0, level = 251 '\373', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318880, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318880, next_for_neutral_type = 2, last_strong_type = 7, prev_for_neutral_type = 0, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 23520, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318928, next_for_neutral_type = 2, last_strong_type = 0, prev_for_neutral_type = 2, level = 144 '\220', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 5, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 23520, next_for_neutral_type = 2, last_strong_type = 0, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319408, next_for_neutral_type = 6, last_strong_type = 6, prev_for_neutral_type = 4, level = 144 '\220', flags = 85 'U' }, { next_for_neutral_pos = 140737488318992, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488318992, next_for_neutral_type = 2, last_strong_type = 7, prev_for_neutral_type = 0, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 23520, next_for_neutral_type = 3, last_strong_type = 4, prev_for_neutral_type = 6, level = 0 '\000', flags = 86 'V' }, { next_for_neutral_pos = 93825005449141, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 0, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93824996035213, next_for_neutral_type = 5, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 140737488319056, next_for_neutral_type = 2, last_strong_type = 6, prev_for_neutral_type = 2, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 93825003115016, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 140737488319104, next_for_neutral_type = 1, last_strong_type = 0, prev_for_neutral_type = 1, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 140737488319104, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 0, level = 251 '\373', flags = 85 'U' }, { next_for_neutral_pos = 93825005449141, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 140737488319168, next_for_neutral_type = 1, last_strong_type = 2, prev_for_neutral_type = 0, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 93824996073803, next_for_neutral_type = 5, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 140737488319168, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 1, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425840, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319216, next_for_neutral_type = 2, last_strong_type = 0, prev_for_neutral_type = 3, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 140737488319336, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319264, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319280, next_for_neutral_type = 6, last_strong_type = 6, prev_for_neutral_type = 6, level = 133 '\205', flags = 85 'U' }, { next_for_neutral_pos = 48, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319328, next_for_neutral_type = 7, last_strong_type = 1, prev_for_neutral_type = 0, level = 133 '\205', flags = 85 'U' }, { next_for_neutral_pos = 140737488319392, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319360, next_for_neutral_type = 1, last_strong_type = 5, prev_for_neutral_type = 1, level = 133 '\205', flags = 85 'U' }, { next_for_neutral_pos = 960, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 2, level = 110 'n', flags = 86 'V' }, { next_for_neutral_pos = 140737488319456, next_for_neutral_type = 6, last_strong_type = 0, prev_for_neutral_type = 6, level = 133 '\205', flags = 85 'U' }, { next_for_neutral_pos = 106, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319456, next_for_neutral_type = 2, last_strong_type = 5, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319456, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 0, level = 143 '\217', flags = 85 'U' }, { next_for_neutral_pos = 106, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 26, next_for_neutral_type = 2, last_strong_type = 3, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319568, next_for_neutral_type = 6, last_strong_type = 2, prev_for_neutral_type = 6, level = 144 '\220', flags = 85 'U' }, { next_for_neutral_pos = 106, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 23520, next_for_neutral_type = 2, last_strong_type = 5, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 960, next_for_neutral_type = 2, last_strong_type = 5, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319568, next_for_neutral_type = 7, last_strong_type = 5, prev_for_neutral_type = 7, level = 92 '\\', flags = 85 'U' }, { next_for_neutral_pos = 26, next_for_neutral_type = 2, last_strong_type = 5, prev_for_neutral_type = 1, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 26, next_for_neutral_type = 2, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319776, next_for_neutral_type = 1, last_strong_type = 2, prev_for_neutral_type = 1, level = 93 ']', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 7, prev_for_neutral_type = 6, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 4294967296, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 5, level = 8 '\b', flags = 86 'V' }, { next_for_neutral_pos = 140737488338368, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 6, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 26, next_for_neutral_type = 1, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 106, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 106, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825003970885, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319744, next_for_neutral_type = 2, last_strong_type = 2, prev_for_neutral_type = 7, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 1, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319792, next_for_neutral_type = 3, last_strong_type = 5, prev_for_neutral_type = 0, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 140737259288021, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319824, next_for_neutral_type = 5, last_strong_type = 0, prev_for_neutral_type = 2, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 93824993736805, next_for_neutral_type = 5, last_strong_type = 2, prev_for_neutral_type = 7, level = 88 'X', flags = 242 '\362' }, { next_for_neutral_pos = 140737488319888, next_for_neutral_type = 4, last_strong_type = 1, prev_for_neutral_type = 5, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 83, next_for_neutral_type = 5, last_strong_type = 1, prev_for_neutral_type = 4, level = 86 'V', flags = 242 '\362' }, { next_for_neutral_pos = 6, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 4, level = 86 'V', flags = 242 '\362' }, { next_for_neutral_pos = 1, next_for_neutral_type = 1, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319920, next_for_neutral_type = 5, last_strong_type = 0, prev_for_neutral_type = 7, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 356482285594, next_for_neutral_type = 6, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319968, next_for_neutral_type = 0, last_strong_type = 3, prev_for_neutral_type = 0, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 140737488320128, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 1, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 4, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 140737488320128, next_for_neutral_type = 1, last_strong_type = 5, prev_for_neutral_type = 4, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 3, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488320112, next_for_neutral_type = 2, last_strong_type = 2, prev_for_neutral_type = 7, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 140737488320128, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488320160, next_for_neutral_type = 3, last_strong_type = 5, prev_for_neutral_type = 0, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 140737259288021, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488320192, next_for_neutral_type = 5, last_strong_type = 0, prev_for_neutral_type = 2, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 93824993736805, next_for_neutral_type = 5, last_strong_type = 2, prev_for_neutral_type = 7, level = 88 'X', flags = 242 '\362' }, { next_for_neutral_pos = 140737488320256, next_for_neutral_type = 4, last_strong_type = 1, prev_for_neutral_type = 5, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 53, next_for_neutral_type = 5, last_strong_type = 1, prev_for_neutral_type = 4, level = 86 'V', flags = 242 '\362' }, { next_for_neutral_pos = 14, next_for_neutral_type = 0, last_strong_type = 1, prev_for_neutral_type = 4, level = 86 'V', flags = 242 '\362' }, { next_for_neutral_pos = 6, next_for_neutral_type = 7, last_strong_type = 7, prev_for_neutral_type = 7, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 140737488320288, next_for_neutral_type = 5, last_strong_type = 0, prev_for_neutral_type = 7, level = 108 'l', flags = 85 'U' }, { next_for_neutral_pos = 227633266714, next_for_neutral_type = 6, last_strong_type = 1, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488320336, next_for_neutral_type = 5, last_strong_type = 4, prev_for_neutral_type = 4, level = 108 'l', flags = 85 'U' }}, string = { lstring = XIL(0x7fffffff77f0), s = 0xffffffff00000000 , schars = 140737488336112, bufpos = 140737488336112, from_disp_str = false, unibyte = false }, w = 0x5555556c8147 , paragraph_dir = NEUTRAL_DIR, separator_limit = 140737488336112, first_elt = false, new_paragraph = false, frame_window_p = false }, paragraph_embedding = NEUTRAL_DIR, min_width_property = XIL(0), min_width_start = 0 } ppos_it = { window = XIL(0x555555f0cdc0), w = 0x0, f = 0x7fffffff5180, method = 1433155026, stop_charpos = 0, prev_stop = 0, base_level_stop = 140737488310704, end_charpos = 93824993736235, s = 0x7ffff258b5d5 "", string_nchars = 93825002425792, redisplay_end_trigger_charpos = 0, multibyte_p = false, tab_line_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x7fffffff51d0, dpvec = 0x5555556c3685 , dpend = 0x5555556c3865 , dpvec_char_len = -229067307, dpvec_face_id = 0, saved_face_id = -44528, ctl_chars = {XIL(0x5555556c394c), XIL(0x53), XIL(0x7ffff2561b0d), make_fixnum(1), XIL(0x7ffff2561b08), XIL(0), XIL(0), XIL(0x7fffffff5230), XIL(0x5555556c39c5), XIL(0x5300000001), make_fixnum(1), XIL(0x7fffffff5260), XIL(0x5555556c7143), XIL(0x100000001), XIL(0x53ffff7d70), XIL(0)}, start = { pos = { charpos = 8589934591, bytepos = 140737488311056 }, overlay_string_index = 93824993765367, string_pos = { charpos = 0, bytepos = 140737488321904 }, dpvec_index = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, n_overlay_strings = 0, overlay_strings_charpos = 93825002425792, overlay_strings = {XIL(0), XIL(0x7fffffff52f0), make_fixnum(23456248434036), XIL(0x7fffffff5310), XIL(0), XIL(0x7fffffff5320), XIL(0x5555556c362b), XIL(0x7ffff258b5d5), XIL(0x555555f0cdc0), XIL(0), XIL(0), XIL(0x7fffffff5340), XIL(0x5555556c3685), XIL(0x5555556c3865), XIL(0xf258b5d5), XIL(0x7fffffff5380)}, string_overlays = {XIL(0x5555556c394c), XIL(0x35), XIL(0x7ffff2561b0d), make_fixnum(3), XIL(0x7ffff2561b08), XIL(0xffffffff00000001), make_fixnum(6), XIL(0x1), XIL(0x100000000000001), XIL(0x7fff00000000), XIL(0x6556c5170), XIL(0x7fffffff53d0), XIL(0x5555556ca1e7), XIL(0x100000001), XIL(0x7fffffff7d70), XIL(0)}, string = XIL(0x6ffffffff), from_overlay = XIL(0x7fffffff5480), stack = {{ string = XIL(0x5555556ca45b), string_nchars = 0, end_charpos = 140737488321904, stop_charpos = -1, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 1, reversed_p = 255, charpos = 93824993740642, nchars = -43872, nbytes = 1, from = 26, to = 0, width = -43904 }, face_id = 1433161490, u = { image = { object = make_fixnum(6), slice = { x = XIL(0xffff54a0), y = XIL(0x7fffffff5480), width = XIL(0x5555556c479f), height = XIL(0x7fffffff5de0) }, image_id = 93824993767281 }, stretch = { object = make_fixnum(6) }, xwidget = { object = make_fixnum(6) } }, position = { charpos = 0, bytepos = 140737488321904 }, current = { pos = { charpos = 25, bytepos = 25 }, overlay_string_index = 53, string_pos = { charpos = 1, bytepos = 1 }, dpvec_index = 1 }, from_overlay = XIL(0x3), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 0x18), voffset = 0, space_width = XIL(0x300000003), font_height = XIL(0x13) }, { string = XIL(0x100000001), string_nchars = -1, end_charpos = 0, stop_charpos = 24, prev_stop = 12884901889, base_level_stop = -1, cmp_it = { stop_pos = 0, id = -1, ch = 0, rule_idx = 0, lookback = 4294967296, nglyphs = 1, reversed_p = false, charpos = 26, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 1435492683, u = { image = { object = XIL(0), slice = { x = XIL(0x7fffffff55c0), y = XIL(0x5555558f449c), width = XIL(0), height = XIL(0x555555f0cdc0) }, image_id = 0 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 0, bytepos = 140737488311776 }, current = { pos = { charpos = 93824996033782, bytepos = 140737488311880 }, overlay_string_index = 0, string_pos = { charpos = 140737488311872, bytepos = 93824996061064 }, dpvec_index = 66 }, from_overlay = XIL(0x550155f0cdc0), area = 23520, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = (unknown: 0x10), voffset = 0, space_width = XIL(0x555555fb5208), font_height = XIL(0) }, { string = XIL(0), string_nchars = -43424, end_charpos = 16, stop_charpos = 140737488311904, prev_stop = 93824996060218, base_level_stop = 23520, cmp_it = { stop_pos = 0, id = 140737488311952, ch = 1435502722, rule_idx = 0, lookback = 93825005449141, nglyphs = 23520, reversed_p = false, charpos = 66, nchars = -42896, nbytes = 32767, from = 1435503926, to = 21845, width = -43312 }, face_id = 16, u = { image = { object = XIL(0x7fffffff56d0), slice = { x = XIL(0x7fffffff5730), y = XIL(0), width = XIL(0x7fffffff572c), height = XIL(0x55555601b320) }, image_id = 93825005571024 }, stretch = { object = XIL(0x7fffffff56d0) }, xwidget = { object = XIL(0x7fffffff56d0) } }, position = { charpos = 140737488313436, bytepos = 140737346666050 }, current = { pos = { charpos = 140737488312080, bytepos = 140737488313436 }, overlay_string_index = 140737488313260, string_pos = { charpos = 140737488313432, bytepos = 8589891392 }, dpvec_index = -43216 }, from_overlay = XIL(0x7fffffff5740), area = 1442533896, method = GET_FROM_BUFFER, paragraph_embedding = (L2R | unknown: 0x561eefb4), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = true, bidi_p = false, from_disp_prop_p = true, line_wrap = (unknown: 0x561eefb0), voffset = 21845, space_width = XIL(0x7fffffff5780), font_height = XIL(0x5555558f7011) }, { string = XIL(0x5555558fe14b), string_nchars = 1444868021, end_charpos = 140737488312192, stop_charpos = 93825005449136, prev_stop = 1, base_level_stop = 48, cmp_it = { stop_pos = 93825002425840, id = 140737488312320, ch = 0, rule_idx = 140737488312316, lookback = 93825003533088, nglyphs = 1444989904, reversed_p = 85, charpos = 140737488313644, nchars = -141689278, nbytes = 32767, from = 1441844672, to = 21845, width = -41684 }, face_id = -41860, u = { image = { object = XIL(0x7fffffff5d28), slice = { x = XIL(0x100000030), y = XIL(0x7fffffff5800), width = XIL(0x7fffffff5820), height = XIL(0x380) }, image_id = 140737488312352 }, stretch = { object = XIL(0x7fffffff5d28) }, xwidget = { object = XIL(0x7fffffff5d28) } }, position = { charpos = 93824992699073, bytepos = 896 }, current = { pos = { charpos = 93825010675312, bytepos = 140737488312400 }, overlay_string_index = 93824992700267, string_pos = { charpos = 93825005449141, bytepos = 896 }, dpvec_index = -42928 }, from_overlay = XIL(0x380), area = -42896, method = 32767, paragraph_embedding = (L2R | unknown: 0x555c62c0), multibyte_p = true, string_from_display_prop_p = false, string_from_prefix_prop_p = true, display_ellipsis_p = false, avoid_cursor_p = true, bidi_p = false, from_disp_prop_p = true, line_wrap = (unknown: 0x380), voffset = 0, space_width = XIL(0x5555566eae70), font_height = XIL(0x7fffffff58a0) }, { string = XIL(0x5555555c676b), string_nchars = 1441844672, end_charpos = 896, stop_charpos = 140737488312480, prev_stop = 140737488319360, base_level_stop = 140737488313424, cmp_it = { stop_pos = 93824992817609, id = 26, ch = -35968, rule_idx = 93825002425792, lookback = 0, nglyphs = 1441844672, reversed_p = 85, charpos = 0, nchars = -42752, nbytes = 32767, from = 1434853442, to = 21845, width = 1441844672 }, face_id = 0, u = { image = { object = XIL(0x555555f0cdc0), slice = { x = XIL(0), y = XIL(0x7fffffff5930), width = make_fixnum(23456248858640), height = XIL(0) }, image_id = 896 }, stretch = { object = XIL(0x555555f0cdc0) }, xwidget = { object = XIL(0x555555f0cdc0) } }, position = { charpos = 140737488312672, bytepos = 93824995434651 }, current = { pos = { charpos = 140737488312672, bytepos = 0 }, overlay_string_index = 93825002425792, string_pos = { charpos = 0, bytepos = 140737488312704 }, dpvec_index = 1435452483 }, from_overlay = XIL(0x7fffffff5990), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = (unknown: 0xffff59b0), multibyte_p = true, string_from_display_prop_p = true, string_from_prefix_prop_p = true, display_ellipsis_p = true, avoid_cursor_p = true, bidi_p = true, from_disp_prop_p = true, line_wrap = (unknown: 0x558f449c), voffset = 21845, space_width = XIL(0), font_height = XIL(0x555555f0cdc0) }}, sp = 0, selective = 0, what = 4294924752, face_id = 32767, selective_display_ellipsis_p = false, ctl_arrow_p = true, face_box_p = true, start_of_box_run_p = false, end_of_box_run_p = true, overlay_strings_at_end_processed_p = true, ignore_overlay_strings_at_pos_p = true, glyph_not_available_p = true, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = true, line_number_produced_p = false, line_wrap = (WORD_WRAP | unknown: 0x5554), base_face_id = 1, c = 0, len = 0, cmp_it = { stop_pos = 140737488312880, id = 93824996061064, ch = -42496, rule_idx = 139646566619768, lookback = 19728, nglyphs = 0, reversed_p = false, charpos = 140737488312880, nchars = 94, nbytes = 0, from = 0, to = 0, width = 0 }, char_to_display = 23, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 93825006083120, xwidget = 0x7fffffff5a50, slice = { x = make_fixnum(23456249015054), y = XIL(0x555556289c30), width = XIL(0), height = XIL(0x555555f0cdc0) }, space_width = XIL(0), voffset = 23168, tab_width = -1, font_height = make_fixnum(23456249027538), object = XIL(0x4d10), position = { charpos = 0, bytepos = 140737488313008 }, truncation_pixel_width = 28579, continuation_pixel_width = 21904, first_visible_x = 21845, last_visible_x = -231385795, last_visible_y = 32767, extra_line_spacing = 1441844672, max_extra_line_spacing = 21845, override_ascent = 0, override_descent = 0, override_boff = 0, glyph_row = 0x555555f0cdc0 , area = LEFT_MARGIN_AREA, nglyphs = 0, pixel_width = -42272, ascent = 32767, descent = 1435529034, max_ascent = 21845, max_descent = -42224, phys_ascent = 32767, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = -42224, current_x = 32767, continuation_lines_width = 1435529123, eol_pos = { charpos = 0, bytepos = 93825002425792 }, current_y = 0, first_vpos = 0, vpos = 0, hpos = 0, lnum = 140737488313136, lnum_bytepos = 93824996110333, lnum_width = -42176, lnum_pixel_width = 53, pt_lnum = 0, stretch_adjust = -41968, left_user_fringe_bitmap = 32767, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 861952, right_user_fringe_face_id = 201872, bidi_p = false, bidi_it = { bytepos = 0, charpos = 140737488319360, ch = -42048, nchars = 0, ch_len = 93825002425792, type = UNKNOWN_BT, type_after_wn = UNKNOWN_BT, orig_type = 4294925200, resolved_level = -1 '\377', isolate_level = 127 '\177', invalid_levels = 93824992694372, invalid_isolates = 93825001892408, prev = { charpos = 0, type = 4294925248, orig_type = 32767 }, last_strong = { charpos = 93824992694461, type = 4294925280, orig_type = 32767 }, next_for_neutral = { charpos = 140737488319360, type = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { charpos = 4294967296, type = 4294925280, orig_type = 32767 }, next_for_ws = { charpos = 93825009777264, type = 4294925400, orig_type = 32767 }, bracket_pairing_pos = 0, bracket_enclosed_type = 4294925696, next_en_pos = 93824993173504, next_en_type = UNKNOWN_BT, sos = NEUTRAL_DIR, scan_dir = -35968, disp_pos = 0, disp_prop = 0, stack_idx = 0, level_stack = {{ next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488313408, next_for_neutral_type = 4, last_strong_type = 4, prev_for_neutral_type = 1, level = 92 '\\', flags = 85 'U' }, { next_for_neutral_pos = 20, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488313456, next_for_neutral_type = 5, last_strong_type = 7, prev_for_neutral_type = 2, level = 92 '\\', flags = 85 'U' }, { next_for_neutral_pos = 93825005449141, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 1, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93824992706738, next_for_neutral_type = 5, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 140737488313488, next_for_neutral_type = 2, last_strong_type = 2, prev_for_neutral_type = 4, level = 92 '\\', flags = 85 'U' }, { next_for_neutral_pos = 93824992706738, next_for_neutral_type = 5, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 140737488313920, next_for_neutral_type = 2, last_strong_type = 3, prev_for_neutral_type = 0, level = 96 '`', flags = 85 'U' }, { next_for_neutral_pos = 4294925632, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 12 '\f', flags = 86 'V' }, { next_for_neutral_pos = 93825006638304, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 5, level = 8 '\b', flags = 86 'V' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488313616, next_for_neutral_type = 2, last_strong_type = 0, prev_for_neutral_type = 2, level = 101 'e', flags = 85 'U' }, { next_for_neutral_pos = 140737488313648, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488313664, next_for_neutral_type = 3, last_strong_type = 3, prev_for_neutral_type = 3, level = 101 'e', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488313712, next_for_neutral_type = 2, last_strong_type = 0, prev_for_neutral_type = 2, level = 101 'e', flags = 85 'U' }, { next_for_neutral_pos = 140737488313744, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488313760, next_for_neutral_type = 3, last_strong_type = 3, prev_for_neutral_type = 3, level = 101 'e', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488313792, next_for_neutral_type = 5, last_strong_type = 6, prev_for_neutral_type = 4, level = 101 'e', flags = 85 'U' }, { next_for_neutral_pos = 140737488313824, next_for_neutral_type = 4, last_strong_type = 1, prev_for_neutral_type = 6, level = 134 '\206', flags = 85 'U' }, { next_for_neutral_pos = 140737488313824, next_for_neutral_type = 5, last_strong_type = 2, prev_for_neutral_type = 4, level = 101 'e', flags = 85 'U' }, { next_for_neutral_pos = 1, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488313872, next_for_neutral_type = 7, last_strong_type = 1, prev_for_neutral_type = 7, level = 102 'f', flags = 85 'U' }, { next_for_neutral_pos = 93825005449141, next_for_neutral_type = 0, last_strong_type = 2, prev_for_neutral_type = 0, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93824993298144, next_for_neutral_type = 5, last_strong_type = 6, prev_for_neutral_type = 6, level = 30 '\036', flags = 86 'V' }, { next_for_neutral_pos = 140737488313936, next_for_neutral_type = 5, last_strong_type = 2, prev_for_neutral_type = 4, level = 102 'f', flags = 85 'U' }, { next_for_neutral_pos = 93825009777264, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 5, level = 8 '\b', flags = 86 'V' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488319312, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 7, level = 49 '1', flags = 86 'V' }, { next_for_neutral_pos = 140737488319312, next_for_neutral_type = 7, last_strong_type = 0, prev_for_neutral_type = 7, level = 98 'b', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 6, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825002425792, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488314032, next_for_neutral_type = 4, last_strong_type = 4, prev_for_neutral_type = 1, level = 92 '\\', flags = 85 'U' }, { next_for_neutral_pos = 140737488314048, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 140737488314080, next_for_neutral_type = 5, last_strong_type = 7, prev_for_neutral_type = 2, level = 92 '\\', flags = 85 'U' }, { next_for_neutral_pos = 140737488314096, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 7, level = 240 '\360', flags = 85 'U' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 93825001892408, next_for_neutral_type = 7, last_strong_type = 2, prev_for_neutral_type = 4, level = 92 '\\', flags = 85 'U' }, { next_for_neutral_pos = 93825001892408, next_for_neutral_type = 0, last_strong_type = 6, prev_for_neutral_type = 4, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 140737488319104, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 6, level = 99 'c', flags = 85 'U' }, { next_for_neutral_pos = 34359702160, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 6, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 92, next_for_neutral_type = 0, last_strong_type = 4, prev_for_neutral_type = 4, level = 255 '\377', flags = 255 '\377' }, { next_for_neutral_pos = 93825003970885, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 5, level = 8 '\b', flags = 86 'V' }, { next_for_neutral_pos = 93825003969720, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 1, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' }, { next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' } }, string = { lstring = XIL(0), s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x0, paragraph_dir = NEUTRAL_DIR, separator_limit = 0, first_elt = false, new_paragraph = false, frame_window_p = false }, paragraph_embedding = NEUTRAL_DIR, min_width_property = XIL(0), min_width_start = 0 } wrap_data = 0x0 atpos_data = 0x0 atx_data = 0x0 ppos_data = 0x0 may_wrap = false prev_method = GET_FROM_BUFFER closest_pos = 41 prev_pos = 1 saw_smaller_pos = true line_number_pending = false #37 0x00005555555eea75 in move_it_to (it=0x7fffffffb240, to_charpos=41, to_x=-1, to_y=-1, to_vpos=-1, op=8) at xdisp.c:10324 skip = MOVE_UNDEFINED skip2 = MOVE_X_REACHED line_height = 1443389760 line_start_x = 0 reached = 0 max_current_x = 0 backup_data = 0x0 orig_charpos = 1 orig_method = GET_FROM_BUFFER #38 0x00005555555f6117 in resize_mini_window (w=0x555556086140, exact_p=false) at xdisp.c:12422 unit = 21 max_height = 189 old_current_buffer = 0x0 it = { window = XIL(0x555556086145), w = 0x555556086140, f = 0x555556085cb8, method = GET_FROM_BUFFER, stop_charpos = 41, prev_stop = 1, base_level_stop = 0, end_charpos = 41, s = 0x0, string_nchars = 0, redisplay_end_trigger_charpos = 0, multibyte_p = true, tab_line_p = false, header_line_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, from_disp_prop_p = false, ellipsis_p = false, avoid_cursor_p = false, dp = 0x0, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {XIL(0) }, start = { pos = { charpos = 1, bytepos = 1 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 1, bytepos = 1 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 1, overlay_strings = {XIL(0) }, string_overlays = {XIL(0) }, string = XIL(0), from_overlay = XIL(0), stack = {{ string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = XIL(0), slice = { x = XIL(0), y = XIL(0), width = XIL(0), height = XIL(0) }, image_id = 0 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0), font_height = XIL(0) }, { string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = XIL(0), slice = { x = XIL(0), y = XIL(0), width = XIL(0), height = XIL(0) }, image_id = 0 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0), font_height = XIL(0) }, { string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = XIL(0), slice = { x = XIL(0), y = XIL(0), width = XIL(0), height = XIL(0) }, image_id = 0 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0), font_height = XIL(0) }, { string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = XIL(0), slice = { x = XIL(0), y = XIL(0), width = XIL(0), height = XIL(0) }, image_id = 0 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0), font_height = XIL(0) }, { string = XIL(0), string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = XIL(0), slice = { x = XIL(0), y = XIL(0), width = XIL(0), height = XIL(0) }, image_id = 0 }, stretch = { object = XIL(0) }, xwidget = { object = XIL(0) } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = XIL(0), area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = false, string_from_display_prop_p = false, string_from_prefix_prop_p = false, display_ellipsis_p = false, avoid_cursor_p = false, bidi_p = false, from_disp_prop_p = false, line_wrap = TRUNCATE, voffset = 0, space_width = XIL(0), font_height = XIL(0) }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = true, ctl_arrow_p = true, face_box_p = false, start_of_box_run_p = false, end_of_box_run_p = false, overlay_strings_at_end_processed_p = false, ignore_overlay_strings_at_pos_p = false, glyph_not_available_p = false, starts_in_middle_of_char_p = false, face_before_selective_p = false, constrain_row_ascent_descent_p = false, line_number_produced_p = false, line_wrap = WINDOW_WRAP, base_face_id = 0, c = 40, len = 1, cmp_it = { stop_pos = 38, id = -1, ch = -2, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = false, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, char_to_display = 40, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, xwidget = 0x0, slice = { x = XIL(0), y = XIL(0), width = XIL(0), height = XIL(0) }, space_width = XIL(0), voffset = 0, tab_width = 8, font_height = XIL(0), object = XIL(0x5555561f0b1d), position = { charpos = 1, bytepos = 1 }, truncation_pixel_width = 0, continuation_pixel_width = 9, first_visible_x = 0, last_visible_x = 640, last_visible_y = 21, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x0, area = TEXT_AREA, nglyphs = 1, pixel_width = 0, ascent = 15, descent = 6, max_ascent = 0, max_descent = 0, phys_ascent = 0, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 0, first_vpos = 0, vpos = 0, hpos = 0, lnum = 0, lnum_bytepos = 0, lnum_width = 0, lnum_pixel_width = 0, pt_lnum = 0, stretch_adjust = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = true, bidi_it = { bytepos = 1, charpos = 1, ch = 40, nchars = 1, ch_len = 1, type = STRONG_L, type_after_wn = NEUTRAL_ON, orig_type = NEUTRAL_ON, resolved_level = 0 '\000', isolate_level = 0 '\000', invalid_levels = 0, invalid_isolates = 0, prev = { charpos = 1, type = NEUTRAL_B, orig_type = NEUTRAL_B }, last_strong = { charpos = 0, type = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_neutral = { charpos = 40, type = STRONG_L, orig_type = UNKNOWN_BT }, prev_for_neutral = { charpos = 1, type = STRONG_L, orig_type = UNKNOWN_BT }, next_for_ws = { charpos = -1, type = UNKNOWN_BT, orig_type = UNKNOWN_BT }, bracket_pairing_pos = 41, bracket_enclosed_type = STRONG_L, next_en_pos = 0, next_en_type = UNKNOWN_BT, sos = L2R, scan_dir = 1, disp_pos = 41, disp_prop = 0, stack_idx = 0, level_stack = {{ next_for_neutral_pos = 0, next_for_neutral_type = 0, last_strong_type = 0, prev_for_neutral_type = 0, level = 0 '\000', flags = 0 '\000' } }, string = { lstring = XIL(0), s = 0x0, schars = 0, bufpos = 0, from_disp_str = false, unibyte = false }, w = 0x555556086140, paragraph_dir = L2R, separator_limit = -1, first_elt = false, new_paragraph = false, frame_window_p = true }, paragraph_embedding = L2R, min_width_property = XIL(0), min_width_start = 0 } height = 21845 start = { charpos = 0, bytepos = 0 } windows_height = 756 f = 0x555556085cb8 old_height = 21 #39 0x00005555555f5247 in display_echo_area_1 (a1=0x555556086140, a2=XIL(0)) at xdisp.c:12294 w = 0x555556086140 window = XIL(0) start = { charpos = 48, bytepos = 36384 } window_height_changed_p = false itdata = 0x555555f15be0 #40 0x00005555555f44d9 in with_echo_area_buffer (w=0x555556086140, which=0, fn=0x5555555f5219 , a1=0x555556086140, a2=XIL(0)) at xdisp.c:12066 buffer = XIL(0x5555561f0b1d) this_one = false the_other = true clear_buffer_p = false rc = 85 count = { bytes = 480 } #41 0x00005555555f51c4 in display_echo_area (w=0x555556086140) at xdisp.c:12262 no_message_p = false window_height_changed_p = 85 count = { bytes = 448 } i = false #42 0x00005555555f7b50 in echo_area_display (update_frame_p=true) at xdisp.c:12812 mini_window = XIL(0x555556086145) w = 0x555556086140 f = 0x555556085cb8 window_height_changed_p = false sf = 0x555556085cb8 #43 0x00005555555f379d in message3_nolog (m=XIL(0x555556105c04)) at xdisp.c:11768 mini_window = XIL(0x555556086145) frame = XIL(0x555556085cbd) f = 0x555556085cb8 sf = 0x555556085cb8 #44 0x00005555555f3459 in message3 (m=XIL(0x555556105c04)) at xdisp.c:11698 #45 0x0000555555848df6 in Fmessage (nargs=2, args=0x7ffff15ff250) at editfns.c:2881 val = XIL(0x555556105c04) #46 0x000055555585c9db in funcall_subr (subr=0x555555e7d460 , numargs=2, args=0x7ffff15ff250) at eval.c:3023 fun = XIL(0x555555e7d465) #47 0x00005555558c0e20 in exec_byte_code (fun=XIL(0x55555697ae85), args_template=0, nargs=0, args=0x7fffffffcf10) at bytecode.c:809 call_nargs = 2 call_fun = XIL(0x555555e7d465) count1 = { bytes = 416 } template = XIL(0x7ffff2642af8) val = XIL(0x55555697aec5) call_args = 0x7ffff15ff250 original_fun = XIL(0xac50) bytecode = XIL(0) op = 2 type = (unknown: 0xffffcd80) targets = {0x5555558c4a34 , 0x5555558c4a5c , 0x5555558c4a5e , 0x5555558c4a60 , 0x5555558c4a62 , 0x5555558c4a62 , 0x5555558c4ac7 , 0x5555558c4b3b , 0x5555558c0473 , 0x5555558c0475 , 0x5555558c0477 , 0x5555558c0479 , 0x5555558c047b , 0x5555558c047b , 0x5555558c0481 , 0x5555558c0442 , 0x5555558c08d0 , 0x5555558c08d2 , 0x5555558c08d4 , 0x5555558c08d6 , 0x5555558c08d8 , 0x5555558c08d8 , 0x5555558c090d , 0x5555558c08de , 0x5555558c0b0d , 0x5555558c0b0f , 0x5555558c0b11 , 0x5555558c0b13 , 0x5555558c0b15 , 0x5555558c0b15 , 0x5555558c0ac7 , 0x5555558c0ade , 0x5555558c0bbd , 0x5555558c0bbf , 0x5555558c0bc1 , 0x5555558c0bc3 , 0x5555558c0bc5 , 0x5555558c0bc5 , 0x5555558c0b77 , 0x5555558c0b8e , 0x5555558c0f54 , 0x5555558c0f56 , 0x5555558c0f58 , 0x5555558c0f5a , 0x5555558c0f5c , 0x5555558c0f5c , 0x5555558c0f0e , 0x5555558c0f25 , 0x5555558c179b , 0x5555558c15f7 , 0x5555558c15ee , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c19d7 , 0x5555558c1b0e , 0x5555558c1b7a , 0x5555558c1be7 , 0x5555558c1c53 , 0x5555558c0712 , 0x5555558c079e , 0x5555558c1cd9 , 0x5555558c0649 , 0x5555558c0806 , 0x5555558c1d4e , 0x5555558c1db6 , 0x5555558c1dfe , 0x5555558c1e66 , 0x5555558c1ec9 , 0x5555558c1fb2 , 0x5555558c1ffa , 0x5555558c2138 , 0x5555558c229e , 0x5555558c22e6 , 0x5555558c232e , 0x5555558c2396 , 0x5555558c23fe , 0x5555558c2466 , 0x5555558c24eb , 0x5555558c253d , 0x5555558c258f , 0x5555558c265c , 0x5555558c2763 , 0x5555558c286a , 0x5555558c294c , 0x5555558c2a3e , 0x5555558c2b30 , 0x5555558c2c22 , 0x5555558c2d14 , 0x5555558c2ea6 , 0x5555558c2fb1 , 0x5555558c313d , 0x5555558c3206 , 0x5555558c32cf , 0x5555558c3783 , 0x5555558c146e , 0x5555558c37e1 , 0x5555558c3829 , 0x5555558c38f1 , 0x5555558c394f , 0x5555558c39ad , 0x5555558c39f5 , 0x5555558c3a3b , 0x5555558c3a81 , 0x5555558c3acf , 0x5555558c4a34 , 0x5555558c3b27 , 0x5555558c3b6d , 0x5555558c3bb3 , 0x5555558c3bf9 , 0x5555558c3c3f , 0x5555558c3c85 , 0x5555558c146e , 0x5555558c4a34 , 0x5555558c3ccd , 0x5555558c3d25 , 0x5555558c3d6d , 0x5555558c3db5 , 0x5555558c3e1d , 0x5555558c3e85 , 0x5555558c3ecd , 0x5555558c3f15 , 0x5555558c3f7d , 0x5555558c3fe5 , 0x5555558c404d , 0x5555558c4093 , 0x5555558c4a34 , 0x5555558c13b8 , 0x5555558c0fc2 , 0x5555558c05b7 , 0x5555558c1064 , 0x5555558c10e8 , 0x5555558c1169 , 0x5555558c11ea , 0x5555558c1381 , 0x5555558c0a74 , 0x5555558c1437 , 0x5555558c14a5 , 0x5555558c1533 , 0x5555558c157c , 0x5555558c17e7 , 0x5555558c1864 , 0x5555558c18e9 , 0x5555558c1949 , 0x5555558c4a34 , 0x5555558c40db , 0x5555558c4160 , 0x5555558c41a8 , 0x5555558c41f0 , 0x5555558c4238 , 0x5555558c4280 , 0x5555558c42e8 , 0x5555558c4350 , 0x5555558c43b8 , 0x5555558c4420 , 0x5555558c456c , 0x5555558c45d4 , 0x5555558c463c , 0x5555558c4684 , 0x5555558c477f , 0x5555558c487a , 0x5555558c48c2 , 0x5555558c490a , 0x5555558c3475 , 0x5555558c3621 , 0x5555558c495c , 0x5555558c49c8 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c1f37 , 0x5555558c25e1 , 0x5555558c3876 , 0x5555558c4bca , 0x5555558c4c3f , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4cd1 , 0x5555558c4d58 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4e9b } quitcounter = 1 '\001' bc = 0x555555e6d530 top = 0x7ffff15ff248 pc = 0x7ffff26c3832 "\207\301\242;\203\215" bytestr = XIL(0x7ffff202d6ac) vector = XIL(0x55555697ad9d) maxdepth = make_fixnum(5) const_length = 28 bytestr_length = 148 vectorp = 0x55555697ada0 max_stack = 5 frame_base = 0x7ffff15ff240 fp = 0x7ffff15ff268 bytestr_data = 0x7ffff26c37b2 "r\300q\210\306\304!\210\307\310\303\"\024\301\242\204\026" rest = false mandatory = 0 nonrest = 0 pushedargs = 0 result = XIL(0x7ffff15ff248) #48 0x000055555585cb52 in fetch_and_exec_byte_code (fun=XIL(0x55555697ae85), args_template=0, nargs=0, args=0x7fffffffcf10) at eval.c:3045 #49 0x000055555585cfdc in funcall_lambda (fun=XIL(0x55555697ae85), nargs=0, arg_vector=0x7fffffffcf10) at eval.c:3117 val = make_fixnum(23456248842093) syms_left = make_fixnum(0) next = XIL(0) lexenv = XIL(0x555555f0cdc0) count = { bytes = 416 } i = 140737488342640 optional = false rest = false previous_rest = 85 #50 0x000055555585c328 in funcall_general (fun=XIL(0x55555697ae85), numargs=0, args=0x7fffffffcf10) at eval.c:2908 original_fun = XIL(0x55555697ae85) #51 0x000055555585c5b9 in Ffuncall (nargs=1, args=0x7fffffffcf08) at eval.c:2958 count = { bytes = 384 } val = XIL(0x555555f0cdc0) #52 0x00005555558bfd2b in bcall0 (f=XIL(0x55555697ae85)) at bytecode.c:335 #53 0x000055555585e929 in do_one_unbind (this_binding=0x7fffffffcf80, unwinding=true, bindflag=SET_INTERNAL_UNBIND) at eval.c:3584 #54 0x000055555585ed3d in unbind_to (count=..., value=XIL(0)) at eval.c:3724 this_binding = { kind = SPECPDL_UNWIND, unwind = { kind = SPECPDL_UNWIND, func = 0x5555558bfd0e , arg = XIL(0x55555697ae85), eval_depth = 5 }, unwind_array = { kind = SPECPDL_UNWIND, nelts = 93824995818766, array = 0x55555697ae85 }, unwind_ptr = { kind = SPECPDL_UNWIND, func = 0x5555558bfd0e , arg = 0x55555697ae85, mark = 0x5 }, unwind_int = { kind = SPECPDL_UNWIND, func = 0x5555558bfd0e , arg = 1452781189 }, unwind_intmax = { kind = SPECPDL_UNWIND, func = 0x5555558bfd0e , arg = 93825013362309 }, unwind_excursion = { kind = SPECPDL_UNWIND, marker = make_fixnum(23456248954691), window = XIL(0x55555697ae85) }, unwind_void = { kind = SPECPDL_UNWIND, func = 0x5555558bfd0e }, let = { kind = SPECPDL_UNWIND, symbol = make_fixnum(23456248954691), old_value = XIL(0x55555697ae85), where = XIL(0x5) }, bt = { kind = SPECPDL_UNWIND, debug_on_exit = false, function = make_fixnum(23456248954691), args = 0x55555697ae85, nargs = 5 } } quitf = XIL(0) #55 0x00005555558c0f90 in exec_byte_code (fun=XIL(0x7ffff202d6fd), args_template=1283, nargs=5, args=0x7ffff15ff200) at bytecode.c:838 op = 1 type = (unknown: 0xf15ff150) targets = {0x5555558c4a34 , 0x5555558c4a5c , 0x5555558c4a5e , 0x5555558c4a60 , 0x5555558c4a62 , 0x5555558c4a62 , 0x5555558c4ac7 , 0x5555558c4b3b , 0x5555558c0473 , 0x5555558c0475 , 0x5555558c0477 , 0x5555558c0479 , 0x5555558c047b , 0x5555558c047b , 0x5555558c0481 , 0x5555558c0442 , 0x5555558c08d0 , 0x5555558c08d2 , 0x5555558c08d4 , 0x5555558c08d6 , 0x5555558c08d8 , 0x5555558c08d8 , 0x5555558c090d , 0x5555558c08de , 0x5555558c0b0d , 0x5555558c0b0f , 0x5555558c0b11 , 0x5555558c0b13 , 0x5555558c0b15 , 0x5555558c0b15 , 0x5555558c0ac7 , 0x5555558c0ade , 0x5555558c0bbd , 0x5555558c0bbf , 0x5555558c0bc1 , 0x5555558c0bc3 , 0x5555558c0bc5 , 0x5555558c0bc5 , 0x5555558c0b77 , 0x5555558c0b8e , 0x5555558c0f54 , 0x5555558c0f56 , 0x5555558c0f58 , 0x5555558c0f5a , 0x5555558c0f5c , 0x5555558c0f5c , 0x5555558c0f0e , 0x5555558c0f25 , 0x5555558c179b , 0x5555558c15f7 , 0x5555558c15ee , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c19d7 , 0x5555558c1b0e , 0x5555558c1b7a , 0x5555558c1be7 , 0x5555558c1c53 , 0x5555558c0712 , 0x5555558c079e , 0x5555558c1cd9 , 0x5555558c0649 , 0x5555558c0806 , 0x5555558c1d4e , 0x5555558c1db6 , 0x5555558c1dfe , 0x5555558c1e66 , 0x5555558c1ec9 , 0x5555558c1fb2 , 0x5555558c1ffa , 0x5555558c2138 , 0x5555558c229e , 0x5555558c22e6 , 0x5555558c232e , 0x5555558c2396 , 0x5555558c23fe , 0x5555558c2466 , 0x5555558c24eb , 0x5555558c253d , 0x5555558c258f , 0x5555558c265c , 0x5555558c2763 , 0x5555558c286a , 0x5555558c294c , 0x5555558c2a3e , 0x5555558c2b30 , 0x5555558c2c22 , 0x5555558c2d14 , 0x5555558c2ea6 , 0x5555558c2fb1 , 0x5555558c313d , 0x5555558c3206 , 0x5555558c32cf , 0x5555558c3783 , 0x5555558c146e , 0x5555558c37e1 , 0x5555558c3829 , 0x5555558c38f1 , 0x5555558c394f , 0x5555558c39ad , 0x5555558c39f5 , 0x5555558c3a3b , 0x5555558c3a81 , 0x5555558c3acf , 0x5555558c4a34 , 0x5555558c3b27 , 0x5555558c3b6d , 0x5555558c3bb3 , 0x5555558c3bf9 , 0x5555558c3c3f , 0x5555558c3c85 , 0x5555558c146e , 0x5555558c4a34 , 0x5555558c3ccd , 0x5555558c3d25 , 0x5555558c3d6d , 0x5555558c3db5 , 0x5555558c3e1d , 0x5555558c3e85 , 0x5555558c3ecd , 0x5555558c3f15 , 0x5555558c3f7d , 0x5555558c3fe5 , 0x5555558c404d , 0x5555558c4093 , 0x5555558c4a34 , 0x5555558c13b8 , 0x5555558c0fc2 , 0x5555558c05b7 , 0x5555558c1064 , 0x5555558c10e8 , 0x5555558c1169 , 0x5555558c11ea , 0x5555558c1381 , 0x5555558c0a74 , 0x5555558c1437 , 0x5555558c14a5 , 0x5555558c1533 , 0x5555558c157c , 0x5555558c17e7 , 0x5555558c1864 , 0x5555558c18e9 , 0x5555558c1949 , 0x5555558c4a34 , 0x5555558c40db , 0x5555558c4160 , 0x5555558c41a8 , 0x5555558c41f0 , 0x5555558c4238 , 0x5555558c4280 , 0x5555558c42e8 , 0x5555558c4350 , 0x5555558c43b8 , 0x5555558c4420 , 0x5555558c456c , 0x5555558c45d4 , 0x5555558c463c , 0x5555558c4684 , 0x5555558c477f , 0x5555558c487a , 0x5555558c48c2 , 0x5555558c490a , 0x5555558c3475 , 0x5555558c3621 , 0x5555558c495c , 0x5555558c49c8 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c1f37 , 0x5555558c25e1 , 0x5555558c3876 , 0x5555558c4bca , 0x5555558c4c3f , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4cd1 , 0x5555558c4d58 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4e9b } quitcounter = 1 '\001' bc = 0x555555e6d530 top = 0x7ffff15ff1c0 pc = 0x7ffff26e6296 "\210\001\203\266\001\343\002!\203\266\001\344\345\003!\346\001\070\262\001W\203\262\001r\324\005!q\210db\210o\204\244\001\347c\210\350\002\311\"\210\003\203\261\001\351p!\210)\352\002!\210\211\242\207" bytestr = XIL(0x7ffff202d764) vector = XIL(0x7ffff202d73d) maxdepth = make_fixnum(14) const_length = 4 bytestr_length = 13 vectorp = 0x7ffff202c6e0 max_stack = 14 frame_base = 0x7ffff15ff240 fp = 0x7ffff15ff2b0 bytestr_data = 0x7ffff26e611a "\002\205\016" rest = false mandatory = 3 nonrest = 5 pushedargs = 5 result = XIL(0x5555557a5cef) #56 0x000055555585cb52 in fetch_and_exec_byte_code (fun=XIL(0x7ffff1f1172d), args_template=769, nargs=3, args=0x7fffffffd730) at eval.c:3045 #57 0x000055555585cfdc in funcall_lambda (fun=XIL(0x7ffff1f1172d), nargs=3, arg_vector=0x7fffffffd730) at eval.c:3117 val = XIL(0x2aaa9c004938) syms_left = make_fixnum(769) next = XIL(0x555555851e0f) lexenv = XIL(0x7fffffffd520) count = { bytes = 320 } i = 140737488344384 optional = false rest = false previous_rest = 127 #58 0x000055555585c328 in funcall_general (fun=XIL(0x7ffff1f1172d), numargs=3, args=0x7fffffffd730) at eval.c:2908 original_fun = XIL(0x2aaa9c004938) #59 0x000055555585c5b9 in Ffuncall (nargs=4, args=0x7fffffffd728) at eval.c:2958 count = { bytes = 288 } val = XIL(0x7fffffffd5c0) #60 0x000055555584f0be in Ffuncall_interactively (nargs=4, args=0x7fffffffd728) at callint.c:291 speccount = { bytes = 256 } #61 0x000055555585c9db in funcall_subr (subr=0x555555e7d6e0 , numargs=4, args=0x7fffffffd728) at eval.c:3023 fun = XIL(0x555555e7d6e5) #62 0x000055555585c2dc in funcall_general (fun=XIL(0x555555e7d6e5), numargs=4, args=0x7fffffffd728) at eval.c:2904 original_fun = XIL(0x7c50) #63 0x000055555585c5b9 in Ffuncall (nargs=5, args=0x7fffffffd720) at eval.c:2958 count = { bytes = 224 } val = XIL(0x555555e7d6e5) #64 0x000055555585b850 in Fapply (nargs=3, args=0x7fffffffd850) at eval.c:2629 i = 5 funcall_nargs = 5 funcall_args = 0x7fffffffd720 spread_arg = XIL(0) fun = XIL(0x555555e7d6e5) sa_avail = 16344 sa_count = { bytes = 224 } numargs = 4 retval = XIL(0x7c50) #65 0x000055555584f578 in Fcall_interactively (function=XIL(0x2aaa9c004938), record_flag=XIL(0), keys=XIL(0x55555669243d)) at callint.c:384 funval = XIL(0x7ffff1f1172d) events = 26 input = XIL(0x7ffff1f11763) speccount = { bytes = 192 } arg_from_tty = false key_count = 1 record_then_fail = false save_this_command = XIL(0x2aaa9c004938) save_this_original_command = XIL(0x2aaa9c004938) save_real_this_command = XIL(0x2aaa9c004938) save_last_command = XIL(0) prefix_arg = XIL(0) enable = XIL(0) up_event = XIL(0) form = XIL(0x555555fc7123) specs = XIL(0x55555679b4c3) sa_avail = 0 sa_count = { bytes = 140737488345360 } string_len = 140737488345536 string = 0x555555f0cdc0 "\230\001" string_end = 0x0 next_event = 140737252497197 nargs = 140737488345616 args = 0x7ffff15ff040 visargs = 0x555555f0cdc0 varies = 0x0 tem = 0x55555582d4a3 "\353\030H\213E\370H\211\307\350\331\376\377\377H\213@\bH\211\307\350\034\377\377\377\311\303UH\211\345H\203\354 H\211}\350H\215\025\356\370m" val = XIL(0x60) #66 0x000055555585c81b in funcall_subr (subr=0x555555e7d720 , numargs=3, args=0x7ffff15ff070) at eval.c:3000 argbuf = {XIL(0x7fffffffdab0), XIL(0x5555558bed97), XIL(0), XIL(0xa0), XIL(0x7fffffffdab0), XIL(0x11558bfa1b), XIL(0x555555e7d725), XIL(0x7fffffffdad0)} a = 0x7ffff15ff070 fun = XIL(0x555555e7d725) #67 0x00005555558c0e20 in exec_byte_code (fun=XIL(0x7ffff1f49d6d), args_template=1025, nargs=1, args=0x7fffffffe120) at bytecode.c:809 call_nargs = 3 call_fun = XIL(0x555555e7d725) count1 = { bytes = 160 } template = XIL(0x7ffff201ff4d) val = XIL(0) call_args = 0x7ffff15ff070 original_fun = XIL(0x2aaa9bfdcf78) bytecode = XIL(0) op = 3 type = (unknown: 0x55e6d530) targets = {0x5555558c4a34 , 0x5555558c4a5c , 0x5555558c4a5e , 0x5555558c4a60 , 0x5555558c4a62 , 0x5555558c4a62 , 0x5555558c4ac7 , 0x5555558c4b3b , 0x5555558c0473 , 0x5555558c0475 , 0x5555558c0477 , 0x5555558c0479 , 0x5555558c047b , 0x5555558c047b , 0x5555558c0481 , 0x5555558c0442 , 0x5555558c08d0 , 0x5555558c08d2 , 0x5555558c08d4 , 0x5555558c08d6 , 0x5555558c08d8 , 0x5555558c08d8 , 0x5555558c090d , 0x5555558c08de , 0x5555558c0b0d , 0x5555558c0b0f , 0x5555558c0b11 , 0x5555558c0b13 , 0x5555558c0b15 , 0x5555558c0b15 , 0x5555558c0ac7 , 0x5555558c0ade , 0x5555558c0bbd , 0x5555558c0bbf , 0x5555558c0bc1 , 0x5555558c0bc3 , 0x5555558c0bc5 , 0x5555558c0bc5 , 0x5555558c0b77 , 0x5555558c0b8e , 0x5555558c0f54 , 0x5555558c0f56 , 0x5555558c0f58 , 0x5555558c0f5a , 0x5555558c0f5c , 0x5555558c0f5c , 0x5555558c0f0e , 0x5555558c0f25 , 0x5555558c179b , 0x5555558c15f7 , 0x5555558c15ee , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c19d7 , 0x5555558c1b0e , 0x5555558c1b7a , 0x5555558c1be7 , 0x5555558c1c53 , 0x5555558c0712 , 0x5555558c079e , 0x5555558c1cd9 , 0x5555558c0649 , 0x5555558c0806 , 0x5555558c1d4e , 0x5555558c1db6 , 0x5555558c1dfe , 0x5555558c1e66 , 0x5555558c1ec9 , 0x5555558c1fb2 , 0x5555558c1ffa , 0x5555558c2138 , 0x5555558c229e , 0x5555558c22e6 , 0x5555558c232e , 0x5555558c2396 , 0x5555558c23fe , 0x5555558c2466 , 0x5555558c24eb , 0x5555558c253d , 0x5555558c258f , 0x5555558c265c , 0x5555558c2763 , 0x5555558c286a , 0x5555558c294c , 0x5555558c2a3e , 0x5555558c2b30 , 0x5555558c2c22 , 0x5555558c2d14 , 0x5555558c2ea6 , 0x5555558c2fb1 , 0x5555558c313d , 0x5555558c3206 , 0x5555558c32cf , 0x5555558c3783 , 0x5555558c146e , 0x5555558c37e1 , 0x5555558c3829 , 0x5555558c38f1 , 0x5555558c394f , 0x5555558c39ad , 0x5555558c39f5 , 0x5555558c3a3b , 0x5555558c3a81 , 0x5555558c3acf , 0x5555558c4a34 , 0x5555558c3b27 , 0x5555558c3b6d , 0x5555558c3bb3 , 0x5555558c3bf9 , 0x5555558c3c3f , 0x5555558c3c85 , 0x5555558c146e , 0x5555558c4a34 , 0x5555558c3ccd , 0x5555558c3d25 , 0x5555558c3d6d , 0x5555558c3db5 , 0x5555558c3e1d , 0x5555558c3e85 , 0x5555558c3ecd , 0x5555558c3f15 , 0x5555558c3f7d , 0x5555558c3fe5 , 0x5555558c404d , 0x5555558c4093 , 0x5555558c4a34 , 0x5555558c13b8 , 0x5555558c0fc2 , 0x5555558c05b7 , 0x5555558c1064 , 0x5555558c10e8 , 0x5555558c1169 , 0x5555558c11ea , 0x5555558c1381 , 0x5555558c0a74 , 0x5555558c1437 , 0x5555558c14a5 , 0x5555558c1533 , 0x5555558c157c , 0x5555558c17e7 , 0x5555558c1864 , 0x5555558c18e9 , 0x5555558c1949 , 0x5555558c4a34 , 0x5555558c40db , 0x5555558c4160 , 0x5555558c41a8 , 0x5555558c41f0 , 0x5555558c4238 , 0x5555558c4280 , 0x5555558c42e8 , 0x5555558c4350 , 0x5555558c43b8 , 0x5555558c4420 , 0x5555558c456c , 0x5555558c45d4 , 0x5555558c463c , 0x5555558c4684 , 0x5555558c477f , 0x5555558c487a , 0x5555558c48c2 , 0x5555558c490a , 0x5555558c3475 , 0x5555558c3621 , 0x5555558c495c , 0x5555558c49c8 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c1f37 , 0x5555558c25e1 , 0x5555558c3876 , 0x5555558c4bca , 0x5555558c4c3f , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4cd1 , 0x5555558c4d58 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4a34 , 0x5555558c4e9b } quitcounter = 1 '\001' bc = 0x555555e6d530 top = 0x7ffff15ff068 pc = 0x7ffff2686816 "\006\a9\203\260" bytestr = XIL(0x7ffff1f4a524) vector = XIL(0x7ffff1f49dad) maxdepth = make_fixnum(14) const_length = 26 bytestr_length = 179 vectorp = 0x7ffff1f49db0 max_stack = 14 frame_base = 0x7ffff15ff030 fp = 0x7ffff15ff0a0 bytestr_data = 0x7ffff268678d "\304\020\211?\205\023" rest = false mandatory = 1 nonrest = 4 pushedargs = 1 result = XIL(0xffc0) #68 0x000055555585cb52 in fetch_and_exec_byte_code (fun=XIL(0x7ffff1f49d6d), args_template=1025, nargs=1, args=0x7fffffffe118) at eval.c:3045 #69 0x000055555585cfdc in funcall_lambda (fun=XIL(0x7ffff1f49d6d), nargs=1, arg_vector=0x7fffffffe118) at eval.c:3117 val = XIL(0x4ad0) syms_left = make_fixnum(1025) next = XIL(0x555555851e0f) lexenv = XIL(0x7fffffffe050) count = { bytes = 160 } i = 140737488347248 optional = false rest = false previous_rest = 127 #70 0x000055555585c328 in funcall_general (fun=XIL(0x7ffff1f49d6d), numargs=1, args=0x7fffffffe118) at eval.c:2908 original_fun = XIL(0x4ad0) #71 0x000055555585c5b9 in Ffuncall (nargs=2, args=0x7fffffffe110) at eval.c:2958 count = { bytes = 128 } val = XIL(0x80) #72 0x000055555576a9ac in call1 (fn=XIL(0x4ad0), arg1=XIL(0x2aaa9c004938)) at /home/viz/lib/ports/emacs/src/lisp.h:3239 #73 0x000055555576e038 in command_loop_1 () at keyboard.c:1501 scount = { bytes = 96 } cmd = XIL(0x2aaa9c004938) keybuf = {make_fixnum(134217761), make_fixnum(120), XIL(0x7fffffffe1e0), XIL(0x555555834e31), XIL(0x7ffff2642878), XIL(0x2f262de03), XIL(0), XIL(0x9360), XIL(0x7fffffffe210), XIL(0x555555834154), XIL(0x1ffffe1c0), XIL(0), XIL(0x555555f0cdc0), XIL(0), XIL(0x7fffffffe1e0), make_fixnum(23456248842093), XIL(0x7fffffffe1f0), XIL(0), XIL(0x555555f0cdc0), XIL(0), XIL(0x7fffffffe210), make_fixnum(23456248842093), XIL(0), XIL(0), XIL(0x7fffffffe240), XIL(0x555555851e0f), XIL(0x60), XIL(0x555555f0cdc0), XIL(0), XIL(0)} i = 1 prev_modiff = 3316 prev_buffer = 0x555555fbd5a0 already_adjusted = false #74 0x0000555555857f7c in internal_condition_case (bfun=0x55555576d817 , handlers=XIL(0x90), hfun=0x55555576cc17 ) at eval.c:1485 val = XIL(0xf6f0) c = 0x555555fff150 #75 0x000055555576d3d0 in command_loop_2 (handlers=XIL(0x90)) at keyboard.c:1132 val = XIL(0xf6f0) #76 0x000055555585711c in internal_catch (tag=XIL(0xf6f0), func=0x55555576d3a6 , arg=XIL(0x90)) at eval.c:1208 val = XIL(0) c = 0x555555fff010 #77 0x000055555576d362 in command_loop () at keyboard.c:1110 #78 0x000055555576c6b9 in recursive_edit_1 () at keyboard.c:719 count = { bytes = 32 } val = XIL(0x7fffffffe410) #79 0x000055555576c8e5 in Frecursive_edit () at keyboard.c:802 count = { bytes = 0 } buffer = XIL(0) #80 0x0000555555768014 in main (argc=2, argv=0x7fffffffe698) at emacs.c:2517 stack_bottom_variable = 0x7ffff6084203 no_loadup = false junk = 0x0 dname_arg = 0x0 ch_to_dir = 0x0 original_pwd = 0x0 dump_mode = 0x0 skip_args = 0 temacs = 0x0 attempt_load_pdump = true only_version = false rlim = { rlim_cur = 10022912, rlim_max = 18446744073709551615 } lc_all = 0x0 sockfd = -1 module_assertions = false Lisp Backtrace: "delete-process" (0xf15ff378) "server-start" (0xf15ff320) "server-force-stop" (0xf15ff2d8) 0xf1f86980 PVEC_COMPILED "run-hook-wrapped" (0xf15ff298) "run-hook-query-error-with-timeout" (0xffff3738) "message" (0xf15ff250) 0x5697ae80 PVEC_COMPILED "shell-command-on-region" (0xf15ff0f8) "shell-command" (0xffffd730) "funcall-interactively" (0xffffd728) "call-interactively" (0xf15ff070) "command-execute" (0xffffe118) (gdb) xbacktrace "delete-process" (0xf15ff378) "server-start" (0xf15ff320) "server-force-stop" (0xf15ff2d8) 0xf1f86980 PVEC_COMPILED "run-hook-wrapped" (0xf15ff298) "run-hook-query-error-with-timeout" (0xffff3738) "message" (0xf15ff250) 0x5697ae80 PVEC_COMPILED "shell-command-on-region" (0xf15ff0f8) "shell-command" (0xffffd730) "funcall-interactively" (0xffffd728) "call-interactively" (0xf15ff070) "command-execute" (0xffffe118) (gdb)