all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: Eli Zaretskii <eliz@gnu.org>
Cc: cyd@gnu.org, 7464@debbugs.gnu.org
Subject: bug#7464: 24.0.50; mouse highlighting vanishes upon unsplitting window
Date: Sat, 31 Mar 2012 16:01:19 +0200	[thread overview]
Message-ID: <87k420amz4.fsf@escher.home> (raw)
In-Reply-To: <83mx6xz53j.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 31 Mar 2012 08:56:00 +0300")

[-- Attachment #1: Type: text/plain, Size: 1282 bytes --]

On Sat, 31 Mar 2012 08:56:00 +0300 Eli Zaretskii <eliz@gnu.org> wrote:

> Can you show a backtrace in a few instances when the breakpoint inside
> cancel_mouse_face breaks?  I think these calls are those that keep the
> highlighting from being wiped out in the GTK build.

I've attached two backtraces.  The first backtrace was produced
immediately after typing `r -q', with execution breaking before the
frame appeared.  The second backtrace was produced after the second
break, when the frame appeared with the menu and tool bars but no scroll
bar or text.  This backtrace and subsequent (essentially identical) ones
included no Lisp backtrace.  At the third break, the scroll bar
appeared; the backtrace is the same as the second one.  Continuing after
that, the splash screen appeared and execution reverted to the command
loop.  I then typed C-x 2 and execution broke four times to split the
window and redisplay the scroll bars.  Then C-x 1 with the mouse pointer
over a link text, showing highlighting (which remained after
continuing), the execution breaking once.  Each of these breaks produced
the same backtrace, essentially like the second one, but without the
call to x_scroll_bar_create and with a much larger level_stack in the
redisplay_window frame.

Steve Berman


[-- Attachment #2: backtrace #1 --]
[-- Type: text/plain, Size: 19489 bytes --]

(gdb) r -Q
[libraries get loaded...]
Breakpoint 3, cancel_mouse_face (f=0x88a9188)
    at /data/steve/bzr/emacs/quickfixes/src/xdisp.c:27545
27545     Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f);
(gdb) bt full
#0  cancel_mouse_face (f=0x88a9188)
    at /data/steve/bzr/emacs/quickfixes/src/xdisp.c:27545
        window = 60
        hlinfo = 0x88a9770
#1  0x0814e1b3 in xg_frame_set_char_size (f=0x88a9188, cols=80, rows=35)
    at /data/steve/bzr/emacs/quickfixes/src/gtkutil.c:933
        pixelheight = 490
        pixelwidth = 602
#2  0x08120e1f in x_set_window_size (f=0x88a9188, change_gravity=0, cols=80, 
    rows=35) at /data/steve/bzr/emacs/quickfixes/src/xterm.c:8913
No locals.
#3  0x08069eff in x_set_scroll_bar_width (f=0x88a9188, arg=139210986, oldval=
    139210986) at /data/steve/bzr/emacs/quickfixes/src/frame.c:3477
        wid = 7
#4  0x0806882b in x_set_frame_parameters (f=0x88a9188, alist=139210986)
    at /data/steve/bzr/emacs/quickfixes/src/frame.c:2911
---Type <return> to continue, or q <return> to quit---
        param_index = 60                                                        
        old_value = 139210986                                                   
        prop = 139287906                                                        
        val = 139210986                                                         
        tail = 139210986                                                        
        width = 80                                                              
        height = 35                                                             
        left = 139210962                                                        
        top = 139210962                                                         
        icon_left = 139210962                                                   
        icon_top = 139210962                                                    
        parms = 0xbfffd740                                                      
        values = 0xbfffd720                                                     
        i = 0                                                                   
        p = 1                                                                   
        left_no_change = 0                                                      
---Type <return> to continue, or q <return> to quit---                          
        top_no_change = 0                                                       
        icon_left_no_change = 0                                                 
        icon_top_no_change = 0                                                  
        size_changed = 0                                                        
        gcpro1 = {                                                              
          next = 0x88d2cc9,                                                     
          var = 0x88d2cb9,                                                      
          nvars = 1                                                             
        }                                                                       
        gcpro2 = {                                                              
          next = 0xbfffd7c8,                                                    
          var = 0x806abc0,                                                      
          nvars = 1                                                             
        }                                                                       
#5  0x0806af53 in x_default_parameter (f=0x88a9188, alist=139868894, prop=      
    139287906, deflt=139210986, xprop=0x828c124 "scrollBarWidth", xclass=       
---Type <return> to continue, or q <return> to quit---                          
    0x828c115 "ScrollBarWidth", type=RES_TYPE_NUMBER)                           
    at /data/steve/bzr/emacs/quickfixes/src/frame.c:3920                        
        tem = 139210986                                                         
#6  0x0812a3da in Fx_create_frame (parms=139868894)                             
    at /data/steve/bzr/emacs/quickfixes/src/xfns.c:3401                         
        f = 0x88a9188                                                           
        frame = 143298957                                                       
        tem = 139210962                                                         
        name = 139210962                                                        
        minibuffer_only = 0                                                     
        window_prompting = 0                                                    
        width = 18                                                              
        height = 136261421                                                      
        count = 16                                                              
        gcpro1 = {                                                              
          next = 0x828b870,                                                     
---Type <return> to continue, or q <return> to quit---                          
          var = 0x84c30ea,                                                      
          nvars = -1073751816                                                   
        }
        gcpro2 = {
          next = 0x0, 
          var = 0xbfffd6bc, 
          nvars = 139210986
        }
        gcpro3 = {
          next = 0x0, 
          var = 0x8563d06, 
          nvars = 1
        }
        gcpro4 = {
          next = 0x84cb0fa, 
          var = 0x84c30d2, 
---Type <return> to continue, or q <return> to quit---
          nvars = 0
        }
        display = 139210986
        dpyinfo = 0x8703db0
        parent = 139210986
        kb = 0x8703960
#7  0x081f2618 in Ffuncall (nargs=2, args=0xbfffd9b0)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:3002
        fun = 137167653
        original_fun = 139365394
        funcar = 0
        numargs = 1
        lisp_numargs = 0
        val = 139869446
        backtrace = {
          next = 0xbfffdc40, 
---Type <return> to continue, or q <return> to quit---
          function = 0xbfffd9b0, 
          args = 0xbfffd9b4, 
          nargs = 1, 
          debug_on_exit = 0
        }
        internal_args = 0xbfffd9b4
        i = 0
#8  0x08230c84 in exec_byte_code (bytestr=137441553, vector=137441573, 
    maxdepth=16, args_template=139210986, nargs=0, args=0x0)
    at /data/steve/bzr/emacs/quickfixes/src/bytecode.c:785
        count = 11
        op = 1
        vectorp = 0x8313128
        stack = {
          pc = 
    0x843a4a6 "\024Ύ\317\f!\210\320\f\b\"\210\321\f\322\"\210\323\f\b\"\210\n\2---Type <return> to continue, or q <return> to quit---
04W", 
          byte_string = 137441553, 
          byte_string_start = 
    0x843a470 "\306\b!\020\307\b!\031\310\b\236\032\311\033ʉ\034\035\v\312\036\026\211\036\027\203\060", 
          constants = 137441573, 
          next = 0xbfffdce4
        }
        top = 0xbfffd9b0
        result = 138270292
#9  0x081f2f18 in funcall_lambda (fun=137441517, nargs=1, arg_vector=0x84c30ea)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:3233
        val = 1
        syms_left = 139210986
        next = 139473282
        lexenv = 139210986
---Type <return> to continue, or q <return> to quit---
        count = 10
        i = 1
        optional = 1
        rest = 0
#10 0x081f2837 in Ffuncall (nargs=2, args=0xbfffdca0)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:3051
        fun = 137441517
        original_fun = 139779786
        funcar = 0
        numargs = 1
        lisp_numargs = 0
        val = 139210986
        backtrace = {
          next = 0xbfffdf40, 
          function = 0xbfffdca0, 
          args = 0xbfffdca4, 
---Type <return> to continue, or q <return> to quit---
          nargs = 1, 
          debug_on_exit = 0
        }
        internal_args = 0xc0
        i = 140316841
#11 0x08230c84 in exec_byte_code (bytestr=137770961, vector=137770981, 
    maxdepth=20, args_template=139210986, nargs=0, args=0x0)
    at /data/steve/bzr/emacs/quickfixes/src/bytecode.c:785
        count = 5
        op = 1
        vectorp = 0x83637e8
        stack = {
          pc = 
    0x8404a9e "\026\027\320\016\027!\210\016\035\311\036\036\211\036\037\203", <incomplete sequence \354>, 
          byte_string = 137770961, 
---Type <return> to continue, or q <return> to quit---
          byte_string_start = 0x84049ee "\306\b\236\203,", 
          constants = 137770981, 
          next = 0xbfffdfe4
        }
        top = 0xbfffdca0
        result = 139869718
#12 0x081f2f18 in funcall_lambda (fun=137770933, nargs=1, arg_vector=0x84c30ea)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:3233
        val = 1
        syms_left = 139210986
        next = 139473282
        lexenv = 139210986
        count = 4
        i = 1
        optional = 1
        rest = 0
---Type <return> to continue, or q <return> to quit---
#13 0x081f2837 in Ffuncall (nargs=2, args=0xbfffdfa0)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:3051
        fun = 137770933
        original_fun = 139709370
        funcar = 0
        numargs = 1
        lisp_numargs = -1073750136
        val = 139210986
        backtrace = {
          next = 0xbfffe240, 
          function = 0xbfffdfa0, 
          args = 0xbfffdfa4, 
          nargs = 1, 
          debug_on_exit = 0
        }
        internal_args = 0x84c30ea
---Type <return> to continue, or q <return> to quit---
        i = 0
#14 0x08230c84 in exec_byte_code (bytestr=137768257, vector=137768277, 
    maxdepth=24, args_template=139210986, nargs=0, args=0x0)
    at /data/steve/bzr/emacs/quickfixes/src/bytecode.c:785
        count = 4
        op = 1
        vectorp = 0x8362d58
        stack = {
          pc = 
    0x8405329 "\211\026\024\026\025\317\v!\023\320\016\024\321\322\n\321\"#\210\323\n!\210ʉ\022\207", 
          byte_string = 137768257, 
          byte_string_start = 0x84052f8 "\b\205K", 
          constants = 137768277, 
          next = 0xbfffe314
        }
---Type <return> to continue, or q <return> to quit---
        top = 0xbfffdfa0
        result = 135481803
#15 0x081f2f18 in funcall_lambda (fun=137768229, nargs=0, arg_vector=0x84c30ea)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:3233
        val = 139210986
        syms_left = 139210986
        next = 139232096
        lexenv = 139210986
        count = 4
        i = 0
        optional = 0
        rest = 0
#16 0x081f2837 in Ffuncall (nargs=1, args=0xbfffe2a0)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:3051
        fun = 137768229
        original_fun = 139778098
---Type <return> to continue, or q <return> to quit---
        funcar = 0
        numargs = 0
        lisp_numargs = -1073749368
        val = 139211010
        backtrace = {
          next = 0xbfffe570, 
          function = 0xbfffe2a0, 
          args = 0xbfffe2a4, 
          nargs = 0, 
          debug_on_exit = 0
        }
        internal_args = 0x50
        i = 139871318
#17 0x08230c84 in exec_byte_code (bytestr=137461305, vector=137461325, 
    maxdepth=72, args_template=0, nargs=0, args=0xbfffe5d8)
    at /data/steve/bzr/emacs/quickfixes/src/bytecode.c:785
---Type <return> to continue, or q <return> to quit---
        count = 4
        op = 0
        vectorp = 0x8317e50
        stack = {
          pc = 0x8437642 "\210\201\210", 
          byte_string = 137461305, 
          byte_string_start = 
    0x8437396 "\306 \020\307\021\n\023\307\024\310\311!\211\307=\204\060", 
          constants = 137461325, 
          next = 0xbfffe614
        }
        top = 0xbfffe2a0
        result = -1230496548
#18 0x081f2c90 in funcall_lambda (fun=137461277, nargs=0, arg_vector=0x0)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:3167
        val = 5
---Type <return> to continue, or q <return> to quit---
        syms_left = 0
        next = 136136817
        lexenv = -1073748504
        count = 4
        i = 2
        optional = 136278320
        rest = -1073748712
#19 0x081f2837 in Ffuncall (nargs=1, args=0xbfffe5d4)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:3051
        fun = 137461277
        original_fun = 139710434
        funcar = 228
        numargs = 0
        lisp_numargs = -1073748552
        val = 142874461
        backtrace = {
---Type <return> to continue, or q <return> to quit---
          next = 0xbfffe928, 
          function = 0xbfffe5d4, 
          args = 0xbfffe5d8, 
          nargs = 0, 
          debug_on_exit = 0
        }
        internal_args = 0x40
        i = 0
#20 0x08230c84 in exec_byte_code (bytestr=137458513, vector=137458533, 
    maxdepth=32, args_template=0, nargs=0, args=0xbfffe830)
    at /data/steve/bzr/emacs/quickfixes/src/bytecode.c:785
        count = 3
        op = 0
        vectorp = 0x8317368
        stack = {
          pc = 
---Type <return> to continue, or q <return> to quit---
    0x84382c0 "\210)\210\346\347\350\"\210\351\317\352\"\211;\203\240", 
          byte_string = 137458513, 
          byte_string_start = 0x8438239 "\b\203\b", 
          constants = 137458533, 
          next = 0x0
        }
        top = 0xbfffe5d4
        result = 33554559
#21 0x081f2c90 in funcall_lambda (fun=137458485, nargs=0, arg_vector=0x0)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:3167
        val = -1073747824
        syms_left = 0
        next = 19
        lexenv = 1952803683
        count = 3
        i = 1869819748
---Type <return> to continue, or q <return> to quit---
        optional = 1668509231
        rest = 1853190703
#22 0x081f2aca in apply_lambda (fun=137458485, args=139210986)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:3110
        args_left = 139210986
        i = 0
        numargs = 0
        arg_vector = 0xbfffe830
        gcpro1 = {
          next = 0x110019, 
          var = 0x2, 
          nvars = 0
        }
        gcpro2 = {
          next = 0x12, 
          var = 0x4000, 
---Type <return> to continue, or q <return> to quit---
          nvars = 7
        }
        gcpro3 = {
          next = 0xb6b18191, 
          var = 0x7, 
          nvars = -1073747856
        }
        tem = -1073745968
        sa_count = 3
        sa_must_free = 0
#23 0x081f1657 in eval_sub (form=139413902)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:2395
        fun = 137458485
        val = 139210986
        original_fun = 139449002
        original_args = 139210986
---Type <return> to continue, or q <return> to quit---
        funcar = 0
        backtrace = {
          next = 0x0, 
          function = 0xbfffe940, 
          args = 0xbfffe830, 
          nargs = 0, 
          debug_on_exit = 0
        }
        gcpro1 = {
          next = 0x0, 
          var = 0x0, 
          nvars = -1073745968
        }
        gcpro2 = {
          next = 0x84a9008, 
          var = 0x84c30ea, 
---Type <return> to continue, or q <return> to quit---
          nvars = 139230736
        }
        gcpro3 = {
          next = 0x84c30ea, 
          var = 0xbfffe958, 
          nvars = 136161612
        }
#24 0x081f0efd in Feval (form=139413902, lexical=139210986)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:2204
        count = 2
#25 0x0816fe8d in top_level_2 ()
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:1168
No locals.
#26 0x081efda2 in internal_condition_case (bfun=0x816fe70 <top_level_2>, 
    handlers=139242018, hfun=0x816faca <cmd_error>)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:1515
---Type <return> to continue, or q <return> to quit---
        val = 134534884
        c = {
          tag = 139210986, 
          val = 139210986, 
          next = 0xbfffeb18, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {-1073745968, -1073746084, -1073746684, -1073747240, 
    -1111826081, 2140363312}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {3086979752, 3064016392, 36, 0, 0, 1, 3221220048, 
    3061047008, 0, 3087005928, 134550898, 134530308, 3065551346, 136564430, 0, 
    3221219984, 0, 0, 0, 0, 3064033000, 3066779744, 3221220292, 135838830, 2, 
    3221220164, 4294967295, 0, 3087003588, 3087005928, 1, 137156004}
              }
---Type <return> to continue, or q <return> to quit---
            }}, 
          backlist = 0x0, 
          handlerlist = 0x0, 
          lisp_eval_depth = 0, 
          pdlcount = 2, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x0
        }
        h = {
          handler = 139242018, 
          var = 139210986, 
          chosen_clause = 134525140, 
          tag = 0xbfffea04, 
          next = 0x0
        }
---Type <return> to continue, or q <return> to quit---
#27 0x0816fec1 in top_level_1 (ignore=139210986)
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:1176
No locals.
#28 0x081ef874 in internal_catch (tag=139239994, func=0x816fe8f <top_level_1>, 
    arg=139210986) at /data/steve/bzr/emacs/quickfixes/src/eval.c:1272
        c = {
          tag = 139239994, 
          val = 139210986, 
          next = 0x0, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {-1073745968, -1073746084, -1073746684, -1073746968, 
    -1111547553, 2140793392}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {0 <repeats 12 times>, 3064459342, 0, 0, 0, 
---Type <return> to continue, or q <return> to quit---
    3064459342, 0, 0, 4, 139210986, 3221220328, 136161612, 138823144, 
    139210986, 139230736, 216, 9999, 3221221328, 138823144, 139230736, 
    138823144}
              }
            }}, 
          backlist = 0x0, 
          handlerlist = 0x0, 
          lisp_eval_depth = 0, 
          pdlcount = 2, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x0
        }
#29 0x0816fdf7 in command_loop ()
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:1131
No locals.
---Type <return> to continue, or q <return> to quit---
#30 0x0816f703 in recursive_edit_1 ()
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:758
        count = 1
        val = -1073746824
#31 0x0816f854 in Frecursive_edit ()
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:822
        count = 0
        buffer = 139210986
#32 0x0816dcd8 in main (argc=2, argv=0xbffff064)
    at /data/steve/bzr/emacs/quickfixes/src/emacs.c:1715
        dummy = 0
        stack_bottom_variable = 0 '\000'
        do_initial_setlocale = 1
        skip_args = 0
        rlim = {
          rlim_cur = 8388608, 
---Type <return> to continue, or q <return> to quit---
          rlim_max = 18446744073709551615
        }
        no_loadup = 0
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0

Lisp Backtrace:
"x-create-frame" (0xbfffd9b4)
"x-create-frame-with-faces" (0xbfffdca4)
"make-frame" (0xbfffdfa4)
"frame-initialize" (0xbfffe2a4)
"command-line" (0xbfffe5d8)
"normal-top-level" (0xbfffe830)

[-- Attachment #3: backtrace #2 --]
[-- Type: text/plain, Size: 34803 bytes --]

Breakpoint 3, cancel_mouse_face (f=0x88a9188)
    at /data/steve/bzr/emacs/quickfixes/src/xdisp.c:27545
27545     Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f);

(gdb) bt full
#0  cancel_mouse_face (f=0x88a9188)                                             
    at /data/steve/bzr/emacs/quickfixes/src/xdisp.c:27545                       
        window = 86                                                             
        hlinfo = 0xbfffed04                                                     
#1  0x08153539 in xg_update_scrollbar_pos (f=0x88a9188, scrollbar_id=0, top=0,  
    left=586, width=16, height=461)                                             
    at /data/steve/bzr/emacs/quickfixes/src/gtkutil.c:3597                      
        wparent = 0x8bd4818                                                     
        oldy = -1                                                               
        oldw = -1                                                               
        wfixed = 0x85efac0                                                      
        msl = 30                                                                
        oldx = -1                                                               
        oldh = -1                                                               
        wscroll = 0x8704140                                                     
#2  0x0811a59b in x_scroll_bar_create (w=0x88a9330, top=0, left=586, width=16,  
---Type <return> to continue, or q <return> to quit---                          
    height=461) at /data/steve/bzr/emacs/quickfixes/src/xterm.c:5012            
        f = 0x88a9188                                                           
        bar = 0x86d3710                                                         
#3  0x0811ac59 in XTset_vertical_scroll_bar (w=0x88a9330, portion=994, whole=   
    994, position=0) at /data/steve/bzr/emacs/quickfixes/src/xterm.c:5248       
        f = 0x88a9188                                                           
        bar = 0xffffffff                                                        
        top = 0                                                                 
        height = 461                                                            
        left = 581                                                              
        sb_left = 586                                                           
        width = 21                                                              
        sb_width = 16                                                           
        window_y = 0                                                            
        window_height = 461                                                     
        fringe_extended_p = 1                                                   
---Type <return> to continue, or q <return> to quit---                          
#4  0x0808d183 in set_vertical_scroll_bar (w=0x88a9330)                         
    at /data/steve/bzr/emacs/quickfixes/src/xdisp.c:15047                       
        start = 0                                                               
        end = 994                                                               
        whole = 994                                                             
#5  0x0808f6cb in redisplay_window (window=143299381, just_this_one_p=0)        
    at /data/steve/bzr/emacs/quickfixes/src/xdisp.c:15912                       
        w = 0x88a9330                                                           
        f = 0x88a9188                                                           
        buffer = 0x8a7ec48                                                      
        old = 0x8a7ec48                                                         
        lpoint = {                                                              
          charpos = 1,                                                          
          bytepos = 1                                                           
        }                                                                       
        opoint = {                                                              
---Type <return> to continue, or q <return> to quit---                          
          charpos = 1,                                                          
          bytepos = 1                                                           
        }
        startp = {
          charpos = 1, 
          bytepos = 1
        }
        update_mode_line = 1
        tem = 0
        it = {
          window = 139210986, 
          w = 0x86544b8, 
          f = 0xb6b84b20, 
          method = 3076496843, 
          stop_charpos = 140854460, 
          prev_stop = 137159580, 
---Type <return> to continue, or q <return> to quit---
          base_level_stop = 1, 
          end_charpos = 0, 
          s = 0xb76aeff4 "\204\236\017", 
          string_nchars = 0, 
          region_beg_charpos = -1073756168, 
          region_end_charpos = 134717556, 
          redisplay_end_trigger_charpos = -1073756000, 
          multibyte_p = 1, 
          header_line_p = 0, 
          string_from_display_prop_p = 0, 
          from_disp_prop_p = 0, 
          ellipsis_p = 0, 
          avoid_cursor_p = 0, 
          dp = 0x1, 
          dpvec = 0x0, 
          dpend = 0x86544b8, 
---Type <return> to continue, or q <return> to quit---
          dpvec_char_len = 0, 
          dpvec_face_id = -1229440368, 
          saved_face_id = 1, 
          ctl_chars = {448, 64, 1, 64, 143496304, 1, 1, 1, 0, 8, 0, 0, 0, 0, 
    448, 0}, 
          start = {
            pos = {
              charpos = 1, 
              bytepos = 0
            }, 
            overlay_string_index = 67, 
            string_pos = {
              charpos = 134689698, 
              bytepos = -1073756000
            }, 
            dpvec_index = 143299736
---Type <return> to continue, or q <return> to quit---
          }, 
          current = {
            pos = {
              charpos = 1, 
              bytepos = 1
            }, 
            overlay_string_index = 143496304, 
            string_pos = {
              charpos = 0, 
              bytepos = 0
            }, 
            dpvec_index = 0
          }, 
          n_overlay_strings = -1, 
          overlay_strings_charpos = 12, 
          overlay_strings = {0, 0, 1, 0, 143496304, 1, -1073746084, 
---Type <return> to continue, or q <return> to quit---
    -1073746684, -1073753784, 134805630, -1073756000, 143299736, 1, 1, 
    143299741, 143299736}, 
          string_overlays = {143298952, 0, 66, 0, 0, 66, 0, 0, -1, -1, 0, 0, 
    0, 0, 0, 0}, 
          string = 0, 
          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, 
---Type <return> to continue, or q <return> to quit---
                ch = 0, 
                rule_idx = 0, 
                lookback = 0, 
                nglyphs = 0, 
                reversed_p = 0, 
                charpos = 0, 
                nchars = 0, 
                nbytes = 0, 
                from = 66, 
                to = 66, 
                width = -1
              }, 
              face_id = -1, 
              u = {
                image = {
                  object = -1, 
---Type <return> to continue, or q <return> to quit---
                  slice = {
                    x = -1, 
                    y = 66, 
                    width = 66, 
                    height = -1
                  }, 
                  image_id = -1
                }, 
                comp = {
                  object = -1
                }, 
                stretch = {
                  object = -1
                }
              }, 
              position = {
---Type <return> to continue, or q <return> to quit---
                charpos = -1, 
                bytepos = -1
              }, 
              current = {
                pos = {
                  charpos = 0, 
                  bytepos = 66
                }, 
                overlay_string_index = 0, 
                string_pos = {
                  charpos = 0, 
                  bytepos = 0
                }, 
                dpvec_index = 0
              }, 
              from_overlay = 0, 
---Type <return> to continue, or q <return> to quit---
              area = LEFT_MARGIN_AREA, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = NEUTRAL_DIR, 
              multibyte_p = 0, 
              string_from_display_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              line_wrap = TRUNCATE, 
              voffset = 0, 
              space_width = 0, 
              font_height = 0
            }, {
              string = 0, 
              string_nchars = 0, 
---Type <return> to continue, or q <return> to quit---
              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 = 0, 
                charpos = 0, 
                nchars = 0, 
                nbytes = 0, 
                from = 0, 
---Type <return> to continue, or q <return> to quit---
                to = 0, 
                width = 0
              }, 
              face_id = 139210986, 
              u = {
                image = {
                  object = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
---Type <return> to continue, or q <return> to quit---
                  object = 0
                }, 
                stretch = {
                  object = 0
                }
              }, 
              position = {
                charpos = 0, 
                bytepos = 0
              }, 
              current = {
                pos = {
                  charpos = 0, 
                  bytepos = 0
                }, 
                overlay_string_index = 0, 
---Type <return> to continue, or q <return> to quit---
                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 = 0, 
              string_from_display_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
---Type <return> to continue, or q <return> to quit---
              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, 
---Type <return> to continue, or q <return> to quit---
                lookback = 0, 
                nglyphs = 0, 
                reversed_p = 0, 
                charpos = 0, 
                nchars = 0, 
                nbytes = 0, 
                from = 0, 
                to = 0, 
                width = 0
              }, 
              face_id = 0, 
              u = {
                image = {
                  object = 0, 
                  slice = {
                    x = 0, 
---Type <return> to continue, or q <return> to quit---
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
                stretch = {
                  object = 0
                }
              }, 
              position = {
                charpos = 0, 
                bytepos = 0
---Type <return> to continue, or q <return> to quit---
              }, 
              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, 
---Type <return> to continue, or q <return> to quit---
              paragraph_embedding = NEUTRAL_DIR, 
              multibyte_p = 0, 
              string_from_display_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              line_wrap = TRUNCATE, 
              voffset = 0, 
              space_width = 0, 
              font_height = 0
            }, {
              string = 0, 
              string_nchars = 0, 
              end_charpos = 0, 
              stop_charpos = 0, 
---Type <return> to continue, or q <return> to quit---
              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 = 0, 
                charpos = 0, 
                nchars = 0, 
                nbytes = 0, 
                from = 0, 
                to = 0, 
                width = 0
---Type <return> to continue, or q <return> to quit---
              }, 
              face_id = 0, 
              u = {
                image = {
                  object = 0, 
                  slice = {
                    x = 0, 
                    y = 0, 
                    width = 0, 
                    height = 0
                  }, 
                  image_id = 0
                }, 
                comp = {
                  object = 0
                }, 
---Type <return> to continue, or q <return> to quit---
                stretch = {
                  object = 0
                }
              }, 
              position = {
                charpos = 0, 
                bytepos = 0
              }, 
              current = {
                pos = {
                  charpos = 0, 
                  bytepos = 0
                }, 
                overlay_string_index = 0, 
                string_pos = {
                  charpos = 0, 
---Type <return> to continue, or q <return> to quit---
                  bytepos = 0
                }, 
                dpvec_index = 0
              }, 
              from_overlay = 0, 
              area = LEFT_MARGIN_AREA, 
              method = GET_FROM_BUFFER, 
              paragraph_embedding = NEUTRAL_DIR, 
              multibyte_p = 0, 
              string_from_display_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              line_wrap = TRUNCATE, 
              voffset = 0, 
---Type <return> to continue, or q <return> to quit---
              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, 
---Type <return> to continue, or q <return> to quit---
                reversed_p = 0, 
                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 = {
---Type <return> to continue, or q <return> to quit---
                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 = 0, 
---Type <return> to continue, or q <return> to quit---
              string_from_display_prop_p = 0, 
              display_ellipsis_p = 0, 
              avoid_cursor_p = 0, 
              bidi_p = 0, 
              from_disp_prop_p = 0, 
              line_wrap = TRUNCATE, 
              voffset = 0, 
              space_width = 0, 
              font_height = 0
            }}, 
          sp = 0, 
          selective = 0, 
          what = IT_CHARACTER, 
          face_id = 0, 
          selective_display_ellipsis_p = 0, 
          ctl_arrow_p = 0, 
---Type <return> to continue, or q <return> to quit---
          face_box_p = 0, 
          start_of_box_run_p = 0, 
          end_of_box_run_p = 0, 
          overlay_strings_at_end_processed_p = 0, 
          ignore_overlay_strings_at_pos_p = 0, 
          glyph_not_available_p = 0, 
          starts_in_middle_of_char_p = 0, 
          face_before_selective_p = 0, 
          constrain_row_ascent_descent_p = 0, 
          line_wrap = TRUNCATE, 
          base_face_id = 0, 
          c = 0, 
          len = 0, 
          cmp_it = {
            stop_pos = 0, 
            id = 0, 
---Type <return> to continue, or q <return> to quit---
            ch = 0, 
            rule_idx = 0, 
            lookback = 0, 
            nglyphs = 0, 
            reversed_p = 0, 
            charpos = 0, 
            nchars = 0, 
            nbytes = 0, 
            from = 0, 
            to = 0, 
            width = 0
          }, 
          char_to_display = 0, 
          glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, 
          image_id = 0, 
          slice = {
---Type <return> to continue, or q <return> to quit---
            x = 0, 
            y = 0, 
            width = 0, 
            height = 0
          }, 
          space_width = 0, 
          voffset = 0, 
          tab_width = 0, 
          font_height = 0, 
          object = 0, 
          position = {
            charpos = 0, 
            bytepos = 0
          }, 
          truncation_pixel_width = 0, 
          continuation_pixel_width = 0, 
---Type <return> to continue, or q <return> to quit---
          first_visible_x = 0, 
          last_visible_x = 0, 
          last_visible_y = 0, 
          extra_line_spacing = 0, 
          max_extra_line_spacing = 0, 
          override_ascent = 0, 
          override_descent = 0, 
          override_boff = 0, 
          glyph_row = 0x0, 
          area = LEFT_MARGIN_AREA, 
          nglyphs = 0, 
          pixel_width = 0, 
          ascent = 0, 
          descent = 0, 
          max_ascent = 0, 
          max_descent = 0, 
---Type <return> to continue, or q <return> to quit---
          phys_ascent = 0, 
          phys_descent = 0, 
          max_phys_ascent = 0, 
          max_phys_descent = 0, 
          current_x = 0, 
          continuation_lines_width = 0, 
          eol_pos = {
            charpos = 0, 
            bytepos = 0
          }, 
          current_y = 0, 
          first_vpos = 0, 
          vpos = 0, 
          hpos = 0, 
          left_user_fringe_bitmap = 0, 
          right_user_fringe_bitmap = 0, 
---Type <return> to continue, or q <return> to quit---
          left_user_fringe_face_id = 0, 
          right_user_fringe_face_id = 5, 
          bidi_p = 0, 
          bidi_it = {
            bytepos = 0, 
            charpos = 35, 
            ch = 2, 
            nchars = 0, 
            ch_len = 46, 
            type = STRONG_L, 
            type_after_w1 = 66, 
            orig_type = 4294967295, 
            resolved_level = -2, 
            invalid_levels = 0, 
            invalid_rl_levels = 0, 
            prev_was_pdf = 0, 
---Type <return> to continue, or q <return> to quit---
            prev = {
              bytepos = 0, 
              charpos = 0, 
              type = UNKNOWN_BT, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = UNKNOWN_BT
            }, 
            last_strong = {
              bytepos = 0, 
              charpos = 0, 
              type = 46, 
              type_after_w1 = UNKNOWN_BT, 
              orig_type = UNKNOWN_BT
            }, 
            next_for_neutral = {
              bytepos = 139210986, 
---Type <return> to continue, or q <return> to quit---
              charpos = 139210986, 
              type = 139210986, 
              type_after_w1 = 139210986, 
              orig_type = 139210986
            }, 
            prev_for_neutral = {
              bytepos = 524288, 
              charpos = 139210986, 
              type = 144902061, 
              type_after_w1 = 66, 
              orig_type = 66
            }, 
            next_for_ws = {
              bytepos = 0, 
              charpos = 0, 
              type = 560, 
---Type <return> to continue, or q <return> to quit---
              type_after_w1 = WEAK_ET, 
              orig_type = UNKNOWN_BT
            }, 
            next_en_pos = 0, 
            next_en_type = 4294967295, 
            ignore_bn_limit = 0, 
            sor = NEUTRAL_DIR, 
            scan_dir = 143496476, 
            disp_pos = 1, 
            disp_prop = 1, 
            stack_idx = 7, 
            level_stack = {{
                level = 11, 
                override = 3
              }, {
                level = 0, 
---Type <return> to continue, or q <return> to quit---
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              }, {
                level = 14, 
                override = NEUTRAL_DIR
---Type <return> to continue, or q <return> to quit---
              }, {
                level = 1, 
                override = NEUTRAL_DIR
              }, {
                level = 0, 
                override = NEUTRAL_DIR
              } <repeats 56 times>}, 
            string = {
              lstring = 0, 
              s = 0x0, 
              schars = 0, 
              bufpos = 0, 
              from_disp_str = 0, 
              unibyte = 0
            }, 
            paragraph_dir = NEUTRAL_DIR, 
---Type <return> to continue, or q <return> to quit---
            separator_limit = 0, 
            first_elt = 0, 
            new_paragraph = 0, 
            frame_window_p = 0
          }, 
          paragraph_embedding = NEUTRAL_DIR
        }
        current_matrix_up_to_date_p = 0
        used_current_matrix_p = 0
        buffer_unchanged_p = 0
        temp_scroll_step = 0
        count = 4
        rc = 0
        centering_position = -1
        last_line_misfit = 0
        beg_unchanged = 0
---Type <return> to continue, or q <return> to quit---
        end_unchanged = 0
#6  0x08089852 in redisplay_window_0 (window=143299381)
    at /data/steve/bzr/emacs/quickfixes/src/xdisp.c:13619
No locals.
#7  0x081efeae in internal_condition_case_1 (bfun=
    0x808981f <redisplay_window_0>, arg=143299381, handlers=139193110, hfun=
    0x80897fe <redisplay_window_error>)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:1553
        val = 134759425
        c = {
          tag = 139210986, 
          val = 139210986, 
          next = 0xbfffea04, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {64, -1073746084, -1073746684, -1073753576, 
---Type <return> to continue, or q <return> to quit---
    -1110744737, 2140513840}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {139247634, 1600000, 139302386, 139210986, 64, 64, 
    3221213640, 139247634, 1600000, 0, 0, 0, 139247634, 2147483644, 0, 
    144902061, 5, 0, 1, 139210986, 145222728, 139210986, 3221213704, 
    134755108, 4, 139210986, 134755113, 143299736, 139210986, 0, 0, 136160439}
              }
            }}, 
          backlist = 0x0, 
          handlerlist = 0xbfffe9f0, 
          lisp_eval_depth = 0, 
          pdlcount = 4, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x0
---Type <return> to continue, or q <return> to quit---
        }
        h = {
          handler = 139193110, 
          var = 139210986, 
          chosen_clause = 143496144, 
          tag = 0xbfffd144, 
          next = 0xbfffe9f0
        }
#8  0x080897e5 in redisplay_windows (window=143299381)
    at /data/steve/bzr/emacs/quickfixes/src/xdisp.c:13599
        w = 0x88a9330
#9  0x08088ad4 in redisplay_internal ()
    at /data/steve/bzr/emacs/quickfixes/src/xdisp.c:13176
        f = 0x88a9188
        tail = 139905694
        frame = 143298957
---Type <return> to continue, or q <return> to quit---
        w = 0x88a9330
        sw = 0x88a9330
        fr = 0x88a9188
        pending = 0
        must_finish = 1
        tlbufpos = {
          charpos = 0, 
          bytepos = 0
        }
        tlendpos = {
          charpos = 0, 
          bytepos = 0
        }
        number_of_visible_frames = 1
        count = 2
        count1 = 4
---Type <return> to continue, or q <return> to quit---
        sf = 0x88a9188
        polling_stopped_here = 0
        old_frame = 143298957
        consider_all_windows_p = 1
#10 0x08086e7e in redisplay ()
    at /data/steve/bzr/emacs/quickfixes/src/xdisp.c:12399
No locals.
#11 0x08171f95 in read_char (commandflag=1, nmaps=2, maps=0xbfffe6d0, 
    prev_event=139210986, used_mouse_menu=0xbfffe7a8, end_time=0x0)
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:2446
        echo_current = 0
        c = 139210986
        jmpcount = 139686784
        local_getcjmp = {{
            __jmpbuf = {234, 140309467, 139210986, 0, 1, 0}, 
            __mask_was_saved = 139233194, 
---Type <return> to continue, or q <return> to quit---
            __saved_mask = {
              __val = {3221218952, 136191581, 139233194, 4, 145222733, 
    0 <repeats 27 times>}
            }
          }}
        save_jump = {{
            __jmpbuf = {0, 0, -1, 0, 0, 0}, 
            __mask_was_saved = 1, 
            __saved_mask = {
              __val = {1, 139233194, 1, 3221218584, 136617525, 139233194, 
    139210986, 0, 1, 3, 455, 0, 139233194, 1, 3221220612, 3221218616, 
    136617352, 139210986, 139233194, 1, 0, 139233194, 1, 3221218680, 
    136637971, 139233194, 139210986, 0, 16, 0, 220, 140309443}
            }
          }}
        key_already_recorded = 0
---Type <return> to continue, or q <return> to quit---
        tem = 139951008
        save = 139686784
        previous_echo_area_message = 139210986
        also_record = 139210986
        reread = 0
        gcpro1 = {
          next = 0x8a307ad, 
          var = 0x42, 
          nvars = 66
        }
        gcpro2 = {
          next = 0x84c30ea, 
          var = 0x80000, 
          nvars = 139210986
        }
        polling_stopped_here = 0
---Type <return> to continue, or q <return> to quit---
        orig_kboard = 0x8703960
#12 0x0817d1c6 in read_key_sequence (keybuf=0xbfffe924, bufsize=30, prompt=
    139210986, dont_downcase_last=0, can_return_switch_frame=1, 
    fix_current_buffer=1)
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:9326
        interrupted_kboard = 0x8703960
        interrupted_frame = 0x88a9188
        key = 139210986
        used_mouse_menu = 0
        echo_local_start = 0
        last_real_key_start = 0
        keys_local_start = 0
        local_first_binding = 0
        from_string = 139210986
        count = 2
        t = 0
---Type <return> to continue, or q <return> to quit---
        echo_start = 0
        keys_start = 0
        nmaps = 2
        nmaps_allocated = 2
        defs = 0xbfffe6b0
        submaps = 0xbfffe6d0
        orig_local_map = 139818654
        orig_keymap = 139210986
        localized_local_map = 0
        first_binding = 0
        first_unbound = 31
        mock_input = 0
        fkey = {
          parent = 142488054, 
          map = 142488054, 
          start = 0, 
---Type <return> to continue, or q <return> to quit---
          end = 0
        }
        keytran = {
          parent = 139198150, 
          map = 139198150, 
          start = 0, 
          end = 0
        }
        indec = {
          parent = 142488070, 
          map = 142488070, 
          start = 0, 
          end = 0
        }
        shift_translated = 0
        delayed_switch_frame = 139210986
---Type <return> to continue, or q <return> to quit---
        original_uppercase = 2
        original_uppercase_position = -1
        dummyflag = 0
        starting_buffer = 0x8a7ec48
        fake_prefixed_keys = 139210986
        gcpro1 = {
          next = 0x8a7ec48, 
          var = 0xbfffed04, 
          nvars = -1073748008
        }
#13 0x0817045d in command_loop_1 ()
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:1448
        cmd = -1228187552
        keybuf = {-1073745968, -1073747576, 136262947, 139281698, 139210986, 
    0, 139210986, 139449002, 0, -1230934296, 139281698, 139210986, 0, 0, 
    136262494, 139281698, 139210986, 139422558, 137458485, 41, 139210986, 
---Type <return> to continue, or q <return> to quit---
    -1208055868, 139210986, -1073746084, -1073746684, -1073747528, 136253196, 
    2, 139422558, -1472036457}
        i = -1073747496
        prev_modiff = 0
        prev_buffer = 0x0
        already_adjusted = 0
#14 0x081efda2 in internal_condition_case (bfun=0x8170109 <command_loop_1>, 
    handlers=139242018, hfun=0x816faca <cmd_error>)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:1515
        val = 139422558
        c = {
          tag = 139210986, 
          val = 139210986, 
          next = 0xbfffeb18, 
          gcpro = 0x0, 
          jmp = {{
---Type <return> to continue, or q <return> to quit---
              __jmpbuf = {-1073745968, -1073746084, -1073746684, -1073747240, 
    -1111826081, 2140363312}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {3086979752, 3064016392, 36, 0, 0, 1, 3221220048, 
    3061047008, 0, 3087005928, 134550898, 134530308, 3065551346, 136564430, 0, 
    3221219984, 0, 0, 0, 0, 3064033000, 3066779744, 3221220292, 135838830, 2, 
    3221220164, 4294967295, 0, 3087003588, 3087005928, 1, 137156004}
              }
            }}, 
          backlist = 0x0, 
          handlerlist = 0x0, 
          lisp_eval_depth = 0, 
          pdlcount = 2, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
---Type <return> to continue, or q <return> to quit---
          byte_stack = 0x0
        }
        h = {
          handler = 139242018, 
          var = 139210986, 
          chosen_clause = 134525140, 
          tag = 0xbfffea04, 
          next = 0x0
        }
#15 0x0816fe5a in command_loop_2 (ignore=139210986)
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:1159
        val = -1073745968
#16 0x081ef874 in internal_catch (tag=139239994, func=
    0x816fe36 <command_loop_2>, arg=139210986)
    at /data/steve/bzr/emacs/quickfixes/src/eval.c:1272
        c = {
---Type <return> to continue, or q <return> to quit---
          tag = 139239994, 
          val = 139210986, 
          next = 0x0, 
          gcpro = 0x0, 
          jmp = {{
              __jmpbuf = {-1073745968, -1073746084, -1073746684, -1073746968, 
    -1111547553, 2140793392}, 
              __mask_was_saved = 0, 
              __saved_mask = {
                __val = {0 <repeats 12 times>, 3064459342, 0, 0, 0, 
    3064459342, 0, 0, 4, 139210986, 3221220328, 136161612, 138823144, 
    139210986, 139230736, 216, 9999, 3221221328, 138823144, 139230736, 
    138823144}
              }
            }}, 
          backlist = 0x0, 
---Type <return> to continue, or q <return> to quit---
          handlerlist = 0x0, 
          lisp_eval_depth = 0, 
          pdlcount = 2, 
          poll_suppress_count = 1, 
          interrupt_input_blocked = 0, 
          byte_stack = 0x0
        }
#17 0x0816fe16 in command_loop ()
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:1138
No locals.
#18 0x0816f703 in recursive_edit_1 ()
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:758
        count = 1
        val = -1073746824
#19 0x0816f854 in Frecursive_edit ()
    at /data/steve/bzr/emacs/quickfixes/src/keyboard.c:822
---Type <return> to continue, or q <return> to quit---
        count = 0
        buffer = 139210986
#20 0x0816dcd8 in main (argc=2, argv=0xbffff064)
    at /data/steve/bzr/emacs/quickfixes/src/emacs.c:1715
        dummy = 0
        stack_bottom_variable = 0 '\000'
        do_initial_setlocale = 1
        skip_args = 0
        rlim = {
          rlim_cur = 8388608, 
          rlim_max = 18446744073709551615
        }
        no_loadup = 0
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0

  reply	other threads:[~2012-03-31 14:01 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-22 14:57 bug#7464: 24.0.50; mouse highlighting vanishes upon unsplitting window Stephen Berman
2010-11-22 17:54 ` Eli Zaretskii
2010-11-22 19:17   ` Eli Zaretskii
2012-03-21 16:29     ` Chong Yidong
2012-03-21 17:52       ` Stephen Berman
2012-03-21 22:41         ` Stephen Berman
2012-03-22  3:55           ` Eli Zaretskii
2012-03-22 14:51             ` Stefan Monnier
2012-03-22 17:01               ` Stephen Berman
2012-03-22 17:05               ` Eli Zaretskii
2012-03-24 18:32         ` Eli Zaretskii
2012-03-24 21:46           ` Stephen Berman
2012-03-25  3:55             ` Eli Zaretskii
2012-03-25 12:57               ` Stephen Berman
2012-03-28 18:56                 ` Eli Zaretskii
2012-03-29  7:57                   ` Stephen Berman
2012-03-29 18:47                     ` Eli Zaretskii
2012-03-29 22:56                       ` Stephen Berman
2012-03-30  6:35                         ` Eli Zaretskii
2012-03-30  8:44                           ` Stephen Berman
2012-03-30  9:10                             ` Eli Zaretskii
2012-03-30 11:08                               ` Stephen Berman
2012-03-30 12:06                                 ` Eli Zaretskii
2012-03-30 19:35                                   ` Stephen Berman
2012-03-30 20:41                                     ` Eli Zaretskii
2012-03-30 23:09                                       ` Stephen Berman
2012-03-31  5:56                                         ` Eli Zaretskii
2012-03-31 14:01                                           ` Stephen Berman [this message]
2012-03-31 18:12                                             ` Eli Zaretskii
2012-03-30  7:43                       ` Jan D.
2012-03-30  8:00                         ` Eli Zaretskii
2012-03-30  8:45                           ` Stephen Berman
2012-03-30  8:57                             ` Eli Zaretskii
2012-03-30 12:20                               ` Jan Djärv
2012-03-30 12:37                           ` Stefan Monnier
2012-03-25 12:56             ` martin rudalics
2012-03-21 18:54       ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k420amz4.fsf@escher.home \
    --to=stephen.berman@gmx.net \
    --cc=7464@debbugs.gnu.org \
    --cc=cyd@gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.