bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19314: 25.0.50; Core Dump on Mint 17.1


From: Vin Shelton
Subject: bug#19314: 25.0.50; Core Dump on Mint 17.1
Date: Mon, 8 Dec 2014 14:01:50 -0500

Dear Maintainers,

Ever since updating to linux Mint 17.1,  I have been getting emacs has
been dumping core every couple of days.  I rebuilt with symbols
enabled and you will find the backtrace below.  The emacs is sitting
idle, typically while the computer is idling with the screen blanked.
I think the crashes has something to do with threads; I would not be
surprised to find that the error occurs in the libpthread or libc, but
I wanted to notify you of the failure in case it is actually
emacs-related.

Please let me know if there is any further information you need.

Regards,
  Vin Shelton






 gdb /opt/build/emacs-$(yesterday)/src/emacs core
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
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:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /opt/build/emacs-2014-12-07/src/emacs...done.
[New LWP 18927]
[New LWP 18928]
[New LWP 18930]
[New LWP 18929]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/opt/build/emacs-2014-12-07/src/emacs'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f2a0df3e20b in raise () from /lib/x86_64-linux-gnu/libpthread.so.0
(gdb) bt full
#0  0x00007f2a0df3e20b in raise () from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1  0x00000000004d2191 in terminate_due_to_signal (sig=sig@entry=6,
    backtrace_limit=backtrace_limit@entry=40) at
/opt/src/emacs-2014-12-07/src/emacs.c:388
No locals.
#2  0x00000000004eaa29 in emacs_abort () at
/opt/src/emacs-2014-12-07/src/sysdep.c:2285
No locals.
#3  0x000000000052d2f8 in find_symbol_value (symbol=symbol@entry=12144946)
    at /opt/src/emacs-2014-12-07/src/data.c:1224
        sym = <optimized out>
#4  0x000000000052d30a in Fsymbol_value (symbol=symbol@entry=12144946)
    at /opt/src/emacs-2014-12-07/src/data.c:1236
        val = <optimized out>
#5  0x000000000053d8ba in eval_sub (form=12144946)
    at /opt/src/emacs-2014-12-07/src/eval.c:2070
        lex_binding = <optimized out>
        fun = <optimized out>
        val = <optimized out>
        original_args = 0
        gcpro3 = <optimized out>
        count = <optimized out>
#6  0x000000000053dc10 in eval_sub (form=<optimized out>)
    at /opt/src/emacs-2014-12-07/src/eval.c:2164
        numargs = <optimized out>
        args_left = 15452374
        i = <optimized out>
        maxargs = 2
        argvals = {0, 0, 0, 0, 0, 0, 0, 0}
        fun = <optimized out>
        val = <optimized out>
        original_args = 15452374
        gcpro3 = {next = <optimized out>, var = 0x7fff84c39010, nvars
= <optimized out>}
        count = 14
#7  0x000000000053ff5e in Fif (args=15452294) at
/opt/src/emacs-2014-12-07/src/eval.c:403
        cond = <optimized out>
#8  0x000000000053daa0 in eval_sub (form=form@entry=15452406)
    at /opt/src/emacs-2014-12-07/src/eval.c:2128
        numargs = <optimized out>
        args_left = 15452294
        i = <optimized out>
        maxargs = <optimized out>
        argvals = {11489536, 5429346, 0, 0, 0, 12249122, 12249120, 12144946}
        fun = <optimized out>
        val = <optimized out>
        original_args = 15452294
        gcpro3 = <optimized out>
        count = 13
#9  0x0000000000540b7a in Feval (form=15452406, lexical=<optimized out>)
    at /opt/src/emacs-2014-12-07/src/eval.c:1993
No locals.
#10 0x000000000053e5b1 in Ffuncall (nargs=nargs@entry=2,
args=args@entry=0x7fff84c39260)
    at /opt/src/emacs-2014-12-07/src/eval.c:2717
        internal_argbuf = {15452406, 12144946, 50298928, 1, 12250368,
5429346, 0, 0}
        fun = <optimized out>
        original_fun = <optimized out>
---Type <return> to continue, or q <return> to quit---
        numargs = 1
        val = <optimized out>
        internal_args = 0x7fff84c391b0
        i = <optimized out>
        count = 11
#11 0x000000000053d1c8 in internal_condition_case_n (bfun=0x53e38c <Ffuncall>,
    nargs=nargs@entry=2, args=args@entry=0x7fff84c39260, handlers=12144994,
    hfun=hfun@entry=0x433f83 <safe_eval_handler>) at
/opt/src/emacs-2014-12-07/src/eval.c:1427
        val = <optimized out>
        c = <optimized out>
#12 0x0000000000427b5c in safe__call (inhibit_quit=inhibit_quit@entry=true,
    nargs=nargs@entry=2, func=12250450, ap=ap@entry=0x7fff84c392f8)
    at /opt/src/emacs-2014-12-07/src/xdisp.c:2642
        i = <optimized out>
        sa_avail = <optimized out>
        args = 0x7fff84c39260
        sa_must_free = false
        val = <optimized out>
#13 0x0000000000427c3f in safe__call1 (inhibit_quit=inhibit_quit@entry=true,
    fn=<optimized out>) at /opt/src/emacs-2014-12-07/src/xdisp.c:2679
        retval = 0
        ap = {{gp_offset = 24, fp_offset = 48, overflow_arg_area =
0x7fff84c393d0,
            reg_save_area = 0x7fff84c39310}}
#14 0x000000000043cb32 in safe__eval (sexpr=<optimized out>, inhibit_quit=true)
    at /opt/src/emacs-2014-12-07/src/xdisp.c:2695
No locals.
#15 display_mode_element (it=it@entry=0x7fff84c398a0, depth=6,
depth@entry=5, field_width=0,
    precision=precision@entry=-3, elt=15452470, props=props@entry=15451830,
    risky=risky@entry=0) at /opt/src/emacs-2014-12-07/src/xdisp.c:22514
        tem = <optimized out>
        n = 0
        field = <optimized out>
        prec = <optimized out>
        literal = 0
#16 0x000000000043cd21 in display_mode_element
(it=it@entry=0x7fff84c398a0, depth=5,
    depth@entry=4, field_width=field_width@entry=0,
precision=precision@entry=-3,
    elt=15451958, props=15451830, risky=risky@entry=0)
    at /opt/src/emacs-2014-12-07/src/xdisp.c:22595
        halftail = 15452486
        len = 1
        tem = <optimized out>
        n = 0
        field = <optimized out>
        prec = <optimized out>
        literal = <optimized out>
#17 0x000000000043cbbd in display_mode_element
(it=it@entry=0x7fff84c398a0, depth=4,
    depth@entry=3, field_width=0, precision=precision@entry=-3, elt=15451718,
    props=props@entry=12144946, risky=risky@entry=0)
    at /opt/src/emacs-2014-12-07/src/xdisp.c:22529
        tem = <optimized out>
        n = 0
        field = <optimized out>
        prec = <optimized out>
        literal = 0
#18 0x000000000043cd21 in display_mode_element
(it=it@entry=0x7fff84c398a0, depth=3,
---Type <return> to continue, or q <return> to quit---
    depth@entry=1, field_width=0, precision=precision@entry=-3, elt=15451702,
    props=props@entry=12144946, risky=risky@entry=0)
    at /opt/src/emacs-2014-12-07/src/xdisp.c:22595
        halftail = 15451686
        len = 1
        tem = <optimized out>
        n = 0
        field = <optimized out>
        prec = <optimized out>
        literal = <optimized out>
#19 0x000000000043cd21 in display_mode_element
(it=it@entry=0x7fff84c398a0, depth=1,
    depth@entry=0, field_width=field_width@entry=0, precision=precision@entry=0,
    elt=58388886, elt@entry=58388934, props=12144946, risky=risky@entry=0)
    at /opt/src/emacs-2014-12-07/src/xdisp.c:22595
        halftail = 58388918
        len = 3
        tem = <optimized out>
        n = 3
        field = <optimized out>
        prec = <optimized out>
        literal = <optimized out>
