Package: emacs;
Reported by: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
Date: Thu, 12 Dec 2013 11:01:02 UTC
Severity: normal
Tags: unreproducible
Found in version 24.3.50
Done: Nicolas Richard <youngfrog <at> members.fsf.org>
Bug is archived. No further changes may be made.
View this message in rfc822 format
From: Nicolas Richard <theonewiththeevillook <at> yahoo.fr> To: 16119 <at> debbugs.gnu.org Subject: bug#16119: 24.3.50; emacs aborted -- [xcb] Unknown request in queue while appending request Date: Thu, 12 Dec 2013 11:59:49 +0100
Good day, (This might be related to my previous #16073 and #16083 -- I have no idea) Since I had multiple crashes these days, I began running emacs under gdb (and also using "--enable-checking"), which I hope makes a more useful report. I don't know what to do next, but I still have the process in gdb if needed. The emacs used is from trunk via git commit is 362e9ac which apparently corresponds to revno: 115455 ~/sources/running-emacs/src $ gdb ./emacs GNU gdb (Gentoo 7.5.1 p2) 7.5.1 Copyright (C) 2012 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 "i686-pc-linux-gnu". For bug reporting instructions, please see: <http://bugs.gentoo.org/>... Reading symbols from /home/youngfrog/sources/running-emacs/src/emacs...done. SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] DISPLAY = :0 TERM = xterm Breakpoint 1 at 0x81519f0: file emacs.c, line 349. Temporary breakpoint 2 at 0x816f060: file sysdep.c, line 846. (gdb) run Starting program: /home/youngfrog/sources/running-emacs/src/emacs warning: Could not load shared library symbols for linux-gate.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". [New Thread 0xb4cceb40 (LWP 8569)] [New Thread 0xb42a8b40 (LWP 8570)] [New Thread 0xb38ffb40 (LWP 8571)] [New Thread 0xb2594b40 (LWP 10060)] [New Thread 0xb1d93b40 (LWP 10061)] [xcb] Unknown request in queue while appending request [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. emacs: /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c :164 : append_pending_request: L'assertion « !xcb_xlib_unknown_req_pending » a échoué. Program received signal SIGABRT, Aborted. 0xb7fdf424 in __kernel_vsyscall () (gdb) bt #0 0xb7fdf424 in __kernel_vsyscall () #1 0xb6d94769 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #2 0xb6d9605c in *__GI_abort () at abort.c:91 #3 0xb6d8d4cb in __assert_fail_base (fmt=0xb44bd737 "%s%s%s :%u : %s%s L'assertion « %s » a échoué.\n%n", assertion=0xb7d09fb5 "!xcb_xlib_unknown_req_pending", file=0xb7d09c9c "/var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c", line=164, function=0xb7d0a01b <__PRETTY_FUNCTION__.14226> "append_pending_request") at assert.c:94 #4 0xb6d8d596 in *__GI___assert_fail (assertion=0xb7d09fb5 "!xcb_xlib_unknown_req_pending", file=0xb7d09c9c "/var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c", line=164, function=0xb7d0a01b <__PRETTY_FUNCTION__.14226> "append_pending_request") at assert.c:103 #5 0xb7c91b73 in append_pending_request (dpy=<optimized out>, sequence=3138) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c:162 #6 0xb7c92b20 in _XReply (dpy=0xb674810, rep=0xbfffd110, extra=0, discard=1) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c:584 #7 0xb7c87f19 in XQueryExtension (dpy=0xb674810, name=0xb7c550c0 <XRenderExtensionName> "RENDER", major_opcode=0xbfffd184, first_event=0xbfffd188, first_error=0xbfffd18c) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/QuExt.c:48 #8 0xb7c7b7db in XInitExtension (dpy=0xb674810, name=0xb7c550c0 <XRenderExtensionName> "RENDER") at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/InitExt.c:47 #9 0xb7c5231b in XRenderExtAddDisplay (dpy=0xb674810, extinfo=<optimized out>, ext_name=<optimized out>) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Xrender.c:202 #10 XRenderFindDisplay (dpy=0xb674810) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Xrender.c:288 #11 0xb7c4ea1f in XRenderFreeGlyphSet (dpy=0xb674810, glyphset=75497588) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Glyph.c:71 #12 0xb7c423bc in XftFontDestroy (dpy=0xb674810, public=0xba61318) at /var/tmp/portage/x11-libs/libXft-2.3.1/work/libXft-2.3.1/src/xftfreetype.c:1046 #13 0x082466d1 in xftfont_close (font=0x94ef6f8) at xftfont.c:498 #14 0x081b5637 in cleanup_vector (vector=<optimized out>) at alloc.c:2880 #15 cleanup_vector (vector=<optimized out>) at alloc.c:2875 #16 0x081bc027 in sweep_vectors () at alloc.c:2917 #17 gc_sweep () at alloc.c:6619 #18 Fgarbage_collect () at alloc.c:5542 #19 0x081d684d in maybe_gc () at lisp.h:4476 #20 Ffuncall (nargs=2, args=0xbfffd484) at eval.c:2756 #21 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073752952, args=0x2) at bytecode.c:919 #22 0x081d64b1 in funcall_lambda (fun=140932301, nargs=1, arg_vector=0xbfffd628) at eval.c:3039 #23 0x081d6817 in Ffuncall (nargs=2, args=0xbfffd624) at eval.c:2866 #24 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=12, args_template=139699138, nargs=-1073752536, args=0x2) at bytecode.c:919 #25 0x081d64b1 in funcall_lambda (fun=140009885, nargs=1, arg_vector=0xbfffd760) at eval.c:3039 #26 0x081d55ea in apply_lambda (fun=140009885, args=<optimized out>) at eval.c:2914 #27 0x081d584c in eval_sub (form=153779598) at eval.c:2250 #28 0x081d947b in Fand (args=153779326) at eval.c:383 #29 0x081d5c11 in eval_sub (form=153779622) at eval.c:2123 #30 0x081d6216 in Fprogn (body=153779262) at eval.c:458 #31 0x081d6574 in funcall_lambda (fun=153779430, nargs=0, arg_vector=0xbfffd9f4) at eval.c:3032 #32 0x081d6817 in Ffuncall (nargs=1, args=0xbfffd9f0) at eval.c:2866 #33 0x081d5bca in eval_sub (form=153370854) at eval.c:2147 #34 0x081d97d3 in internal_lisp_condition_case (var=141883570, bodyform=153370854, handlers=153369534) at eval.c:1313 #35 0x08215cf6 in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073751276, args=0x8f) at bytecode.c:1169 #36 0x081d64b1 in funcall_lambda (fun=152340573, nargs=1, arg_vector=0xbfffdcb8) at eval.c:3039 #37 0x081d6817 in Ffuncall (nargs=2, args=0xbfffdcb4) at eval.c:2866 #38 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=24, args_template=139699138, nargs=-1073750856, args=0x2) at bytecode.c:919 #39 0x081d64b1 in funcall_lambda (fun=153612557, nargs=0, arg_vector=0xbfffdf0c) at eval.c:3039 #40 0x081d6817 in Ffuncall (nargs=1, args=0xbfffdf08) at eval.c:2866 #41 0x081d7c5a in Fapply (nargs=2, args=0xbfffdf08) at eval.c:2287 #42 0x081d6c37 in Ffuncall (nargs=3, args=0xbfffdf04) at eval.c:2786 #43 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=16, args_template=139699138, nargs=-1073750260, args=0x3) at bytecode.c:919 #44 0x08217428 in Fbyte_code (bytestr=137921569, vector=137921597, maxdepth=16) at bytecode.c:482 #45 0x081d5dea in eval_sub (form=137921558) at eval.c:2181 #46 0x081d97d3 in internal_lisp_condition_case (var=141883570, bodyform=137921558, handlers=137921622) at eval.c:1313 #47 0x08215cf6 in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073749708, args=0x8f) at bytecode.c:1169 #48 0x081d64b1 in funcall_lambda (fun=137921397, nargs=1, arg_vector=0xbfffe2dc) at eval.c:3039 #49 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe2d8) at eval.c:2866 #50 0x081d6e77 in call1 (fn=139723610, arg1=154250077) at eval.c:2604 #51 0x081587ea in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at keyboard.c:4507 #52 timer_check () at keyboard.c:4574 #53 0x08158b84 in readable_events (flags=1) at keyboard.c:3441 #54 0x0815a57f in get_input_pending (flags=1) at keyboard.c:6758 #55 0x0815e2aa in detect_input_pending_run_timers (do_display=true) at keyboard.c:9881 #56 0x0821d151 in wait_reading_process_output (time_limit=<optimized out>, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=139699138, wait_proc=0x0, just_wait_proc=0) at process.c:4680 #57 0x08063e3a in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5800 #58 0x0815f6fb in read_char (commandflag=1, map=185569862, prev_event=139699138, used_mouse_menu=0xbfffea3f, end_time=0x0) at keyboard.c:2807 #59 0x08160b5e in read_key_sequence (keybuf=0xbfffeaa8, prompt=139699138, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false, bufsize=30) at keyboard.c:9076 #60 0x0816241e in command_loop_1 () at keyboard.c:1445 #61 0x081d4a38 in internal_condition_case (bfun=0x8162200 <command_loop_1>, handlers=139732170, hfun=0x8157db0 <cmd_error>) at eval.c:1344 #62 0x08156405 in command_loop_2 (ignore=139699138) at keyboard.c:1170 #63 0x081d495b in internal_catch (tag=139730218, func=0x81563e0 <command_loop_2>, arg=139699138) at eval.c:1108 #64 0x0815791a in command_loop () at keyboard.c:1149 #65 recursive_edit_1 () at keyboard.c:777 #66 0x08157bf0 in Frecursive_edit () at keyboard.c:841 #67 0x08057952 in main (argc=<optimized out>, argv=0xbfffed24) at emacs.c:1603 Lisp Backtrace: "Automatic GC" (0x8528670) "keyfreq-table-load" (0xbfffd488) "achievements-num-times-commands-were-run" (0xbfffd628) "achievements-command-was-run" (0xbfffd760) "and" (0xbfffd8dc) 0x92a7ce0 Lisp type 6 "funcall" (0xbfffd9f0) "achievements-earned-p" (0xbfffdcb8) "achievements-update-score" (0xbfffdf0c) "apply" (0xbfffdf08) "byte-code" (0xbfffe05c) "timer-event-handler" (0xbfffe2dc) (gdb) bt full #0 0xb7fdf424 in __kernel_vsyscall () No symbol table info available. #1 0xb6d94769 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = <optimized out> resultvar = <optimized out> pid = -1225854988 selftid = 8565 #2 0xb6d9605c in *__GI_abort () at abort.c:91 save_stage = 2 act = { __sigaction_handler = { sa_handler = 0xae, sa_sigaction = 0xae }, sa_mask = { __val = {3221213112, 3067949040, 187072632, 175, 3221213188, 184319584, 0, 3087003580, 3068472333, 3069112308, 3024869175, 1, 3069112308, 3067671782, 4222451712, 187072632, 187072733, 187072632, 187072632, 187072806, 187072932, 187072632, 187072932, 0, 0, 0, 0, 0, 793986375, 0, 7302446, 3053453312} }, sa_flags = 0, sa_restorer = 0xb6d8f327 <__dcigettext+615> } sigs = { __val = {32, 0 <repeats 31 times>} } #3 0xb6d8d4cb in __assert_fail_base (fmt=0xb44bd737 "%s%s%s :%u : %s%s L'assertion « %s » a échoué.\n%n", assertion=0xb7d09fb5 "!xcb_xlib_unknown_req_pending", file=0xb7d09c9c "/var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c", line=164, function=0xb7d0a01b <__PRETTY_FUNCTION__.14226> "append_pending_request") at assert.c:94 str = 0xb268078 "X~\374\nP\364\356\266var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c :164 : append_pending_request: L'assertion « !xcb_xlib_unknown_req_pending » a échoué.\n" total = 4096 #4 0xb6d8d596 in *__GI___assert_fail (assertion=0xb7d09fb5 "!xcb_xlib_unknown_req_pending", file=0xb7d09c9c "/var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c", line=164, function=0xb7d0a01b <__PRETTY_FUNCTION__.14226> "append_pending_request") at assert.c:103 No locals. #5 0xb7c91b73 in append_pending_request (dpy=<optimized out>, sequence=3138) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c:162 xcb_xlib_unknown_req_pending = 1 node = <optimized out> __PRETTY_FUNCTION__ = "append_pending_request" #6 0xb7c92b20 in _XReply (dpy=0xb674810, rep=0xbfffd110, extra=0, discard=1) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/xcb_io.c:584 error = <optimized out> c = 0xb42cf88 reply = <optimized out> current = <optimized out> __PRETTY_FUNCTION__ = "_XReply" #7 0xb7c87f19 in XQueryExtension (dpy=0xb674810, name=0xb7c550c0 <XRenderExtensionName> "RENDER", major_opcode=0xbfffd184, first_event=0xbfffd188, first_error=0xbfffd18c) at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/QuExt.c:48 rep = { type = 242 '\362', pad1 = 163 '\243', sequenceNumber = 2131, length = 3, present = 16 '\020', major_opcode = 0 '\000', first_event = 0 '\000', first_error = 0 '\000', pad3 = 0, pad4 = 151739665, pad5 = 145042432, pad6 = 152295512, pad7 = 3069113432 } req = 0x9187680 #8 0xb7c7b7db in XInitExtension (dpy=0xb674810, name=0xb7c550c0 <XRenderExtensionName> "RENDER") at /var/tmp/portage/x11-libs/libX11-1.5.0/work/libX11-1.5.0/src/InitExt.c:47 codes = { extension = 139800882, major_opcode = 1, first_event = 2, first_error = 2 } ext = <optimized out> #9 0xb7c5231b in XRenderExtAddDisplay (dpy=0xb674810, extinfo=<optimized out>, ext_name=<optimized out>) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Xrender.c:202 dpyinfo = 0xb2c31b8 ext_name = 0xb7c550c0 <XRenderExtensionName> "RENDER" extinfo = 0xb7c551a0 <XRenderExtensionInfo> #10 XRenderFindDisplay (dpy=0xb674810) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Xrender.c:288 dpyinfo = <optimized out> #11 0xb7c4ea1f in XRenderFreeGlyphSet (dpy=0xb674810, glyphset=75497588) at /var/tmp/portage/x11-libs/libXrender-0.9.7/work/libXrender-0.9.7/src/Glyph.c:71 info = <optimized out> req = <optimized out> #12 0xb7c423bc in XftFontDestroy (dpy=0xb674810, public=0xba61318) at /var/tmp/portage/x11-libs/libXft-2.3.1/work/libXft-2.3.1/src/xftfreetype.c:1046 info = <optimized out> font = 0xba61318 i = <optimized out> #13 0x082466d1 in xftfont_close (font=0x94ef6f8) at xftfont.c:498 xftfont_info = 0x94ef6f8 #14 0x081b5637 in cleanup_vector (vector=<optimized out>) at alloc.c:2880 No locals. #15 cleanup_vector (vector=<optimized out>) at alloc.c:2875 No locals. #16 0x081bc027 in sweep_vectors () at alloc.c:2917 total_bytes = <optimized out> free_this_block = false nbytes = <optimized out> block = 0x94ee888 bprev = <optimized out> lv = <optimized out> lvprev = 0x8518a50 <large_vectors> vector = 0x94ef6f8 next = <optimized out> #17 gc_sweep () at alloc.c:6619 No locals. #18 Fgarbage_collect () at alloc.c:5542 nextb = <optimized out> stack_top_variable = 8 '\b' i = <optimized out> message_p = true start = { tv_sec = 1386843269, tv_nsec = 520054369 } retval = <optimized out> tot_before = 0 #19 0x081d684d in maybe_gc () at lisp.h:4476 No locals. #20 Ffuncall (nargs=2, args=0xbfffd484) at eval.c:2756 fun = <optimized out> original_fun = <optimized out> funcar = 6 numargs = 1 val = <optimized out> internal_args = <optimized out> i = <optimized out> #21 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073752952, args=0x2) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 29 count_volatile = 153445912 vectorp = 0x8586ab4 vectorp_volatile = 0x853a3c2 stack = { pc = 0x9249581 "\210\315\316\n\"\210\t*\207\306\317\310\311#\203L", byte_string = 153749809, byte_string_start = 0x9249570 "\306\307\310\311#\203\032", next = 0xbfffd6a8 } stack_volatile = { pc = 0x1 <Address 0x1 out of bounds>, byte_string = 136152021, byte_string_start = 0x0, next = 0xbb456ae } result = 0 type = (CONDITION_CASE | unknown: 8564) #22 0x081d64b1 in funcall_lambda (fun=140932301, nargs=1, arg_vector=0xbfffd628) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 140932296 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #23 0x081d6817 in Ffuncall (nargs=2, args=0xbfffd624) at eval.c:2866 fun = <optimized out> original_fun = 153445890 funcar = 6 numargs = 1 val = <optimized out> internal_args = <optimized out> i = <optimized out> #24 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=12, args_template=139699138, nargs=-1073752536, args=0x2) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 26 count_volatile = -1 vectorp = 0x8672a8c vectorp_volatile = 0x853a3c2 stack = { pc = 0x924966b "\304Y\202F", byte_string = 153748729, byte_string_start = 0x9249660 "\302\030\t9\203\020", next = 0xbfffdba8 } stack_volatile = { pc = 0x1 <Address 0x1 out of bounds>, byte_string = 136152021, byte_string_start = 0x92a7c9e "S\b\235\023)\t\336{*\tR$T\b\306{*\tr\002U\b\276|*\tڣS\b\006R\002\tr\002U\b\316|*\tڣS\b\026d\025\t\032", next = 0xbfffd72c } result = 0 type = (CONDITION_CASE | unknown: 8564) #25 0x081d64b1 in funcall_lambda (fun=140009885, nargs=1, arg_vector=0xbfffd760) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 140009880 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #26 0x081d55ea in apply_lambda (fun=140009885, args=<optimized out>) at eval.c:2914 args_left = 139699138 i = <optimized out> numargs = 1 arg_vector = <optimized out> tem = <optimized out> sa_must_free = <optimized out> #27 0x081d584c in eval_sub (form=153779598) at eval.c:2250 fun = <optimized out> val = <optimized out> original_fun = 153419802 original_args = 153779334 funcar = 6 #28 0x081d947b in Fand (args=153779326) at eval.c:383 val = <optimized out> #29 0x081d5c11 in eval_sub (form=153779622) at eval.c:2123 numargs = 4 args_left = 153779326 i = <optimized out> maxargs = <optimized out> argvals = {-1211702563, 143690088, 0, 16, -1211702614, 137233504, 5, 987} fun = 139294237 val = <optimized out> original_fun = 139771154 original_args = 153779326 funcar = 6 #30 0x081d6216 in Fprogn (body=153779262) at eval.c:458 val = <optimized out> #31 0x081d6574 in funcall_lambda (fun=153779430, nargs=0, arg_vector=0xbfffd9f4) at eval.c:3032 val = <optimized out> syms_left = 139699138 next = 139699138 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #32 0x081d6817 in Ffuncall (nargs=1, args=0xbfffd9f0) at eval.c:2866 fun = <optimized out> original_fun = 153779430 funcar = 6 numargs = 0 val = <optimized out> internal_args = <optimized out> i = <optimized out> #33 0x081d5bca in eval_sub (form=153370854) at eval.c:2147 vals = 0xbfffd9f0 argnum = <optimized out> sa_must_free = false numargs = -1073751568 args_left = 139699138 i = <optimized out> maxargs = <optimized out> argvals = {-1211556542, 143692528, 143690088, -1073751320, -1211554655, 143690088, -1073751368, 3} fun = 139294933 val = <optimized out> original_fun = -1073751564 original_args = 153370710 funcar = 6 #34 0x081d97d3 in internal_lisp_condition_case (var=141883570, bodyform=153370854, handlers=153369534) at eval.c:1313 val = <optimized out> c = <optimized out> oldhandlerlist = 0x88fe638 clausenb = <optimized out> #35 0x08215cf6 in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073751276, args=0x8f) at bytecode.c:1169 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 20 count_volatile = 153446080 vectorp = 0x9350f94 vectorp_volatile = 0x853a3c2 stack = { pc = 0x924999e ")\207", byte_string = 153742793, byte_string_start = 0x924997c "\b\303H\t>\204\016", next = 0xbfffdd48 } stack_volatile = { pc = 0x1 <Address 0x1 out of bounds>, byte_string = 136152021, byte_string_start = 0x88812e8 "\025`\004\303)I\371\b£S\b£S\b£S\b\315M\320\t\315M\320\t\345\372y\bF\205\062\t£S\b£S\b\r\230Y\b\246%l\v\335{\232\b£S\b^\025\a\v\376\n\b\vu\t|\bi\aZ\b!\ba\bu\353c\b\032\aT\b\220\261g\b", next = 0x1b } result = 0 type = (CONDITION_CASE | unknown: 8564) #36 0x081d64b1 in funcall_lambda (fun=152340573, nargs=1, arg_vector=0xbfffdcb8) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 152340568 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #37 0x081d6817 in Ffuncall (nargs=2, args=0xbfffdcb4) at eval.c:2866 fun = <optimized out> original_fun = 153446130 funcar = 6 numargs = 1 val = <optimized out> internal_args = <optimized out> i = <optimized out> #38 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=24, args_template=139699138, nargs=-1073750856, args=0x2) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 13 count_volatile = 143612344 vectorp = 0x9350f0c vectorp_volatile = 0x88f5868 stack = { pc = 0x9249832 "\203\252", byte_string = 153747841, byte_string_start = 0x9249804 "\306\307!\210ȉ\030\031\n\311\033\211\034\203\262", next = 0xbfffdf98 } stack_volatile = { pc = 0x853a3c2 "", byte_string = 16768600, byte_string_start = 0xbfffddf8 "", next = 0x8387d2d <pure+678605> } result = 0 type = (CONDITION_CASE | unknown: 8564) #39 0x081d64b1 in funcall_lambda (fun=153612557, nargs=0, arg_vector=0xbfffdf0c) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 153612552 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #40 0x081d6817 in Ffuncall (nargs=1, args=0xbfffdf08) at eval.c:2866 fun = <optimized out> original_fun = 153446106 funcar = 6 numargs = 0 val = <optimized out> internal_args = <optimized out> i = <optimized out> #41 0x081d7c5a in Fapply (nargs=2, args=0xbfffdf08) at eval.c:2287 i = <optimized out> numargs = <optimized out> spread_arg = <optimized out> funcall_args = 0x0 fun = 153446106 retval = <optimized out> gcpro1 = <optimized out> sa_must_free = false #42 0x081d6c37 in Ffuncall (nargs=3, args=0xbfffdf04) at eval.c:2786 fun = 139294909 original_fun = 139771770 funcar = 6 numargs = 2 val = <optimized out> internal_args = <optimized out> i = <optimized out> #43 0x082149bf in exec_byte_code (bytestr=0, vector=6, maxdepth=16, args_template=139699138, nargs=-1073750260, args=0x3) at bytecode.c:919 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 10 count_volatile = 0 vectorp = 0x838843c <pure+680412> vectorp_volatile = 0x89092fc stack = { pc = 0x8455b39 <pure+1521881> "\210)\301\207", byte_string = 137921569, byte_string_start = 0x8455b30 <pure+1521872> "r\301\b\302H\b\303H\"\210)\301\207", next = 0xbfffe1c8 } stack_volatile = { pc = 0x24 <Address 0x24 out of bounds>, byte_string = 139699138, byte_string_start = 0x39f0 <Address 0x39f0 out of bounds>, next = 0x0 } result = 0 type = (CONDITION_CASE | unknown: 8564) #44 0x08217428 in Fbyte_code (bytestr=137921569, vector=137921597, maxdepth=16) at bytecode.c:482 No locals. #45 0x081d5dea in eval_sub (form=137921558) at eval.c:2181 numargs = 139299376 args_left = <optimized out> i = 3 maxargs = 3 argvals = {137921569, 137921597, 16, 0, 136144072, 10, 139699138, 20} fun = 139299381 val = <optimized out> original_fun = 3 original_args = 137921566 funcar = 6 #46 0x081d97d3 in internal_lisp_condition_case (var=141883570, bodyform=137921558, handlers=137921622) at eval.c:1313 val = <optimized out> c = <optimized out> oldhandlerlist = 0x88fe560 clausenb = <optimized out> #47 0x08215cf6 in exec_byte_code (bytestr=0, vector=6, maxdepth=20, args_template=139699138, nargs=-1073749708, args=0x8f) at bytecode.c:1169 targets = {0x8214a43 <exec_byte_code+979>, 0x8214b02 <exec_byte_code+1170>, 0x8214b07 <exec_byte_code+1175>, 0x8214b0c <exec_byte_code+1180>, 0x821485a <exec_byte_code+490>, 0x8214860 <exec_byte_code+496>, 0x8214f29 <exec_byte_code+2233>, 0x8215db0 <exec_byte_code+5952>, 0x8214f68 <exec_byte_code+2296>, 0x8214f75 <exec_byte_code+2309>, 0x8214f5e <exec_byte_code+2286>, 0x8214f63 <exec_byte_code+2291>, 0x821488b <exec_byte_code+539>, 0x8214890 <exec_byte_code+544>, 0x8214d45 <exec_byte_code+1749>, 0x821502b <exec_byte_code+2491>, 0x8214ead <exec_byte_code+2109>, 0x8214eb2 <exec_byte_code+2114>, 0x8214f1f <exec_byte_code+2223>, 0x8214f24 <exec_byte_code+2228>, 0x82148e9 <exec_byte_code+633>, 0x82148f0 <exec_byte_code+640>, 0x8214ed7 <exec_byte_code+2151>, 0x8214eb7 <exec_byte_code+2119>, 0x8214d25 <exec_byte_code+1717>, 0x8214d2a <exec_byte_code+1722>, 0x8214d2f <exec_byte_code+1727>, 0x8214d35 <exec_byte_code+1733>, 0x8214961 <exec_byte_code+753>, 0x8214968 <exec_byte_code+760>, 0x8214f0e <exec_byte_code+2206>, 0x8214d05 <exec_byte_code+1685>, 0x8214cf2 <exec_byte_code+1666>, 0x8214cf7 <exec_byte_code+1671>, 0x8214cfc <exec_byte_code+1676>, 0x8214ccd <exec_byte_code+1629>, 0x821499a <exec_byte_code+810>, 0x82149a0 <exec_byte_code+816>, 0x8214cab <exec_byte_code+1595>, 0x8214cd2 <exec_byte_code+1634>, 0x8215e54 <exec_byte_code+6116>, 0x8215e59 <exec_byte_code+6121>, 0x8215e5e <exec_byte_code+6126>, 0x8215e2f <exec_byte_code+6079>, 0x82149d9 <exec_byte_code+873>, 0x82149e0 <exec_byte_code+880>, 0x8214cbc <exec_byte_code+1612>, 0x8215e34 <exec_byte_code+6084>, 0x8215c6c <exec_byte_code+5628>, 0x8215c62 <exec_byte_code+5618>, 0x8215b2b <exec_byte_code+5307>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8216490 <exec_byte_code+7712>, 0x8216434 <exec_byte_code+7620>, 0x8216462 <exec_byte_code+7666>, 0x821636f <exec_byte_code+7423>, 0x821639d <exec_byte_code+7469>, 0x8214e0f <exec_byte_code+1951>, 0x8214e44 <exec_byte_code+2004>, 0x82163d7 <exec_byte_code+7527>, 0x8214ddb <exec_byte_code+1899>, 0x8214e79 <exec_byte_code+2057>, 0x82163ff <exec_byte_code+7567>, 0x82161d3 <exec_byte_code+7011>, 0x82161f7 <exec_byte_code+7047>, 0x821622f <exec_byte_code+7103>, 0x8216263 <exec_byte_code+7155>, 0x82162d7 <exec_byte_code+7271>, 0x82162fb <exec_byte_code+7307>, 0x8216333 <exec_byte_code+7363>, 0x8215ff7 <exec_byte_code+6535>, 0x821601b <exec_byte_code+6571>, 0x8216661 <exec_byte_code+8177>, 0x8216696 <exec_byte_code+8230>, 0x8216585 <exec_byte_code+7957>, 0x82165ba <exec_byte_code+8010>, 0x82165f9 <exec_byte_code+8073>, 0x821662d <exec_byte_code+8125>, 0x8216514 <exec_byte_code+7844>, 0x82167c9 <exec_byte_code+8537>, 0x82167f7 <exec_byte_code+8583>, 0x82166ce <exec_byte_code+8286>, 0x821670c <exec_byte_code+8348>, 0x821674c <exec_byte_code+8412>, 0x8216789 <exec_byte_code+8473>, 0x8215332 <exec_byte_code+3266>, 0x8215927 <exec_byte_code+4791>, 0x82158ca <exec_byte_code+4698>, 0x82158f3 <exec_byte_code+4739>, 0x82157fa <exec_byte_code+4490>, 0x821582e <exec_byte_code+4542>, 0x8215862 <exec_byte_code+4594>, 0x8215676 <exec_byte_code+4102>, 0x8214a19 <exec_byte_code+937>, 0x82156b9 <exec_byte_code+4169>, 0x82156e0 <exec_byte_code+4208>, 0x8215747 <exec_byte_code+4311>, 0x821578d <exec_byte_code+4381>, 0x82157d3 <exec_byte_code+4451>, 0x821536f <exec_byte_code+3327>, 0x8215398 <exec_byte_code+3368>, 0x82153c1 <exec_byte_code+3409>, 0x8215401 <exec_byte_code+3473>, 0x8214a43 <exec_byte_code+979>, 0x8215431 <exec_byte_code+3521>, 0x821545a <exec_byte_code+3562>, 0x8215483 <exec_byte_code+3603>, 0x82154ac <exec_byte_code+3644>, 0x82154d5 <exec_byte_code+3685>, 0x82154fe <exec_byte_code+3726>, 0x8214a19 <exec_byte_code+937>, 0x8214a43 <exec_byte_code+979>, 0x8215525 <exec_byte_code+3765>, 0x8215565 <exec_byte_code+3829>, 0x821558c <exec_byte_code+3868>, 0x82155b0 <exec_byte_code+3904>, 0x82155e8 <exec_byte_code+3960>, 0x821561d <exec_byte_code+4013>, 0x821504b <exec_byte_code+2523>, 0x8215070 <exec_byte_code+2560>, 0x82150a5 <exec_byte_code+2613>, 0x82150dd <exec_byte_code+2669>, 0x8215112 <exec_byte_code+2722>, 0x821513b <exec_byte_code+2763>, 0x8214a43 <exec_byte_code+979>, 0x8215d70 <exec_byte_code+5888>, 0x8215e65 <exec_byte_code+6133>, 0x8214d75 <exec_byte_code+1797>, 0x8216137 <exec_byte_code+6855>, 0x8216042 <exec_byte_code+6610>, 0x82160a1 <exec_byte_code+6705>, 0x8215a90 <exec_byte_code+5152>, 0x8215d57 <exec_byte_code+5863>, 0x8214ee8 <exec_byte_code+2168>, 0x82159e3 <exec_byte_code+4979>, 0x8215984 <exec_byte_code+4884>, 0x8215ac4 <exec_byte_code+5204>, 0x8215aee <exec_byte_code+5246>, 0x8215c8e <exec_byte_code+5662>, 0x8215cd5 <exec_byte_code+5733>, 0x8215d14 <exec_byte_code+5796>, 0x8215edf <exec_byte_code+6255>, 0x821595b <exec_byte_code+4843>, 0x8215162 <exec_byte_code+2802>, 0x82151a1 <exec_byte_code+2865>, 0x82151c5 <exec_byte_code+2901>, 0x82151e9 <exec_byte_code+2937>, 0x8215210 <exec_byte_code+2976>, 0x8215234 <exec_byte_code+3012>, 0x821526c <exec_byte_code+3068>, 0x82152a1 <exec_byte_code+3121>, 0x82152d9 <exec_byte_code+3177>, 0x821530e <exec_byte_code+3230>, 0x8214b15 <exec_byte_code+1189>, 0x8214b4a <exec_byte_code+1242>, 0x8214b82 <exec_byte_code+1298>, 0x8214ba6 <exec_byte_code+1334>, 0x8214bde <exec_byte_code+1390>, 0x8214c13 <exec_byte_code+1443>, 0x8214c45 <exec_byte_code+1493>, 0x8214c77 <exec_byte_code+1543>, 0x8215896 <exec_byte_code+4646>, 0x8215641 <exec_byte_code+4049>, 0x8214a9f <exec_byte_code+1071>, 0x8214ad9 <exec_byte_code+1129>, 0x8214a43 <exec_byte_code+979>, 0x8215f34 <exec_byte_code+6340>, 0x8215fa0 <exec_byte_code+6448>, 0x8216825 <exec_byte_code+8629>, 0x82168a8 <exec_byte_code+8760>, 0x8215a0d <exec_byte_code+5021>, 0x8216297 <exec_byte_code+7207>, 0x8216548 <exec_byte_code+7896>, 0x821570a <exec_byte_code+4250>, 0x8215df9 <exec_byte_code+6025>, 0x8214f85 <exec_byte_code+2325>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214fc8 <exec_byte_code+2392>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8214a43 <exec_byte_code+979>, 0x8215000 <exec_byte_code+2448> <repeats 64 times>} count = 6 count_volatile = -1073749400 vectorp = 0x838839c <pure+680252> vectorp_volatile = 0x81dd417 <Flength+439> stack = { pc = 0x8455bb4 <pure+1522004> "\210\016\027\205\213", byte_string = 137921417, byte_string_start = 0x8455b3e <pure+1521886> "\b\021\n\020\v\022\306\034\v\033\307\v!\206\026", next = 0x0 } stack_volatile = { pc = 0x1 <Address 0x1 out of bounds>, byte_string = 136152021, byte_string_start = 0x853a3c2 "", next = 0xb121006 } result = 0 type = (CONDITION_CASE | unknown: 8564) #48 0x081d64b1 in funcall_lambda (fun=137921397, nargs=1, arg_vector=0xbfffe2dc) at eval.c:3039 val = <optimized out> syms_left = <optimized out> next = 137921392 lexenv = 139699138 i = <optimized out> optional = <optimized out> rest = <optimized out> #49 0x081d6817 in Ffuncall (nargs=2, args=0xbfffe2d8) at eval.c:2866 fun = <optimized out> original_fun = 139723610 funcar = 6 numargs = 1 val = <optimized out> internal_args = <optimized out> i = <optimized out> #50 0x081d6e77 in call1 (fn=139723610, arg1=154250077) at eval.c:2604 ret_ungc_val = 0 args = {139723610, 154250077} #51 0x081587ea in timer_check_2 (idle_timers=<optimized out>, timers=<optimized out>) at keyboard.c:4507 old_deactivate_mark = 139699138 idle_timer_ripe = <optimized out> timer = 186720309 timer_time = { tv_sec = 1386843269, tv_nsec = 518442570 } timer_difference = <optimized out> idle_timer_difference = <optimized out> ripe = <optimized out> idle_timer = <optimized out> idle_timer_time = { tv_sec = 10, tv_nsec = 0 } timer_ripe = <optimized out> idleness_now = { tv_sec = 10, tv_nsec = 583690 } chosen_timer = 154250077 now = { tv_sec = 1386843269, tv_nsec = 518269981 } #52 timer_check () at keyboard.c:4574 nexttime = <optimized out> timers = 185733158 idle_timers = 189148126 tem = <optimized out> #53 0x08158b84 in readable_events (flags=1) at keyboard.c:3441 No locals. #54 0x0815a57f in get_input_pending (flags=1) at keyboard.c:6758 No locals. #55 0x0815e2aa in detect_input_pending_run_timers (do_display=true) at keyboard.c:9881 old_timers_run = 5334 #56 0x0821d151 in wait_reading_process_output (time_limit=<optimized out>, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=139699138, wait_proc=0x0, just_wait_proc=0) at process.c:4680 old_timers_run = 5334 old_buffer = 0x92b2970 old_window = 164646349 leave = false timeout_reduced_for_timers = 205 channel = <optimized out> nfds = 0 Available = { fds_bits = {649068800, 0 <repeats 31 times>} } Writeok = { fds_bits = {0 <repeats 32 times>} } check_write = <optimized out> check_delay = <optimized out> no_avail = <optimized out> xerrno = 11 proc = <optimized out> timeout = { tv_sec = 0, tv_nsec = 498515678 } end_time = { tv_sec = 1386843294, tv_nsec = 531744714 } wait_channel = -1 got_some_input = false #57 0x08063e3a in sit_for (timeout=120, reading=true, display_option=1) at dispnew.c:5800 sec = 30 nsec = 0 do_display = true #58 0x0815f6fb in read_char (commandflag=1, map=185569862, prev_event=139699138, used_mouse_menu=0xbfffea3f, end_time=0x0) at keyboard.c:2807 tem0 = <optimized out> timeout = <optimized out> delay_level = <optimized out> buffer_size = <optimized out> c = 139699138 local_getcjmp = {{ __jmpbuf = {-1073747964, 139699138, 142906184, 0, -1030347811, 378337458}, __mask_was_saved = 0, __saved_mask = { __val = {151623498, 139699138, 153823605, 136523781, 153823600, 139699138, 153823600, 139699138, 5481386, 3221219488, 3, 3221219488, 136778176, 0, 1, 144656896, 137702380, 3221219492, 153823600, 136101963, 141537608, 142069274, 141907456, 136058270, 2, 151623498, 144629469, 2828656, 153823600, 144533584, 141907520, 135698521} } }} save_jump = {{ __jmpbuf = {0, 0, 0, 0, 0, 0}, __mask_was_saved = 0, __saved_mask = { __val = {0 <repeats 32 times>} } }} tem = <optimized out> save = <optimized out> previous_echo_area_message = 139699138 also_record = 139699138 reread = false polling_stopped_here = false orig_kboard = 0x891b548 #59 0x08160b5e in read_key_sequence (keybuf=0xbfffeaa8, prompt=139699138, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true, prevent_redisplay=false, bufsize=30) at keyboard.c:9076 interrupted_kboard = 0x891b548 interrupted_frame = 0x88812e8 key = <optimized out> used_mouse_menu = false echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 new_binding = <optimized out> t = 0 echo_start = 0 keys_start = 0 current_binding = 185569862 first_event = 139699138 first_unbound = 31 mock_input = 0 fkey = { parent = 141627278, map = 141627278, start = 0, end = 0 } keytran = { parent = 139686670, map = 139686670, start = 0, end = 0 } indec = { parent = 141627286, map = 141627286, start = 0, end = 0 } shift_translated = false delayed_switch_frame = 139699138 original_uppercase = -1073747404 original_uppercase_position = -1 dummyflag = false starting_buffer = 0x92b2970 fake_prefixed_keys = 139699138 #60 0x0816241e in command_loop_1 () at keyboard.c:1445 cmd = <optimized out> keybuf = {128, -1073747268, 139730194, 185014062, 137241201, 139699138, 143612040, 185014062, -1073747177, 135626085, 139730194, 185014062, 137241201, 139699138, -1073747177, 139699138, 139699138, 135626384, 185014062, -1073747177, 134547325, 2, 141369662, 143612024, -1073746808, 139699138, 141369662, 5481410, -1073746808, 0} i = <optimized out> prev_modiff = 1239 prev_buffer = 0x92b2970 #61 0x081d4a38 in internal_condition_case (bfun=0x8162200 <command_loop_1>, handlers=139732170, hfun=0x8157db0 <cmd_error>) at eval.c:1344 val = <optimized out> c = 0x88fe560 #62 0x08156405 in command_loop_2 (ignore=139699138) at keyboard.c:1170 val = 0 #63 0x081d495b in internal_catch (tag=139730218, func=0x81563e0 <command_loop_2>, arg=139699138) at eval.c:1108 val = <optimized out> c = 0x853a3a2 #64 0x0815791a in command_loop () at keyboard.c:1149 No locals. #65 recursive_edit_1 () at keyboard.c:777 val = 0 #66 0x08157bf0 in Frecursive_edit () at keyboard.c:841 buffer = 139699138 #67 0x08057952 in main (argc=<optimized out>, argv=0xbfffed24) at emacs.c:1603 dummy = -1225854012 stack_bottom_variable = 0 '\000' do_initial_setlocale = <optimized out> dumping = <optimized out> skip_args = 0 rlim = { rlim_cur = 8388608, rlim_max = 18446744073709551615 } no_loadup = false junk = 0x0 dname_arg = 0x0 ch_to_dir = 0xb6d97b09 <__internal_atexit+9> "\201\303\353t\025" original_pwd = 0x1 <Address 0x1 out of bounds> Lisp Backtrace: "Automatic GC" (0x8528670) "keyfreq-table-load" (0xbfffd488) "achievements-num-times-commands-were-run" (0xbfffd628) "achievements-command-was-run" (0xbfffd760) "and" (0xbfffd8dc) 0x92a7ce0 Lisp type 6 "funcall" (0xbfffd9f0) "achievements-earned-p" (0xbfffdcb8) "achievements-update-score" (0xbfffdf0c) "apply" (0xbfffdf08) "byte-code" (0xbfffe05c) "timer-event-handler" (0xbfffe2dc) In GNU Emacs 24.3.50.5 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2013-12-11 on geodiff-mac3 Windowing system distributor `The X.Org Foundation', version 11.0.11304000 Configured using: `configure --with-x-toolkit=lucid --enable-checking' Important settings: value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: paredit-mode: t override-global-mode: t dynamic-completion-mode: t shell-dirtrack-mode: t show-paren-mode: t recentf-mode: t display-time-mode: t winner-mode: t tooltip-mode: t electric-indent-mode: t mouse-wheel-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 transient-mark-mode: t hs-minor-mode: t Recent input: q M-x r e p o r t SPC e m <tab> <return> Recent messages: Loading /home/youngfrog/org/shell-mode-filter.el (source)...done Loading /home/youngfrog/org/emacs.el (source)...done Loading /home/youngfrog/sources/twittering-mode/twittering-mode.el (source)... ../../twittering-mode/twittering-mode.el: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'. Loading /home/youngfrog/sources/twittering-mode/twittering-mode.el (source)...done Loading /home/youngfrog/sources/yank-highlight/gistfile1.el (source)...done Loading /home/youngfrog/sources/add-arrow-to-eval-last-sexp/gistfile1.txt...done For information about GNU Emacs and the GNU system, type C-h C-a. Calculating achievements... done Calculating achievements... done Load-path shadows: ~/.emacs.d/lisp/asy-mode hides /usr/local/texlive/2012/texmf/asymptote/asy-mode ~/sources/org-mode/lisp/org-footnote hides /home/youngfrog/sources/running-emacs/lisp/org/org-footnote ~/sources/org-mode/lisp/ob-asymptote hides /home/youngfrog/sources/running-emacs/lisp/org/ob-asymptote ~/sources/org-mode/lisp/ob-sqlite hides /home/youngfrog/sources/running-emacs/lisp/org/ob-sqlite ~/sources/org-mode/lisp/ob-ditaa hides /home/youngfrog/sources/running-emacs/lisp/org/ob-ditaa ~/sources/org-mode/lisp/org-protocol hides /home/youngfrog/sources/running-emacs/lisp/org/org-protocol ~/sources/org-mode/lisp/ox-beamer hides /home/youngfrog/sources/running-emacs/lisp/org/ox-beamer ~/sources/org-mode/lisp/org-irc hides /home/youngfrog/sources/running-emacs/lisp/org/org-irc ~/sources/org-mode/lisp/ob-scheme hides /home/youngfrog/sources/running-emacs/lisp/org/ob-scheme ~/sources/org-mode/lisp/org-capture hides /home/youngfrog/sources/running-emacs/lisp/org/org-capture ~/sources/org-mode/lisp/ob-plantuml hides /home/youngfrog/sources/running-emacs/lisp/org/ob-plantuml ~/sources/org-mode/lisp/ox-html hides /home/youngfrog/sources/running-emacs/lisp/org/ox-html ~/sources/org-mode/lisp/org-table hides /home/youngfrog/sources/running-emacs/lisp/org/org-table ~/sources/org-mode/lisp/ob-eval hides /home/youngfrog/sources/running-emacs/lisp/org/ob-eval ~/sources/org-mode/lisp/ob-exp hides /home/youngfrog/sources/running-emacs/lisp/org/ob-exp ~/sources/org-mode/lisp/org-eshell hides /home/youngfrog/sources/running-emacs/lisp/org/org-eshell ~/sources/org-mode/lisp/ob-sql hides /home/youngfrog/sources/running-emacs/lisp/org/ob-sql ~/sources/org-mode/lisp/org-colview hides /home/youngfrog/sources/running-emacs/lisp/org/org-colview ~/sources/org-mode/lisp/ox-publish hides /home/youngfrog/sources/running-emacs/lisp/org/ox-publish ~/sources/org-mode/lisp/ob-sh hides /home/youngfrog/sources/running-emacs/lisp/org/ob-sh ~/sources/org-mode/lisp/ob-comint hides /home/youngfrog/sources/running-emacs/lisp/org/ob-comint ~/sources/org-mode/lisp/org-element hides /home/youngfrog/sources/running-emacs/lisp/org/org-element ~/sources/org-mode/lisp/org-indent hides /home/youngfrog/sources/running-emacs/lisp/org/org-indent ~/sources/org-mode/lisp/ob-sass hides /home/youngfrog/sources/running-emacs/lisp/org/ob-sass ~/sources/org-mode/lisp/org-compat hides /home/youngfrog/sources/running-emacs/lisp/org/org-compat ~/sources/org-mode/lisp/org-list hides /home/youngfrog/sources/running-emacs/lisp/org/org-list ~/sources/org-mode/lisp/ox hides /home/youngfrog/sources/running-emacs/lisp/org/ox ~/sources/org-mode/lisp/ob-mscgen hides /home/youngfrog/sources/running-emacs/lisp/org/ob-mscgen ~/sources/org-mode/lisp/ob-keys hides /home/youngfrog/sources/running-emacs/lisp/org/ob-keys ~/sources/org-mode/lisp/org-info hides /home/youngfrog/sources/running-emacs/lisp/org/org-info ~/sources/org-mode/lisp/org-ctags hides /home/youngfrog/sources/running-emacs/lisp/org/org-ctags ~/sources/org-mode/lisp/org-habit hides /home/youngfrog/sources/running-emacs/lisp/org/org-habit ~/sources/org-mode/lisp/org-datetree hides /home/youngfrog/sources/running-emacs/lisp/org/org-datetree ~/sources/org-mode/lisp/ox-texinfo hides /home/youngfrog/sources/running-emacs/lisp/org/ox-texinfo ~/sources/org-mode/lisp/org-clock hides /home/youngfrog/sources/running-emacs/lisp/org/org-clock ~/sources/org-mode/lisp/org-bbdb hides /home/youngfrog/sources/running-emacs/lisp/org/org-bbdb ~/sources/org-mode/lisp/ob-maxima hides /home/youngfrog/sources/running-emacs/lisp/org/ob-maxima ~/sources/org-mode/lisp/ob-fortran hides /home/youngfrog/sources/running-emacs/lisp/org/ob-fortran ~/sources/org-mode/lisp/ob-picolisp hides /home/youngfrog/sources/running-emacs/lisp/org/ob-picolisp ~/sources/org-mode/lisp/ob-java hides /home/youngfrog/sources/running-emacs/lisp/org/ob-java ~/sources/org-mode/lisp/ox-icalendar hides /home/youngfrog/sources/running-emacs/lisp/org/ox-icalendar ~/sources/org-mode/lisp/org-gnus hides /home/youngfrog/sources/running-emacs/lisp/org/org-gnus ~/sources/org-mode/lisp/ob-table hides /home/youngfrog/sources/running-emacs/lisp/org/ob-table ~/sources/org-mode/lisp/ob-ocaml hides /home/youngfrog/sources/running-emacs/lisp/org/ob-ocaml ~/sources/org-mode/lisp/ob-tangle hides /home/youngfrog/sources/running-emacs/lisp/org/ob-tangle ~/sources/org-mode/lisp/ox-md hides /home/youngfrog/sources/running-emacs/lisp/org/ox-md ~/sources/org-mode/lisp/org-install hides /home/youngfrog/sources/running-emacs/lisp/org/org-install ~/sources/org-mode/lisp/ob-org hides /home/youngfrog/sources/running-emacs/lisp/org/ob-org ~/sources/org-mode/lisp/org-docview hides /home/youngfrog/sources/running-emacs/lisp/org/org-docview ~/sources/org-mode/lisp/org-timer hides /home/youngfrog/sources/running-emacs/lisp/org/org-timer ~/sources/org-mode/lisp/ob-makefile hides /home/youngfrog/sources/running-emacs/lisp/org/ob-makefile ~/sources/org-mode/lisp/ob-calc hides /home/youngfrog/sources/running-emacs/lisp/org/ob-calc ~/sources/org-mode/lisp/org-rmail hides /home/youngfrog/sources/running-emacs/lisp/org/org-rmail ~/sources/org-mode/lisp/org-plot hides /home/youngfrog/sources/running-emacs/lisp/org/org-plot ~/sources/org-mode/lisp/ob-haskell hides /home/youngfrog/sources/running-emacs/lisp/org/ob-haskell ~/sources/org-mode/lisp/ob-shen hides /home/youngfrog/sources/running-emacs/lisp/org/ob-shen ~/sources/org-mode/lisp/ox-latex hides /home/youngfrog/sources/running-emacs/lisp/org/ox-latex ~/sources/org-mode/lisp/org-mhe hides /home/youngfrog/sources/running-emacs/lisp/org/org-mhe ~/sources/org-mode/lisp/org-pcomplete hides /home/youngfrog/sources/running-emacs/lisp/org/org-pcomplete ~/sources/org-mode/lisp/org-mouse hides /home/youngfrog/sources/running-emacs/lisp/org/org-mouse ~/sources/org-mode/lisp/ox-man hides /home/youngfrog/sources/running-emacs/lisp/org/ox-man ~/sources/org-mode/lisp/org-archive hides /home/youngfrog/sources/running-emacs/lisp/org/org-archive ~/sources/org-mode/lisp/ox-ascii hides /home/youngfrog/sources/running-emacs/lisp/org/ox-ascii ~/sources/org-mode/lisp/ob-python hides /home/youngfrog/sources/running-emacs/lisp/org/ob-python ~/sources/org-mode/lisp/ox-org hides /home/youngfrog/sources/running-emacs/lisp/org/ox-org ~/sources/org-mode/lisp/ob-gnuplot hides /home/youngfrog/sources/running-emacs/lisp/org/ob-gnuplot ~/sources/org-mode/lisp/org-agenda hides /home/youngfrog/sources/running-emacs/lisp/org/org-agenda ~/sources/org-mode/lisp/ob-core hides /home/youngfrog/sources/running-emacs/lisp/org/ob-core ~/sources/org-mode/lisp/ob-perl hides /home/youngfrog/sources/running-emacs/lisp/org/ob-perl ~/sources/org-mode/lisp/ob-octave hides /home/youngfrog/sources/running-emacs/lisp/org/ob-octave ~/sources/org-mode/lisp/org-crypt hides /home/youngfrog/sources/running-emacs/lisp/org/org-crypt ~/sources/org-mode/lisp/org-macs hides /home/youngfrog/sources/running-emacs/lisp/org/org-macs ~/sources/org-mode/lisp/org-w3m hides /home/youngfrog/sources/running-emacs/lisp/org/org-w3m ~/sources/org-mode/lisp/org-feed hides /home/youngfrog/sources/running-emacs/lisp/org/org-feed ~/sources/org-mode/lisp/org-mobile hides /home/youngfrog/sources/running-emacs/lisp/org/org-mobile ~/sources/org-mode/lisp/org-version hides /home/youngfrog/sources/running-emacs/lisp/org/org-version ~/sources/org-mode/lisp/ob-ledger hides /home/youngfrog/sources/running-emacs/lisp/org/ob-ledger ~/sources/org-mode/lisp/org-inlinetask hides /home/youngfrog/sources/running-emacs/lisp/org/org-inlinetask ~/sources/org-mode/lisp/ob-latex hides /home/youngfrog/sources/running-emacs/lisp/org/ob-latex ~/sources/org-mode/lisp/ob-dot hides /home/youngfrog/sources/running-emacs/lisp/org/ob-dot ~/sources/org-mode/lisp/ob-screen hides /home/youngfrog/sources/running-emacs/lisp/org/ob-screen ~/sources/org-mode/lisp/org-src hides /home/youngfrog/sources/running-emacs/lisp/org/org-src ~/sources/org-mode/lisp/ob-ruby hides /home/youngfrog/sources/running-emacs/lisp/org/ob-ruby ~/sources/org-mode/lisp/org-macro hides /home/youngfrog/sources/running-emacs/lisp/org/org-macro ~/sources/org-mode/lisp/ob hides /home/youngfrog/sources/running-emacs/lisp/org/ob ~/sources/org-mode/lisp/ob-io hides /home/youngfrog/sources/running-emacs/lisp/org/ob-io ~/sources/org-mode/lisp/ob-matlab hides /home/youngfrog/sources/running-emacs/lisp/org/ob-matlab ~/sources/org-mode/lisp/ob-ref hides /home/youngfrog/sources/running-emacs/lisp/org/ob-ref ~/sources/org-mode/lisp/org-bibtex hides /home/youngfrog/sources/running-emacs/lisp/org/org-bibtex ~/sources/org-mode/lisp/org-entities hides /home/youngfrog/sources/running-emacs/lisp/org/org-entities ~/sources/org-mode/lisp/org hides /home/youngfrog/sources/running-emacs/lisp/org/org ~/sources/org-mode/lisp/ob-R hides /home/youngfrog/sources/running-emacs/lisp/org/ob-R ~/sources/org-mode/lisp/ob-C hides /home/youngfrog/sources/running-emacs/lisp/org/ob-C ~/sources/org-mode/lisp/ob-lob hides /home/youngfrog/sources/running-emacs/lisp/org/ob-lob ~/sources/org-mode/lisp/ob-awk hides /home/youngfrog/sources/running-emacs/lisp/org/ob-awk ~/sources/org-mode/lisp/ob-clojure hides /home/youngfrog/sources/running-emacs/lisp/org/ob-clojure ~/sources/org-mode/lisp/org-faces hides /home/youngfrog/sources/running-emacs/lisp/org/org-faces ~/sources/org-mode/lisp/ox-odt hides /home/youngfrog/sources/running-emacs/lisp/org/ox-odt ~/sources/org-mode/lisp/ob-css hides /home/youngfrog/sources/running-emacs/lisp/org/ob-css ~/sources/org-mode/lisp/ob-lisp hides /home/youngfrog/sources/running-emacs/lisp/org/ob-lisp ~/sources/org-mode/lisp/ob-lilypond hides /home/youngfrog/sources/running-emacs/lisp/org/ob-lilypond ~/sources/org-mode/lisp/org-attach hides /home/youngfrog/sources/running-emacs/lisp/org/org-attach ~/sources/org-mode/lisp/ob-emacs-lisp hides /home/youngfrog/sources/running-emacs/lisp/org/ob-emacs-lisp ~/sources/org-mode/lisp/ob-scala hides /home/youngfrog/sources/running-emacs/lisp/org/ob-scala ~/sources/org-mode/lisp/ob-js hides /home/youngfrog/sources/running-emacs/lisp/org/ob-js ~/sources/org-mode/lisp/org-id hides /home/youngfrog/sources/running-emacs/lisp/org/org-id ~/sources/org-mode/lisp/org-loaddefs hides /home/youngfrog/sources/running-emacs/lisp/org/org-loaddefs /home/youngfrog/.emacs.d/elpa/js2-mode-20131118.1516/.dir-locals hides /home/youngfrog/sources/running-emacs/lisp/gnus/.dir-locals /home/youngfrog/.emacs.d/elpa/tabulated-list-20120406.1351/tabulated-list hides /home/youngfrog/sources/running-emacs/lisp/emacs-lisp/tabulated-list Features: (shadow sort mail-extr vc vc-dispatcher keyfreq advanced-achievements emacsbug sendmail paredit hideshow twittering-mode epa epg tls url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util xml achievements basic-achievements achievements-functions autoinsert use-package diminish bind-key ac-nrepl-autoloads achievements-autoloads ack-and-a-half-autoloads ampc-autoloads auto-dim-other-buffers-autoloads boxquote-autoloads clojure-mode-autoloads color-theme-solarized-autoloads color-theme-autoloads col-highlight-autoloads csv-mode-autoloads csv-nav-autoloads dropbox-autoloads dtrt-indent-autoloads eimp-autoloads elnode-autoloads db-autoloads creole-autoloads fakir-autoloads fic-ext-mode-autoloads find-file-in-project-autoloads flx-autoloads hl-line+-autoloads idomenu-autoloads keyfreq-autoloads kv-autoloads lcs-autoloads log4j-mode-autoloads logito-autoloads lorem-ipsum-autoloads lusty-explorer-autoloads mark-tools-autoloads memory-usage-autoloads minimap-autoloads multifiles-autoloads mwe-log-commands-autoloads nlinum-autoloads nose-autoloads oauth-autoloads org-email-autoloads paredit-autoloads pastebin-autoloads pos-tip-autoloads powerline powerline-separators color powerline-themes pymacs-autoloads python-mode-autoloads pyvirtualenv-autoloads rainbow-mode-autoloads rebox2-autoloads request-autoloads shell-switcher-autoloads sicp-autoloads slime-autoloads top-mode-autoloads typing-autoloads diminish-autoloads virtualenv-autoloads vline-autoloads w3-autoloads window-number-autoloads workspaces-autoloads wtf-autoloads zen-and-art-theme-autoloads package yf/makeadefun warnings completion ert ewoc debug pcase ob-R ob-sh shell windmove latexenc paren doc-view jka-compr image-mode recentf tree-widget org-contacts org-capture org-agenda gnus-art mm-uu mml2015 epg-config mm-view mml-smime smime dig mailcap find-lisp dired org-inlinetask org-element org derived org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp ob-comint comint ansi-color ob-core ob-eval org-compat org-macs find-func cal-menu calendar cal-loaddefs gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range message cl-macs gv format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems nnheader mail-utils wid-edit cl time ffap thingatpt url-parse auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core gnus-util mm-util mail-prsvr password-cache url-vars winner ring edmacro kmacro cl-loaddefs cl-lib magit-autoloads two-mode-mode tex-site auto-loads org-loaddefs ido-hacks advice help-fns easy-mmode ido info easymenu time-date tooltip 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 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 dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting x-toolkit x multi-tty emacs)
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.