#20 0x000000000043d331 in display_mode_line (w=w@entry=0x30629d0,
face_id=MODE_LINE_FACE_ID,
    format=58388934) at /opt/src/emacs-2014-12-07/src/xdisp.c:22112
        it = {window = 50735573, w = 0x30629d0, f = 0x11ddf90, method
= GET_FROM_STRING,
          stop_charpos = 1, prev_stop = 0, base_level_stop = 0,
end_charpos = 1, s = 0x0,
          string_nchars = 1, redisplay_end_trigger_charpos = 0,
multibyte_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 = 0x379ebf0, dpvec = 0x0, dpend = 0x0,
          dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 1,
ctl_chars = {
            0 <repeats 16 times>}, start = {pos = {charpos = 0, bytepos = 0},
            overlay_string_index = 0, string_pos = {charpos = 0, bytepos = 0},
            dpvec_index = 0}, current = {pos = {charpos = 0, bytepos = 0},
            overlay_string_index = -1, string_pos = {charpos = 1, bytepos = 1},
            dpvec_index = -1}, n_overlay_strings = 0,
overlay_strings_charpos = 0,
          overlay_strings = {0 <repeats 16 times>}, string_overlays =
{0 <repeats 16 times>},
          string = 35006897, from_overlay = 0, stack = {{string = 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 = 0, slice = {
                    x = 0, y = 0, width = 0, height = 0}, image_id =
0}, comp = {object = 0},
                stretch = {object = 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 = 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 = 0,
              font_height = 0}, {string = 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 = 0, slice = {x = 0, y
= 0, width = 0,
---Type <return> to continue, or q <return> to quit---
                    height = 0}, image_id = 0}, comp = {object = 0},
stretch = {object = 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 = 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 = 0,
font_height = 0}, {
              string = 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 = 0, slice = {x = 0, y = 0, width = 0,
height = 0},
                  image_id = 0}, comp = {object = 0}, stretch =
{object = 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 = 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 = 0,
font_height = 0}, {
              string = 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 = 0, slice = {x = 0, y = 0, width = 0,
height = 0},
                  image_id = 0}, comp = {object = 0}, stretch =
{object = 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 = 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 = 0,
font_height = 0}, {
              string = 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 = 0, slice = {x = 0, y = 0, width = 0,
height = 0},
                  image_id = 0}, comp = {object = 0}, stretch =
{object = 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 = 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 = 0,
font_height = 0}}, sp = 0,
          selective = 0, what = IT_EOB, face_id = 1,
selective_display_ellipsis_p = true,
          ctl_arrow_p = true, face_box_p = true, start_of_box_run_p = false,
          end_of_box_run_p = false, overlay_strings_at_end_processed_p = false,
          ignore_overlay_strings_at_pos_p = false,
glyph_not_available_p = false,
---Type <return> to continue, or q <return> to quit---
          starts_in_middle_of_char_p = false, face_before_selective_p = false,
          constrain_row_ascent_descent_p = false, line_wrap =
TRUNCATE, base_face_id = 1,
          c = 58, len = 1, cmp_it = {stop_pos = 0, 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 = 58,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id =
0, slice = {
            x = 12144946, y = 12144946, width = 12144946, height = 12144946},
          space_width = 12144946, voffset = 0, tab_width = 8,
font_height = 12144946,
          object = 35006897, position = {charpos = 0, bytepos = 0},
          truncation_pixel_width = 7, continuation_pixel_width = 0,
first_visible_x = 0,
          last_visible_x = 1912, last_visible_y = 1075, extra_line_spacing = 0,
          max_extra_line_spacing = 0, override_ascent = -1,
override_descent = 0,
          override_boff = 0, glyph_row = 0x37d15e0, area = TEXT_AREA,
nglyphs = 1,
          pixel_width = 4, ascent = 16, descent = 5, max_ascent = 16,
max_descent = 5,
          phys_ascent = 8, phys_descent = -1, max_phys_ascent = 10,
max_phys_descent = 0,
          current_x = 19, continuation_lines_width = 0, eol_pos =
{charpos = 0, bytepos = 0},
          current_y = 0, first_vpos = 0, vpos = 0, hpos = 3,
left_user_fringe_bitmap = 0,
          right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0,
          right_user_fringe_face_id = 0, bidi_p = true, bidi_it =
{bytepos = 1, charpos = 1,
            ch = -1, nchars = 1, ch_len = 1, type = NEUTRAL_B,
type_after_wn = NEUTRAL_B,
            orig_type = NEUTRAL_B, resolved_level = 0 '\000',
isolate_level = 0 '\000',
            invalid_levels = 0, invalid_isolates = 0, prev = {charpos
= 0, type = UNKNOWN_BT,
              orig_type = WEAK_CS}, last_strong = {charpos = 0, type =
UNKNOWN_BT,
              orig_type = UNKNOWN_BT}, next_for_neutral = {charpos =
-1, type = UNKNOWN_BT,
              orig_type = UNKNOWN_BT}, prev_for_neutral = {charpos =
1, type = STRONG_L,
              orig_type = WEAK_CS}, next_for_ws = {charpos = -1, type
= UNKNOWN_BT,
              orig_type = UNKNOWN_BT}, bracket_pairing_pos = -1,
            bracket_enclosed_type = UNKNOWN_BT, next_en_pos = 0,
next_en_type = UNKNOWN_BT,
            sos = L2R, scan_dir = 1, disp_pos = 1, disp_prop = 0, stack_idx = 0,
            level_stack = {{next_for_neutral_pos = 0, next_for_neutral_type = 0,
                last_strong_type = 0, prev_for_neutral_type = 0, level
= 0 '\000',
                flags = 0 '\000'} <repeats 128 times>}, string =
{lstring = 35006897,
              s = 0x0, schars = 1, bufpos = 0, from_disp_str = false,
unibyte = true},
            w = 0x30629d0, paragraph_dir = L2R, separator_limit = 1,
first_elt = false,
            new_paragraph = false, frame_window_p = true},
paragraph_embedding = L2R}
        face = <optimized out>
#21 0x000000000043d584 in display_mode_lines (w=w@entry=0x30629d0)
    at /opt/src/emacs-2014-12-07/src/xdisp.c:22055
        old_selected_window = 50735573
        old_selected_frame = 18734997
        new_frame = 18734997
        old_frame_selected_window = 50735573
        n = 0
#22 0x0000000000459ca3 in redisplay_window (window=window@entry=50735573,
    just_this_one_p=just_this_one_p@entry=false)
    at /opt/src/emacs-2014-12-07/src/xdisp.c:16857
        old = <optimized out>
        lpoint = {charpos = 10, bytepos = 10}
        opoint = <optimized out>
        startp = <optimized out>
        update_mode_line = 1
        it = {window = 140735420804320, w = 0x1, f = 0x7fff84c3ad30,
          method = GET_FROM_BUFFER, stop_charpos = -281474976710656,
prev_stop = 256,
          base_level_stop = 0, end_charpos = 511101108334, s = 0x0,
          string_nchars = 140735420804463,
redisplay_end_trigger_charpos = 1173179031802880,
---Type <return> to continue, or q <return> to quit---
          multibyte_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 = 0x42b000000007c, dpvec = 0x5700000042b00,
          dpend = 0x42b000772d400, dpvec_char_len = 125021952,
dpvec_face_id = 356352,
          saved_face_id = 125031424, ctl_chars = {32,
-140735420804623, 15095904,
            140735420804704, 0, 54934992, 1, 13882704, 13882704,
140735420804704, 0,
            4294967296, 139818634166353, 13882704, 13882704,
140735420804704}, start = {
            pos = {charpos = 140735420804656, bytepos = 1},
            overlay_string_index = 139818634185231, string_pos =
{charpos = 4294967296,
              bytepos = 54906032}, dpvec_index = 14219776}, current = {pos = {
              charpos = 57320672, bytepos = 15095904},
            overlay_string_index = 140735420809580, string_pos =
{charpos = 14219776,
              bytepos = 139818541998663}, dpvec_index = 13882704},
          n_overlay_strings = 13882704, overlay_strings_charpos = 14219776,
          overlay_strings = {57320672, 15095904, 140735420809580,
14219776, 139818633952548,
            13882704, 139818634359530, 0, 4607182418800017408, 0,
4054449127432, 13882704,
            140735420805580, 14219776, 139818634166690, 4606641280397732578},
          string_overlays = {4606641280397732578, 4606641280397732578,
139818535224531,
            14908400, 15095904, 14908400, 139818620662563, 15095904,
52430221, 15095904,
            139818620673647, 15095904, 139818618296713, 0,
139818633954974, 140735420805008},
          string = 140735420809648, from_overlay = 140735420805580, stack = {{
              string = 140735420805576, string_nchars = 15095904,
              end_charpos = 140735420809580, stop_charpos = 14219776,
              prev_stop = 139818634340261, base_level_stop =
140735420805240, cmp_it = {
                stop_pos = 13882704, id = 0, ch = 8, rule_idx = 944,
                lookback = 140735420805200, nglyphs = -2067545680,
reversed_p = 255,
                charpos = 139818636915488, nchars = 13535424, nbytes =
0, from = 0, to = 0,
                width = -2067549752}, face_id = 0, u = {image =
{object = 139818634343719,
                  slice = {x = 242688, y = 139818634074299, width = 4294967296,
                    height = 486144}, image_id = 140735420805484}, comp = {
                  object = 139818634343719}, stretch = {object =
139818634343719}},
              position = {charpos = 140735420805476, bytepos =
-2067550112}, current = {
                pos = {charpos = 42665616, bytepos = 50891008},
                overlay_string_index = 13955200, string_pos = {charpos = 2,
                  bytepos = 140735420809520}, dpvec_index = 0},
              from_overlay = 139818541998663, area = 57320672, method
= GET_FROM_BUFFER,
              paragraph_embedding = (L2R | unknown: 268598596),
multibyte_p = false,
              string_from_display_prop_p = true,
string_from_prefix_prop_p = false,
              display_ellipsis_p = true, avoid_cursor_p = false, bidi_p = true,
              from_disp_prop_p = false, line_wrap = (unknown:
57320672), voffset = 0,
              space_width = 139818634361749, font_height = 241806},
{string = 13952096,
              string_nchars = 57320672, end_charpos = 14219776,
stop_charpos = 15095904,
              prev_stop = 52430219, base_level_stop = 4294967296, cmp_it = {
                stop_pos = 139818620548876, id = 0, ch = 14219776, rule_idx = 0,
                lookback = 14219776, nglyphs = 268994827, reversed_p = 42,
                charpos = 139818636915488, nchars = 13952096, nbytes =
0, from = 2, to = 0,
                width = 13535424}, face_id = 271561504, u = {image =
{object = 0, slice = {
                    x = 13535424, y = 139818634324864, width = 13535424,
                    height = 139818634238119}, image_id =
140733193388032}, comp = {
                  object = 0}, stretch = {object = 0}}, position = {
                charpos = 140735420809580, bytepos = 3298534883328},
current = {pos = {
                  charpos = 140735420806272, bytepos = 13381376},
                overlay_string_index = 139818634156379, string_pos =
{charpos = 2227417680,
                  bytepos = 14219776}, dpvec_index = 268877536},
              from_overlay = 140735420806272, area = LEFT_MARGIN_AREA,
---Type <return> to continue, or q <return> to quit---
              method = GET_FROM_BUFFER, paragraph_embedding =
(unknown: 2227421548),
              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: 2227418160), voffset = 32767,
              space_width = 140735420805952, font_height = 58278376},
{string = 49,
              string_nchars = 486433, end_charpos = 140735420806272,
stop_charpos = 0,
              prev_stop = 139818636915488, base_level_stop = 0, cmp_it = {
                stop_pos = 140735420809520, id = 0, ch = 268888583,
rule_idx = 32554,
                lookback = 0, nglyphs = 241613, reversed_p = false,
charpos = 241613,
                nchars = 268720243, nbytes = 32554, from = 1, to =
768, width = 488448},
              face_id = -2067549336, u = {image = {object =
140735420806228, slice = {
                    x = -4294480817, y = 140735420805744, width =
140735420805760,
                    height = 1037719933774868}, image_id =
1041237511990272}, comp = {
                  object = 140735420806228}, stretch = {object =
140735420806228}},
              position = {charpos = 52160976, bytepos = 48}, current = {pos = {
                  charpos = 139818593978208, bytepos = 52161024},
                overlay_string_index = 39139264, string_pos = {charpos = 48,
                  bytepos = 139818590581520}, dpvec_index = 43092900},
from_overlay = 64,
              area = 228624224, method = 32554, paragraph_embedding =
(unknown: 52160992),
              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: 52160976), voffset = 0, space_width = 64,
              font_height = 43}, {string = 139818590587465,
string_nchars = 1792,
              end_charpos = 140735420806736, stop_charpos = 43, prev_stop = 28,
              base_level_stop = 0, cmp_it = {stop_pos =
140735420806736, id = 52161025,
                ch = 5396072, rule_idx = 0, lookback = 72057589742960641,
                nglyphs = -2067548592, reversed_p = 255, charpos = 10,
nchars = 4675436,
                nbytes = 0, from = -2067549072, to = 32767, width =
52161020}, face_id = 20,
              u = {image = {object = 0, slice = {x = 140735420806736,
y = 4681301,
                    width = 140735420806276, height = 57693737},
image_id = 43092736},
                comp = {object = 0}, stretch = {object = 0}}, position
= {charpos = 6,
                bytepos = 43092924}, current = {pos = {charpos =
6431250872039968512,
                  bytepos = 140735420806192}, overlay_string_index =
140735420806736,
                string_pos = {charpos = 140735420806544, bytepos = 12144946},
                dpvec_index = 49}, from_overlay = 0, area = 36297568,
              method = GET_FROM_BUFFER, paragraph_embedding =
(unknown: 4718340),
              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 = 139818634076494,
              font_height = 446676598831}, {string = 468151435375,
string_nchars = 101,
              end_charpos = 425201762401, stop_charpos = 201863463027,
              prev_stop = 433791696942, base_level_stop =
416611827821, cmp_it = {
                stop_pos = 493921239139, id = 429496729646, ch = 47,
rule_idx = 46,
                lookback = 468151435365, nglyphs = 97, reversed_p = 99,
                charpos = 197568495731, nchars = 100, nbytes = 101,
from = 115, to = 107,
                width = 116}, face_id = 112, u = {image = {object =
140735420807404, slice = {
                    x = 140735420806320, y = 139818633898192, width =
4294967296,
                    height = 68719476751}, image_id = 140735420806736}, comp = {
                  object = 140735420807404}, stretch = {object =
140735420807404}},
              position = {charpos = 140735420806544, bytepos = 0},
current = {pos = {
                  charpos = 33, bytepos = 57638561},
overlay_string_index = 4718137,
                string_pos = {charpos = 3637837300500, bytepos = 36296896},
---Type <return> to continue, or q <return> to quit---
                dpvec_index = 13952096}, from_overlay = 4308502720,
area = 271561504,
              method = 32554, paragraph_embedding = (L2R | unknown:
32), 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 = 33,
              font_height = 33}}, sp = 57638496, selective = 33, what
= 57638561,
          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_wrap = TRUNCATE,
          base_face_id = 5397321, c = 0, len = 640, cmp_it = {stop_pos
= 5494122, id = 0,
            ch = -2067548592, rule_idx = 32767, lookback = 0, nglyphs = 0,
            reversed_p = false, charpos = 33, nchars = 57638561,
nbytes = 0, from = 0,
            to = 0, width = 4765291}, char_to_display = 42755912,
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id =
-1, slice = {
            x = 12144994, y = 20, width = 15590912, height = 33},
space_width = 33,
          voffset = 33, tab_width = 0, font_height = 15486690, object
= 15486690, position = {
            charpos = 36296896, bytepos = 12144994},
truncation_pixel_width = 32417,
          continuation_pixel_width = 879, first_visible_x = 0,
last_visible_x = 2,
          last_visible_y = 0, extra_line_spacing = 33,
max_extra_line_spacing = 0,
          override_ascent = 1, override_descent = 0, override_boff = 1,
          glyph_row = 0x48c656 <code_convert_string+462>, area =
12144994, nglyphs = 0,
          pixel_width = 0, ascent = 0, descent = 33, max_ascent = 0,
max_descent = 11859456,
          phys_ascent = 0, phys_descent = 34, max_phys_ascent = 0,
max_phys_descent = 19456,
          current_x = 2, continuation_lines_width = 1, eol_pos =
{charpos = 56892787,
            bytepos = 0}, current_y = 13184, first_vpos = 0, vpos =
56892787, hpos = 0,
          left_user_fringe_bitmap = 6, right_user_fringe_bitmap = 0,
          left_user_fringe_face_id = 0, right_user_fringe_face_id =
16992, bidi_p = true,
          bidi_it = {bytepos = 0, charpos = 19, ch = 1, nchars = 0, ch_len = 0,
            type = UNKNOWN_BT, type_after_wn = 65792, orig_type = 56892768,
            resolved_level = 0 '\000', isolate_level = 0 '\000',
invalid_levels = 0,
            invalid_isolates = 56892768, prev = {charpos = 4295454925,
type = 57688676,
              orig_type = UNKNOWN_BT}, last_strong = {charpos = 1,
type = 157093632,
              orig_type = 1497392280}, next_for_neutral = {charpos =
1041143022710989,
              type = 47, orig_type = UNKNOWN_BT}, prev_for_neutral =
{charpos = 16030272,
              type = 11859520, orig_type = UNKNOWN_BT}, next_for_ws =
{charpos = 0,
              type = UNKNOWN_BT, orig_type = UNKNOWN_BT},
bracket_pairing_pos = 57548033,
            bracket_enclosed_type = 5363958, next_en_pos = 0,
next_en_type = WEAK_CS,
            sos = NEUTRAL_DIR, scan_dir = 0, disp_pos = 11859456, disp_prop = 0,
            stack_idx = 0, level_stack = {{next_for_neutral_pos = 19,
                next_for_neutral_type = 0, last_strong_type = 4,
prev_for_neutral_type = 5,
                level = 100 'd', flags = 3 '\003'}, {next_for_neutral_pos = 19,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 282755145488182,
                next_for_neutral_type = 0, last_strong_type = 4,
prev_for_neutral_type = 5,
                level = 100 'd', flags = 3 '\003'}, {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 = 11857624,
                next_for_neutral_type = 0, last_strong_type = 3,
prev_for_neutral_type = 3,
                level = 185 '\271', flags = 0 '\000'},
{next_for_neutral_pos = 0,
                next_for_neutral_type = 2, last_strong_type = 6,
prev_for_neutral_type = 4,
                level = 185 '\271', flags = 0 '\000'},
{next_for_neutral_pos = 57548032,
                next_for_neutral_type = 1, last_strong_type = 4,
prev_for_neutral_type = 0,
---Type <return> to continue, or q <return> to quit---
                level = 0 '\000', flags = 0 '\000'}, {next_for_neutral_pos = 33,
                next_for_neutral_type = 1, last_strong_type = 4,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'}, {next_for_neutral_pos = 33,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'}, {next_for_neutral_pos = 0,
                next_for_neutral_type = 1, last_strong_type = 4,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'}, {next_for_neutral_pos = 33,
                next_for_neutral_type = 0, last_strong_type = 1,
prev_for_neutral_type = 2,
                level = 195 '\303', flags = 132 '\204'},
{next_for_neutral_pos = 57693701,
                next_for_neutral_type = 2, last_strong_type = 2,
prev_for_neutral_type = 0,
                level = 186 '\272', flags = 0 '\000'},
{next_for_neutral_pos = -1,
                next_for_neutral_type = 3, last_strong_type = 5,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 140735420815616,
                next_for_neutral_type = 0, last_strong_type = 2,
prev_for_neutral_type = 2,
                level = 195 '\303', flags = 132 '\204'}, {
                next_for_neutral_pos = 140735420807350,
next_for_neutral_type = 3,
                last_strong_type = 5, prev_for_neutral_type = 2, level
= 195 '\303',
                flags = 132 '\204'}, {next_for_neutral_pos = 18927,
                next_for_neutral_type = 0, last_strong_type = 4,
prev_for_neutral_type = 5,
                level = 23 '\027', flags = 18 '\022'},
{next_for_neutral_pos = 5203468,
                next_for_neutral_type = 7, last_strong_type = 3,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 1417994407,
                next_for_neutral_type = 0, last_strong_type = 6,
prev_for_neutral_type = 1,
                level = 195 '\303', flags = 132 '\204'}, {
                next_for_neutral_pos = 140735420807367,
next_for_neutral_type = 3,
                last_strong_type = 5, prev_for_neutral_type = 2, level
= 195 '\303',
                flags = 132 '\204'}, {next_for_neutral_pos = 140735420807350,
                next_for_neutral_type = 4, last_strong_type = 7,
prev_for_neutral_type = 2,
                level = 195 '\303', flags = 132 '\204'}, {
                next_for_neutral_pos = 8027496376423375713,
next_for_neutral_type = 4,
                last_strong_type = 5, prev_for_neutral_type = 5, level
= 115 's',
                flags = 45 '-'}, {next_for_neutral_pos = 3545512932751325496,
                next_for_neutral_type = 7, last_strong_type = 6,
prev_for_neutral_type = 4,
                level = 57 '9', flags = 52 '4'}, {next_for_neutral_pos
= 5205269,
                next_for_neutral_type = 0, last_strong_type = 2,
prev_for_neutral_type = 6,
                level = 195 '\303', flags = 132 '\204'},
{next_for_neutral_pos = 36297536,
                next_for_neutral_type = 7, last_strong_type = 5,
prev_for_neutral_type = 0,
                level = 111 'o', flags = 109 'm'}, {
                next_for_neutral_pos = 8314596459532922739,
next_for_neutral_type = 6,
                last_strong_type = 5, prev_for_neutral_type = 0, level = 47 '/',
                flags = 46 '.'}, {next_for_neutral_pos = 7742643665330463585,
                next_for_neutral_type = 4, last_strong_type = 6,
prev_for_neutral_type = 5,
                level = 112 'p', flags = 0 '\000'},
{next_for_neutral_pos = 4769851,
                next_for_neutral_type = 0, last_strong_type = 2,
prev_for_neutral_type = 6,
                level = 195 '\303', flags = 132 '\204'},
{next_for_neutral_pos = 5205040,
                next_for_neutral_type = 1, last_strong_type = 4,
prev_for_neutral_type = 2,
                level = 111 'o', flags = 3 '\003'},
{next_for_neutral_pos = 3131031646922,
                next_for_neutral_type = 0, last_strong_type = 1,
prev_for_neutral_type = 6,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3384434230016,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3384434716877,
                next_for_neutral_type = 2, last_strong_type = 1,
prev_for_neutral_type = 3,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3805341512584,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 4,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 3131031645491,
---Type <return> to continue, or q <return> to quit---
                next_for_neutral_type = 6, last_strong_type = 6,
prev_for_neutral_type = 1,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3298535370752,
                next_for_neutral_type = 0, last_strong_type = 6,
prev_for_neutral_type = 4,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3637837300500,
                next_for_neutral_type = 5, last_strong_type = 1,
prev_for_neutral_type = 3,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3637837787534,
                next_for_neutral_type = 2, last_strong_type = 1,
prev_for_neutral_type = 3,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3805341512584,
                next_for_neutral_type = 4, last_strong_type = 2,
prev_for_neutral_type = 4,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 3131031645491,
                next_for_neutral_type = 6, last_strong_type = 6,
prev_for_neutral_type = 1,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3384434716464,
                next_for_neutral_type = 0, last_strong_type = 6,
prev_for_neutral_type = 1,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3805341025103,
                next_for_neutral_type = 3, last_strong_type = 6,
prev_for_neutral_type = 4,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3805341510774,
                next_for_neutral_type = 0, last_strong_type = 6,
prev_for_neutral_type = 1,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 4582730591531,
                next_for_neutral_type = 7, last_strong_type = 1,
prev_for_neutral_type = 5,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 3637837787534,
                next_for_neutral_type = 3, last_strong_type = 7,
prev_for_neutral_type = 0,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3131031646922,
                next_for_neutral_type = 0, last_strong_type = 1,
prev_for_neutral_type = 6,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 4041564226422,
                next_for_neutral_type = 6, last_strong_type = 1,
prev_for_neutral_type = 6,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 140735420807840,
                next_for_neutral_type = 0, last_strong_type = 2,
prev_for_neutral_type = 4,
                level = 195 '\303', flags = 132 '\204'}, {
                next_for_neutral_pos = 140735420808976,
next_for_neutral_type = 4,
                last_strong_type = 3, prev_for_neutral_type = 2, level
= 195 '\303',
                flags = 132 '\204'}, {next_for_neutral_pos = 0,
next_for_neutral_type = 0,
                last_strong_type = 2, prev_for_neutral_type = 0, level = 46 '.',
                flags = 2 '\002'}, {next_for_neutral_pos = 139818616135259,
                next_for_neutral_type = 0, last_strong_type = 4,
prev_for_neutral_type = 1,
                level = 230 '\346', flags = 0 '\000'}, {
                next_for_neutral_pos = 140735420808928,
next_for_neutral_type = 4,
                last_strong_type = 1, prev_for_neutral_type = 4, level
= 195 '\303',
                flags = 132 '\204'}, {next_for_neutral_pos = 4617089843201,
                next_for_neutral_type = 0, last_strong_type = 6,
prev_for_neutral_type = 1,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 486699,
                next_for_neutral_type = 3, last_strong_type = 5,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 3805341510774,
                next_for_neutral_type = 1, last_strong_type = 3,
prev_for_neutral_type = 7,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 4582730591531,
                next_for_neutral_type = 7, last_strong_type = 1,
prev_for_neutral_type = 1,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 4617089844267,
                next_for_neutral_type = 4, last_strong_type = 2,
prev_for_neutral_type = 3,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 5978594964399,
                next_for_neutral_type = 0, last_strong_type = 1,
prev_for_neutral_type = 6,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 4617090331684,
                next_for_neutral_type = 3, last_strong_type = 6,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 4617090329561,
                next_for_neutral_type = 3, last_strong_type = 4,
prev_for_neutral_type = 5,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 4582730591531,
                next_for_neutral_type = 7, last_strong_type = 1,
prev_for_neutral_type = 1,
---Type <return> to continue, or q <return> to quit---
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 140733193388032,
                next_for_neutral_type = 4, last_strong_type = 2,
prev_for_neutral_type = 5,
                level = 219 '\333', flags = 0 '\000'}, {
                next_for_neutral_pos = 140735420808000,
next_for_neutral_type = 0,
                last_strong_type = 2, prev_for_neutral_type = 5, level
= 195 '\303',
                flags = 132 '\204'}, {next_for_neutral_pos = 140735420808224,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 4,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 1041237511990730,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 4,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 1036839465479168,
                next_for_neutral_type = 2, last_strong_type = 1,
prev_for_neutral_type = 7,
                level = 255 '\377', flags = 255 '\377'}, {
                next_for_neutral_pos = 140735420808320,
next_for_neutral_type = 0,
                last_strong_type = 1, prev_for_neutral_type = 0, level
= 219 '\333',
                flags = 0 '\000'}, {next_for_neutral_pos = 139818633997280,
                next_for_neutral_type = 0, last_strong_type = 6,
prev_for_neutral_type = 0,
                level = 219 '\333', flags = 0 '\000'},
{next_for_neutral_pos = 13,
                next_for_neutral_type = 4, last_strong_type = 3,
prev_for_neutral_type = 5,
                level = 219 '\333', flags = 0 '\000'}, {
                next_for_neutral_pos = 139818634076494,
next_for_neutral_type = 0,
                last_strong_type = 4, prev_for_neutral_type = 0, level
= 195 '\303',
                flags = 132 '\204'}, {next_for_neutral_pos = 139818633997268,
                next_for_neutral_type = 0, last_strong_type = 4,
prev_for_neutral_type = 0,
                level = 195 '\303', flags = 132 '\204'}, {
                next_for_neutral_pos = 139818634002620,
next_for_neutral_type = 0,
                last_strong_type = 4, prev_for_neutral_type = 3, level
= 3 '\003',
                flags = 16 '\020'}, {next_for_neutral_pos = 139818633997072,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 7,
                level = 3 '\003', flags = 16 '\020'},
{next_for_neutral_pos = 14406704,
                next_for_neutral_type = 5, last_strong_type = 5,
prev_for_neutral_type = 2,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 139818634076494,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 139818633997308,
                next_for_neutral_type = 0, last_strong_type = 4,
prev_for_neutral_type = 4,
                level = 47 '/', flags = 16 '\020'},
{next_for_neutral_pos = 139818634076494,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 2,
                level = 195 '\303', flags = 132 '\204'}, {
                next_for_neutral_pos = 139818633997629,
next_for_neutral_type = 0,
                last_strong_type = 0, prev_for_neutral_type = 2, level
= 195 '\303',
                flags = 132 '\204'}, {next_for_neutral_pos =
4591870180066957722,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 4,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 140735420808320,
                next_for_neutral_type = 0, last_strong_type = 1,
prev_for_neutral_type = 0,
                level = 219 '\333', flags = 0 '\000'}, {
                next_for_neutral_pos = 140735420809376,
next_for_neutral_type = 0,
                last_strong_type = 4, prev_for_neutral_type = 4, level = 47 '/',
                flags = 16 '\020'}, {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 = 139818634244093,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 14406664,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'}, {
                next_for_neutral_pos = 2098967697424896,
next_for_neutral_type = 0,
                last_strong_type = 0, prev_for_neutral_type = 0, level
= 3 '\003',
---Type <return> to continue, or q <return> to quit---
                flags = 0 '\000'}, {next_for_neutral_pos = 2098967697424896,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 3 '\003', flags = 0 '\000'},
{next_for_neutral_pos = 58261908,
                next_for_neutral_type = 1, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 3384434229376,
                next_for_neutral_type = 0, last_strong_type = 4,
prev_for_neutral_type = 4,
                level = 68 'D', flags = 3 '\003'},
{next_for_neutral_pos = 6579890383641,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 4,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 7696581395964,
                next_for_neutral_type = 7, last_strong_type = 7,
prev_for_neutral_type = 7,
                level = 255 '\377', flags = 255 '\377'}, {
                next_for_neutral_pos = 2088079955330317,
next_for_neutral_type = 4,
                last_strong_type = 7, prev_for_neutral_type = 7, level
= 0 '\000',
                flags = 0 '\000'}, {next_for_neutral_pos = -4294965764,
                next_for_neutral_type = 1, last_strong_type = 3,
prev_for_neutral_type = 7,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 5553393199971,
                next_for_neutral_type = 3, last_strong_type = 6,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'}, {
                next_for_neutral_pos = 2089583193882623,
next_for_neutral_type = 6,
                last_strong_type = 6, prev_for_neutral_type = 5, level
= 0 '\000',
                flags = 0 '\000'}, {next_for_neutral_pos = 3805341025331,
                next_for_neutral_type = 3, last_strong_type = 6,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 3131031645491,
                next_for_neutral_type = 6, last_strong_type = 6,
prev_for_neutral_type = 1,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3805341024985,
                next_for_neutral_type = 7, last_strong_type = 7,
prev_for_neutral_type = 7,
                level = 255 '\377', flags = 255 '\377'}, {
                next_for_neutral_pos = 2090390647734883,
next_for_neutral_type = 1,
                last_strong_type = 3, prev_for_neutral_type = 3, level
= 0 '\000',
                flags = 0 '\000'}, {next_for_neutral_pos = -4294966567,
                next_for_neutral_type = 4, last_strong_type = 7,
prev_for_neutral_type = 3,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 2624225504781,
                next_for_neutral_type = 1, last_strong_type = 3,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'}, {
                next_for_neutral_pos = 2093474434252799,
next_for_neutral_type = 0,
                last_strong_type = 0, prev_for_neutral_type = 0, level
= 0 '\000',
                flags = 0 '\000'}, {next_for_neutral_pos = 2199023256089,
                next_for_neutral_type = 1, last_strong_type = 3,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 2199023742976,
                next_for_neutral_type = 1, last_strong_type = 0,
prev_for_neutral_type = 4,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 2306397438464,
                next_for_neutral_type = 1, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'}, {
                next_for_neutral_pos = 2095604738032153,
next_for_neutral_type = 3,
                last_strong_type = 4, prev_for_neutral_type = 1, level
= 0 '\000',
                flags = 0 '\000'}, {next_for_neutral_pos = 4294967907,
                next_for_neutral_type = 1, last_strong_type = 6,
prev_for_neutral_type = 7,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 3131031646922,
                next_for_neutral_type = 3, last_strong_type = 4,
prev_for_neutral_type = 1,
                level = 0 '\000', flags = 0 '\000'}, {
                next_for_neutral_pos = 2096536745934849,
next_for_neutral_type = 1,
                last_strong_type = 3, prev_for_neutral_type = 3, level
= 0 '\000',
                flags = 0 '\000'}, {next_for_neutral_pos = 3131031159670,
                next_for_neutral_type = 6, last_strong_type = 6,
prev_for_neutral_type = 5,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 3805341512584,
---Type <return> to continue, or q <return> to quit---
                next_for_neutral_type = 4, last_strong_type = 4,
prev_for_neutral_type = 0,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 4617089844086,
                next_for_neutral_type = 1, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'}, {
                next_for_neutral_pos = 2098533905728563,
next_for_neutral_type = 5,
                last_strong_type = 1, prev_for_neutral_type = 4, level
= 0 '\000',
                flags = 0 '\000'}, {next_for_neutral_pos = 4294968589,
                next_for_neutral_type = 3, last_strong_type = 3,
prev_for_neutral_type = 2,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 6579890386149,
                next_for_neutral_type = 5, last_strong_type = 1,
prev_for_neutral_type = 4,
                level = 0 '\000', flags = 0 '\000'}, {
                next_for_neutral_pos = 2098851733307393,
next_for_neutral_type = 4,
                last_strong_type = 7, prev_for_neutral_type = 7, level
= 0 '\000',
                flags = 0 '\000'}, {next_for_neutral_pos = 6579889899264,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 4,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 7696581883136,
                next_for_neutral_type = 0, last_strong_type = 0,
prev_for_neutral_type = 4,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 1036839464994560,
                next_for_neutral_type = 1, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 11512480,
                next_for_neutral_type = 6, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'}, {next_for_neutral_pos = 0,
                next_for_neutral_type = 0, last_strong_type = 4,
prev_for_neutral_type = 3,
                level = 100 'd', flags = 2 '\002'},
{next_for_neutral_pos = 5093550,
                next_for_neutral_type = 0, last_strong_type = 6,
prev_for_neutral_type = 7,
                level = 195 '\303', flags = 132 '\204'},
{next_for_neutral_pos = 5860466,
                next_for_neutral_type = 1, last_strong_type = 1,
prev_for_neutral_type = 0,
                level = 12 '\f', flags = 0 '\000'}, {next_for_neutral_pos = 7,
                next_for_neutral_type = 0, last_strong_type = 7,
prev_for_neutral_type = 3,
                level = 43 '+', flags = 1 '\001'},
{next_for_neutral_pos = 4346012,
                next_for_neutral_type = 0, last_strong_type = 4,
prev_for_neutral_type = 3,
                level = 100 'd', flags = 2 '\002'},
{next_for_neutral_pos = 30070631620,
                next_for_neutral_type = 1, last_strong_type = 0,
prev_for_neutral_type = 0,
                level = 0 '\000', flags = 0 '\000'},
{next_for_neutral_pos = 4516904,
                next_for_neutral_type = 4, last_strong_type = 4,
prev_for_neutral_type = 4,
                level = 3 '\003', flags = 0 '\000'},
{next_for_neutral_pos = 4295209764,
                next_for_neutral_type = 2, last_strong_type = 1,
prev_for_neutral_type = 3,
                level = 7 '\a', flags = 0 '\000'},
{next_for_neutral_pos = 1041903231922673,
                next_for_neutral_type = 4, last_strong_type = 4,
prev_for_neutral_type = 4,
                level = 3 '\003', flags = 0 '\000'}, {
                next_for_neutral_pos = 2095604738031617,
next_for_neutral_type = 3,
                last_strong_type = 3, prev_for_neutral_type = 6, level
= 3 '\003',
                flags = 0 '\000'}, {next_for_neutral_pos = 1041903231677413,
                next_for_neutral_type = 5, last_strong_type = 4,
prev_for_neutral_type = 7,
                level = 3 '\003', flags = 0 '\000'}}, string =
{lstring = 1042221059502337,
              s = 0x3b40000077000 <error: Cannot access memory at
address 0x3b40000077000>,
              schars = 1042337023374309, bufpos = 2092353447788545,
from_disp_str = true,
              unibyte = false}, w = 0x3b3e500030700, paragraph_dir =
(unknown: 242688),
            separator_limit = 1041903231921677, first_elt = false,
new_paragraph = false,
            frame_window_p = false}, paragraph_embedding = (R2L | unknown: 4)}
        current_matrix_up_to_date_p = <optimized out>
        used_current_matrix_p = false
        buffer_unchanged_p = <optimized out>
        temp_scroll_step = <optimized out>
        rc = 0
---Type <return> to continue, or q <return> to quit---
        centering_position = <optimized out>
        last_line_misfit = <optimized out>
        beg_unchanged = <optimized out>
        end_unchanged = <optimized out>
        frame_line_height = <optimized out>
#23 0x000000000045aadc in redisplay_window_0 (window=window@entry=50735573)
    at /opt/src/emacs-2014-12-07/src/xdisp.c:14329
No locals.
#24 0x000000000053cf89 in internal_condition_case_1 (bfun=0x45aab3
<redisplay_window_0>,
    arg=50735573, handlers=12114486, hfun=0x424c3b <redisplay_window_error>)
    at /opt/src/emacs-2014-12-07/src/eval.c:1369
        val = <optimized out>
        c = <optimized out>
#25 0x000000000042ab94 in redisplay_windows (window=18927)
    at /opt/src/emacs-2014-12-07/src/xdisp.c:14309
No locals.
#26 0x0000000000449599 in redisplay_internal () at
/opt/src/emacs-2014-12-07/src/xdisp.c:13905
        gcscrollbars = <optimized out>
        w = <optimized out>
        sw = <optimized out>
        pending = <optimized out>
        must_finish = <optimized out>
        match_p = <optimized out>
        tlbufpos = <optimized out>
        tlendpos = <optimized out>
        number_of_visible_frames = <optimized out>
        sf = <optimized out>
        polling_stopped_here = <optimized out>
        tail = 16603734
        consider_all_windows_p = <optimized out>
        update_miniwindow_p = <optimized out>
#27 0x000000000044a8b7 in redisplay_preserve_echo_area
(from_where=from_where@entry=9)
    at /opt/src/emacs-2014-12-07/src/xdisp.c:14166
No locals.
#28 0x0000000000578266 in wait_reading_process_output
(time_limit=time_limit@entry=0,
    nsecs=nsecs@entry=0, read_kbd=read_kbd@entry=-1, do_display=true,
    wait_for_cell=wait_for_cell@entry=12144946, wait_proc=wait_proc@entry=0x0,
    just_wait_proc=just_wait_proc@entry=0) at
/opt/src/emacs-2014-12-07/src/process.c:4394
        old_timers_run = 117
        old_buffer = 0x2ff8030
        old_window = 50735573
        timer_delay = <optimized out>
        timeout_reduced_for_timers = false
        channel = <optimized out>
        nfds = <optimized out>
        Available = {fds_bits = {256, 0 <repeats 15 times>}}
        Writeok = {fds_bits = {0 <repeats 16 times>}}
        check_write = <optimized out>
        check_delay = <optimized out>
        no_avail = <optimized out>
        xerrno = 11
        proc = <optimized out>
        timeout = {tv_sec = 100000, tv_nsec = 0}
        got_some_input = -1
#29 0x00000000004dd5cd in kbd_buffer_get_event (end_time=0x0,
used_mouse_menu=0x7fff84c3f1cb,
---Type <return> to continue, or q <return> to quit---
    kbp=<synthetic pointer>) at /opt/src/emacs-2014-12-07/src/keyboard.c:3961
        do_display = <optimized out>
        obj = <optimized out>
#30 read_event_from_main_queue (used_mouse_menu=0x7fff84c3f1cb,
local_getcjmp=0x7fff84c3edf0,
    end_time=0x0) at /opt/src/emacs-2014-12-07/src/keyboard.c:2261
        c = <optimized out>
        save_jump = {{__jmpbuf = {0, 0, 0, 0, 0, 0, 0, 0}, __mask_was_saved = 0,
            __saved_mask = {__val = {0 <repeats 16 times>}}}}
        kb = 0xcd12e0
#31 read_decoded_event_from_main_queue (used_mouse_menu=<optimized out>,
    prev_event=<optimized out>, local_getcjmp=<optimized out>,
end_time=<optimized out>)
    at /opt/src/emacs-2014-12-07/src/keyboard.c:2326
        terminal = <optimized out>
        events = {12262914, 50298933, 10, 5780966, 9, 5782614, 10,
140735420821000, 58281368,
          5796142, 12144946, 50298933, 9, 5780966, 8, 5782614}
        n = 0
#32 read_char (commandflag=1, map=map@entry=54891238, prev_event=12144946,
    used_mouse_menu=used_mouse_menu@entry=0x7fff84c3f1cb,
end_time=end_time@entry=0x0)
    at /opt/src/emacs-2014-12-07/src/keyboard.c:2923
        c = <optimized out>
        local_getcjmp = {{__jmpbuf = {13439489, -5221903297373767378,
12144946, 3192,
              50298933, 36, 5221669927933999406,
-5221905909388510930}, __mask_was_saved = 0,
            __saved_mask = {__val = {140735420821568, 50298928, 367,
50298933, 5785308, 367,
                5796431, 40, 5448800, 36059606, 2, 50298928, 65535,
10, 40, 50298933}}}}
        save_jump = {{__jmpbuf = {0, 0, 0, 0, 0, 0, 0, 0}, __mask_was_saved = 0,
            __saved_mask = {__val = {0 <repeats 16 times>}}}}
        tem = <optimized out>
        save = <optimized out>
        previous_echo_area_message = 12144946
        also_record = 12144946
        reread = false
        polling_stopped_here = true
        orig_kboard = 0xcd12e0
#33 0x00000000004def8e in read_key_sequence (keybuf=keybuf@entry=0x7fff84c3f2b0,
    bufsize=bufsize@entry=30, prompt=<optimized out>,
    dont_downcase_last=dont_downcase_last@entry=false,
    can_return_switch_frame=can_return_switch_frame@entry=true,
    fix_current_buffer=fix_current_buffer@entry=true,
    prevent_redisplay=prevent_redisplay@entry=false)
    at /opt/src/emacs-2014-12-07/src/keyboard.c:9206
        interrupted_kboard = 0xcd12e0
        interrupted_frame = 0x11ddf90
        key = <optimized out>
        used_mouse_menu = false
        echo_local_start = 0
        last_real_key_start = 0
        keys_local_start = <optimized out>
        new_binding = <optimized out>
        t = 0
        echo_start = 0
        keys_start = 0
        current_binding = 54891238
        first_event = 12144946
        first_unbound = 31
        mock_input = 0
---Type <return> to continue, or q <return> to quit---
        fkey = {parent = 19532166, map = 19532166, start = 0, end = 0}
        keytran = {parent = 12124742, map = 12124742, start = 0, end = 0}
        indec = {parent = 19532182, map = 19532182, start = 0, end = 0}
        shift_translated = false
        delayed_switch_frame = 12144946
        original_uppercase = 12144946
        original_uppercase_position = -1
        dummyflag = false
        starting_buffer = 0x2ff8030
        fake_prefixed_keys = 12144946
#34 0x00000000004e04a7 in command_loop_1 () at
/opt/src/emacs-2014-12-07/src/keyboard.c:1462
        cmd = <optimized out>
        keybuf = {104, 432, 12144946, 11873984, 12171776, 0, -256,
5429346, 395136991231,
          12249120, 12144946, 12144946, 12144946, 12144946, 0,
12144946, -1, 5429389,
          12249122, 5430413, 12249120, 64, 12374502, 5494193, -1, 2,
16522006, 4000, 0,
          12144946}
        i = <optimized out>
        prev_modiff = 3192
        prev_buffer = 0x2ff8030
#35 0x000000000053ce76 in internal_condition_case
(bfun=bfun@entry=0x4e01c3 <command_loop_1>,
    handlers=12196930, hfun=hfun@entry=0x4d6b40 <cmd_error>)
    at /opt/src/emacs-2014-12-07/src/eval.c:1345
        val = <optimized out>
        c = <optimized out>
#36 0x00000000004d3c39 in command_loop_2 (ignore=ignore@entry=12144946)
    at /opt/src/emacs-2014-12-07/src/keyboard.c:1197
        val = 0
#37 0x000000000053cd57 in internal_catch (tag=12192850,
    func=func@entry=0x4d3c1f <command_loop_2>, arg=12144946)
    at /opt/src/emacs-2014-12-07/src/eval.c:1106
        val = <optimized out>
        c = <optimized out>
#38 0x00000000004d3bd1 in command_loop () at
/opt/src/emacs-2014-12-07/src/keyboard.c:1176
No locals.
#39 0x00000000004d67b1 in recursive_edit_1 () at
/opt/src/emacs-2014-12-07/src/keyboard.c:786
        val = <optimized out>
#40 0x00000000004d6a7a in Frecursive_edit () at
/opt/src/emacs-2014-12-07/src/keyboard.c:857
        buffer = <optimized out>
#41 0x00000000004d362e in main (argc=<optimized out>, argv=0x7fff84c3f618)
    at /opt/src/emacs-2014-12-07/src/emacs.c:1623
        dummy = 140735420822720
        stack_bottom_variable = -124 '\204'
        do_initial_setlocale = <optimized out>
        dumping = <optimized out>
        skip_args = 0
        rlim = {rlim_cur = 8720000, rlim_max = 18446744073709551615}
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0
(gdb)
(gdb)



In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8)
 of 2014-12-08 on legolas-i5
Windowing system distributor `The X.Org Foundation', version 11.0.11501000
System Description: Linux Mint 17.1 Rebecca

Configured using:
 `configure --prefix=/opt/emacs-2014-12-07 --without-m17n-flt
 --without-imagemagick --without-selinux --without-compress-install
 'CFLAGS=-m64 -g -O -march=native''

Configured features:
XPM JPEG TIFF GIF PNG SOUND GSETTINGS NOTIFY GNUTLS FREETYPE XFT ZLIB

Important settings:
  value of $LC_COLLATE: C
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  delete-selection-mode: t
  show-paren-mode: t
  desktop-save-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t

Recent messages:
Opening nnfolder server on archive...done
Reading active file from archive via nnfolder...done
Reading active file via nndraft...done
Checking new news...done
Saving file /home/acs/.newsrc...
Wrote /home/acs/.newsrc
Saving /home/acs/.newsrc.eld...
Saving file /home/acs/.newsrc.eld...
Wrote /home/acs/.newsrc.eld
Saving /home/acs/.newsrc.eld...done

Load-path shadows:
/home/acs/lib/lisp/fsf/password-cache hides
/opt/src/emacs-2014-12-07/lisp/password-cache
/home/acs/lib/lisp/whitespace hides /opt/src/emacs-2014-12-07/lisp/whitespace
/home/acs/lib/lisp/fsf/format-spec hides
/opt/src/emacs-2014-12-07/lisp/format-spec
/home/acs/lib/lisp/fsf/md4 hides /opt/src/emacs-2014-12-07/lisp/md4
/home/acs/lib/lisp/fsf/hex-util hides /opt/src/emacs-2014-12-07/lisp/hex-util
/home/acs/lib/lisp/fsf/dns-mode hides
/opt/src/emacs-2014-12-07/lisp/textmodes/dns-mode
/home/acs/lib/lisp/fsf/dig hides /opt/src/emacs-2014-12-07/lisp/net/dig
/home/acs/lib/lisp/fsf/sasl-ntlm hides
/opt/src/emacs-2014-12-07/lisp/net/sasl-ntlm
/home/acs/lib/lisp/fsf/tls hides /opt/src/emacs-2014-12-07/lisp/net/tls
/home/acs/lib/lisp/fsf/netrc hides /opt/src/emacs-2014-12-07/lisp/net/netrc
/home/acs/lib/lisp/fsf/ntlm hides /opt/src/emacs-2014-12-07/lisp/net/ntlm
/home/acs/lib/lisp/fsf/hmac-md5 hides
/opt/src/emacs-2014-12-07/lisp/net/hmac-md5
/home/acs/lib/lisp/fsf/sasl hides /opt/src/emacs-2014-12-07/lisp/net/sasl
/home/acs/lib/lisp/fsf/sasl-cram hides
/opt/src/emacs-2014-12-07/lisp/net/sasl-cram
/home/acs/lib/lisp/fsf/dns hides /opt/src/emacs-2014-12-07/lisp/net/dns
/home/acs/lib/lisp/fsf/sasl-digest hides
/opt/src/emacs-2014-12-07/lisp/net/sasl-digest
/home/acs/lib/lisp/fsf/hmac-def hides
/opt/src/emacs-2014-12-07/lisp/net/hmac-def
/home/acs/lib/lisp/fsf/uudecode hides
/opt/src/emacs-2014-12-07/lisp/mail/uudecode
/home/acs/lib/lisp/fsf/hashcash hides
/opt/src/emacs-2014-12-07/lisp/mail/hashcash
/home/acs/lib/lisp/fsf/binhex hides /opt/src/emacs-2014-12-07/lisp/mail/binhex
/home/acs/lib/lisp/fsf/mml-smime hides
/opt/src/emacs-2014-12-07/lisp/gnus/mml-smime
/home/acs/lib/lisp/fsf/yenc hides /opt/src/emacs-2014-12-07/lisp/gnus/yenc
/home/acs/lib/lisp/fsf/gnus-registry hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-registry
/home/acs/lib/lisp/fsf/nnmail hides /opt/src/emacs-2014-12-07/lisp/gnus/nnmail
/home/acs/lib/lisp/fsf/nnvirtual hides
/opt/src/emacs-2014-12-07/lisp/gnus/nnvirtual
/home/acs/lib/lisp/fsf/spam-wash hides
/opt/src/emacs-2014-12-07/lisp/gnus/spam-wash
/home/acs/lib/lisp/fsf/mm-view hides /opt/src/emacs-2014-12-07/lisp/gnus/mm-view
/home/acs/lib/lisp/fsf/gnus-score hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-score
/home/acs/lib/lisp/fsf/mm-util hides /opt/src/emacs-2014-12-07/lisp/gnus/mm-util
/home/acs/lib/lisp/fsf/mm-uu hides /opt/src/emacs-2014-12-07/lisp/gnus/mm-uu
/home/acs/lib/lisp/fsf/spam-stat hides
/opt/src/emacs-2014-12-07/lisp/gnus/spam-stat
/home/acs/lib/lisp/fsf/mml-sec hides /opt/src/emacs-2014-12-07/lisp/gnus/mml-sec
/home/acs/lib/lisp/fsf/gnus-srvr hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-srvr
/home/acs/lib/lisp/fsf/gnus-ml hides /opt/src/emacs-2014-12-07/lisp/gnus/gnus-ml
/home/acs/lib/lisp/fsf/legacy-gnus-agent hides
/opt/src/emacs-2014-12-07/lisp/gnus/legacy-gnus-agent
/home/acs/lib/lisp/fsf/mm-encode hides
/opt/src/emacs-2014-12-07/lisp/gnus/mm-encode
/home/acs/lib/lisp/fsf/nntp hides /opt/src/emacs-2014-12-07/lisp/gnus/nntp
/home/acs/lib/lisp/fsf/mm-extern hides
/opt/src/emacs-2014-12-07/lisp/gnus/mm-extern
/home/acs/lib/lisp/fsf/gnus-util hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-util
/home/acs/lib/lisp/fsf/gmm-utils hides
/opt/src/emacs-2014-12-07/lisp/gnus/gmm-utils
/home/acs/lib/lisp/fsf/message hides /opt/src/emacs-2014-12-07/lisp/gnus/message
/home/acs/lib/lisp/fsf/rfc2104 hides /opt/src/emacs-2014-12-07/lisp/gnus/rfc2104
/home/acs/lib/lisp/fsf/gnus-sieve hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-sieve
/home/acs/lib/lisp/fsf/gnus-art hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-art
/home/acs/lib/lisp/fsf/gnus-bcklg hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-bcklg
/home/acs/lib/lisp/fsf/rfc2047 hides /opt/src/emacs-2014-12-07/lisp/gnus/rfc2047
/home/acs/lib/lisp/fsf/gnus-dup hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-dup
/home/acs/lib/lisp/fsf/gnus-fun hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-fun
/home/acs/lib/lisp/fsf/gnus-gravatar hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-gravatar
/home/acs/lib/lisp/fsf/sieve hides /opt/src/emacs-2014-12-07/lisp/gnus/sieve
/home/acs/lib/lisp/fsf/nneething hides
/opt/src/emacs-2014-12-07/lisp/gnus/nneething
/home/acs/lib/lisp/fsf/nnagent hides /opt/src/emacs-2014-12-07/lisp/gnus/nnagent
/home/acs/lib/lisp/fsf/gnus-undo hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-undo
/home/acs/lib/lisp/fsf/rtree hides /opt/src/emacs-2014-12-07/lisp/gnus/rtree
/home/acs/lib/lisp/fsf/nnweb hides /opt/src/emacs-2014-12-07/lisp/gnus/nnweb
/home/acs/lib/lisp/fsf/mm-bodies hides
/opt/src/emacs-2014-12-07/lisp/gnus/mm-bodies
/home/acs/lib/lisp/fsf/gnus-async hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-async
/home/acs/lib/lisp/fsf/nnml hides /opt/src/emacs-2014-12-07/lisp/gnus/nnml
/home/acs/lib/lisp/fsf/gssapi hides /opt/src/emacs-2014-12-07/lisp/gnus/gssapi
/home/acs/lib/lisp/fsf/rfc2231 hides /opt/src/emacs-2014-12-07/lisp/gnus/rfc2231
/home/acs/lib/lisp/fsf/gnus-spec hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-spec
/home/acs/lib/lisp/fsf/gnus-cache hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-cache
/home/acs/lib/lisp/fsf/gnus-mh hides /opt/src/emacs-2014-12-07/lisp/gnus/gnus-mh
/home/acs/lib/lisp/fsf/mm-decode hides
/opt/src/emacs-2014-12-07/lisp/gnus/mm-decode
/home/acs/lib/lisp/fsf/nnbabyl hides /opt/src/emacs-2014-12-07/lisp/gnus/nnbabyl
/home/acs/lib/lisp/fsf/compface hides
/opt/src/emacs-2014-12-07/lisp/gnus/compface
/home/acs/lib/lisp/fsf/gnus-int hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-int
/home/acs/lib/lisp/fsf/ietf-drums hides
/opt/src/emacs-2014-12-07/lisp/gnus/ietf-drums
/home/acs/lib/lisp/fsf/nnfolder hides
/opt/src/emacs-2014-12-07/lisp/gnus/nnfolder
/home/acs/lib/lisp/fsf/nnnil hides /opt/src/emacs-2014-12-07/lisp/gnus/nnnil
/home/acs/lib/lisp/fsf/mailcap hides /opt/src/emacs-2014-12-07/lisp/gnus/mailcap
/home/acs/lib/lisp/fsf/gnus-topic hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-topic
/home/acs/lib/lisp/fsf/score-mode hides
/opt/src/emacs-2014-12-07/lisp/gnus/score-mode
/home/acs/lib/lisp/fsf/nnmh hides /opt/src/emacs-2014-12-07/lisp/gnus/nnmh
/home/acs/lib/lisp/fsf/gnus-mlspl hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-mlspl
/home/acs/lib/lisp/fsf/gnus-agent hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-agent
/home/acs/lib/lisp/fsf/gnus-cus hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-cus
/home/acs/lib/lisp/fsf/mm-archive hides
/opt/src/emacs-2014-12-07/lisp/gnus/mm-archive
/home/acs/lib/lisp/fsf/gnus-bookmark hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-bookmark
/home/acs/lib/lisp/fsf/nndoc hides /opt/src/emacs-2014-12-07/lisp/gnus/nndoc
/home/acs/lib/lisp/fsf/gnus-eform hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-eform
/home/acs/lib/lisp/fsf/auth-source hides
/opt/src/emacs-2014-12-07/lisp/gnus/auth-source
/home/acs/lib/lisp/fsf/gnus-start hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-start
/home/acs/lib/lisp/fsf/nnoo hides /opt/src/emacs-2014-12-07/lisp/gnus/nnoo
/home/acs/lib/lisp/fsf/nndraft hides /opt/src/emacs-2014-12-07/lisp/gnus/nndraft
/home/acs/lib/lisp/fsf/registry hides
/opt/src/emacs-2014-12-07/lisp/gnus/registry
/home/acs/lib/lisp/fsf/gnus-demon hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-demon
/home/acs/lib/lisp/fsf/gnus-cite hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-cite
/home/acs/lib/lisp/fsf/gnus-sync hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-sync
/home/acs/lib/lisp/fsf/gnus hides /opt/src/emacs-2014-12-07/lisp/gnus/gnus
/home/acs/lib/lisp/fsf/sieve-mode hides
/opt/src/emacs-2014-12-07/lisp/gnus/sieve-mode
/home/acs/lib/lisp/fsf/flow-fill hides
/opt/src/emacs-2014-12-07/lisp/gnus/flow-fill
/home/acs/lib/lisp/fsf/gnus-dired hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-dired
/home/acs/lib/lisp/fsf/nnmaildir hides
/opt/src/emacs-2014-12-07/lisp/gnus/nnmaildir
/home/acs/lib/lisp/fsf/smiley hides /opt/src/emacs-2014-12-07/lisp/gnus/smiley
/home/acs/lib/lisp/fsf/gnus-sum hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-sum
/home/acs/lib/lisp/fsf/gnus-ems hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-ems
/home/acs/lib/lisp/fsf/sieve-manage hides
/opt/src/emacs-2014-12-07/lisp/gnus/sieve-manage
/home/acs/lib/lisp/fsf/nnheader hides
/opt/src/emacs-2014-12-07/lisp/gnus/nnheader
/home/acs/lib/lisp/fsf/starttls hides
/opt/src/emacs-2014-12-07/lisp/gnus/starttls
/home/acs/lib/lisp/fsf/gnus-logic hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-logic
/home/acs/lib/lisp/fsf/spam hides /opt/src/emacs-2014-12-07/lisp/gnus/spam
/home/acs/lib/lisp/fsf/gnus-kill hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-kill
/home/acs/lib/lisp/fsf/html2text hides
/opt/src/emacs-2014-12-07/lisp/gnus/html2text
/home/acs/lib/lisp/fsf/gnus-range hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-range
/home/acs/lib/lisp/fsf/nndiary hides /opt/src/emacs-2014-12-07/lisp/gnus/nndiary
/home/acs/lib/lisp/fsf/mm-url hides /opt/src/emacs-2014-12-07/lisp/gnus/mm-url
/home/acs/lib/lisp/fsf/nnir hides /opt/src/emacs-2014-12-07/lisp/gnus/nnir
/home/acs/lib/lisp/fsf/nnregistry hides
/opt/src/emacs-2014-12-07/lisp/gnus/nnregistry
/home/acs/lib/lisp/fsf/qp hides /opt/src/emacs-2014-12-07/lisp/gnus/qp
/home/acs/lib/lisp/fsf/canlock hides /opt/src/emacs-2014-12-07/lisp/gnus/canlock
/home/acs/lib/lisp/fsf/mml1991 hides /opt/src/emacs-2014-12-07/lisp/gnus/mml1991
/home/acs/lib/lisp/fsf/mml2015 hides /opt/src/emacs-2014-12-07/lisp/gnus/mml2015
/home/acs/lib/lisp/fsf/gnus-delay hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-delay
/home/acs/lib/lisp/fsf/nngateway hides
/opt/src/emacs-2014-12-07/lisp/gnus/nngateway
/home/acs/lib/lisp/fsf/mm-partial hides
/opt/src/emacs-2014-12-07/lisp/gnus/mm-partial
/home/acs/lib/lisp/fsf/nnimap hides /opt/src/emacs-2014-12-07/lisp/gnus/nnimap
/home/acs/lib/lisp/fsf/gnus-group hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-group
/home/acs/lib/lisp/fsf/nnspool hides /opt/src/emacs-2014-12-07/lisp/gnus/nnspool
/home/acs/lib/lisp/fsf/mail-source hides
/opt/src/emacs-2014-12-07/lisp/gnus/mail-source
/home/acs/lib/lisp/fsf/nndir hides /opt/src/emacs-2014-12-07/lisp/gnus/nndir
/home/acs/lib/lisp/fsf/deuglify hides
/opt/src/emacs-2014-12-07/lisp/gnus/deuglify
/home/acs/lib/lisp/fsf/gnus-win hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-win
/home/acs/lib/lisp/fsf/messcompat hides
/opt/src/emacs-2014-12-07/lisp/gnus/messcompat
/home/acs/lib/lisp/fsf/gnus-picon hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-picon
/home/acs/lib/lisp/fsf/ecomplete hides
/opt/src/emacs-2014-12-07/lisp/gnus/ecomplete
/home/acs/lib/lisp/fsf/utf7 hides /opt/src/emacs-2014-12-07/lisp/gnus/utf7
/home/acs/lib/lisp/fsf/mail-parse hides
/opt/src/emacs-2014-12-07/lisp/gnus/mail-parse
/home/acs/lib/lisp/fsf/plstore hides /opt/src/emacs-2014-12-07/lisp/gnus/plstore
/home/acs/lib/lisp/fsf/rfc1843 hides /opt/src/emacs-2014-12-07/lisp/gnus/rfc1843
/home/acs/lib/lisp/fsf/gnus-diary hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-diary
/home/acs/lib/lisp/fsf/mml hides /opt/src/emacs-2014-12-07/lisp/gnus/mml
/home/acs/lib/lisp/fsf/mail-prsvr hides
/opt/src/emacs-2014-12-07/lisp/gnus/mail-prsvr
/home/acs/lib/lisp/fsf/pop3 hides /opt/src/emacs-2014-12-07/lisp/gnus/pop3
/home/acs/lib/lisp/fsf/gnus-html hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-html
/home/acs/lib/lisp/fsf/smime hides /opt/src/emacs-2014-12-07/lisp/gnus/smime
/home/acs/lib/lisp/fsf/rfc2045 hides /opt/src/emacs-2014-12-07/lisp/gnus/rfc2045
/home/acs/lib/lisp/fsf/gnus-vm hides /opt/src/emacs-2014-12-07/lisp/gnus/gnus-vm
/home/acs/lib/lisp/fsf/gnus-notifications hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-notifications
/home/acs/lib/lisp/fsf/gravatar hides
/opt/src/emacs-2014-12-07/lisp/gnus/gravatar
/home/acs/lib/lisp/fsf/gnus-draft hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-draft
/home/acs/lib/lisp/fsf/gnus-uu hides /opt/src/emacs-2014-12-07/lisp/gnus/gnus-uu
/home/acs/lib/lisp/fsf/nnrss hides /opt/src/emacs-2014-12-07/lisp/gnus/nnrss
/home/acs/lib/lisp/fsf/spam-report hides
/opt/src/emacs-2014-12-07/lisp/gnus/spam-report
/home/acs/lib/lisp/fsf/nnmbox hides /opt/src/emacs-2014-12-07/lisp/gnus/nnmbox
/home/acs/lib/lisp/fsf/nnmairix hides
/opt/src/emacs-2014-12-07/lisp/gnus/nnmairix
/home/acs/lib/lisp/fsf/gnus-salt hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-salt
/home/acs/lib/lisp/fsf/gnus-msg hides
/opt/src/emacs-2014-12-07/lisp/gnus/gnus-msg
/home/acs/lib/lisp/fsf/parse-time hides
/opt/src/emacs-2014-12-07/lisp/calendar/parse-time
/home/acs/lib/lisp/fsf/time-date hides
/opt/src/emacs-2014-12-07/lisp/calendar/time-date

Features:
(shadow sort mail-extr emacsbug sendmail nndraft nnmh nnfolder nnml
nnmaildir gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg
gnus-art mm-uu mml2015 epg-config mm-view mml-smime smime dig gnus-cache
gnutls network-stream nsm starttls nntp gnus-sum gnus-group gnus-undo
gnus-start gnus-cloud nnimap nnmail mail-source tls utf7 netrc nnoo
parse-time gnus-spec gnus-int gnus-range message dired format-spec
rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse
rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader
gnus-win gnus-load gnus gnus-ems gnus-compat url url-proxy url-privacy
url-expand url-methods url-history url-cookie url-domsuf url-util
url-parse auth-source eieio byte-opt bytecomp byte-compile cconv
eieio-core password-cache url-vars mailcap nnheader gnus-util mail-utils
mm-util help-fns mail-prsvr wid-edit cl-extra delsel server ebuff-menu
mic-paren paren grep compile comint ansi-color ring desktop frameset
cus-start cus-load cl-macs cl gv cl-loaddefs cl-lib time-date tooltip
eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win
x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment elisp-mode lisp-mode prog-mode register page menu-bar
rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax
facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak
czech european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button
faces cus-face macroexp files text-properties overlay sha1 md5 base64
format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process gfilenotify dynamic-setting
system-font-setting font-render-setting move-toolbar gtk x-toolkit x
multi-tty emacs)

Memory information:
((conses 16 185475 9805)
 (symbols 48 30488 1)
 (miscs 40 78 120)
 (strings 32 46225 7405)
 (string-bytes 1 1481059)
 (vectors 16 21543)
 (vector-slots 8 537758 6641)
 (floats 8 242 203)
 (intervals 56 302 0)
 (buffers 976 17)
 (heap 1024 43521 2412))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]