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

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

bug#9498: "Not an in-range integer,..." when using Synergy


From: Yoshiaki Kasahara
Subject: bug#9498: "Not an in-range integer,..." when using Synergy
Date: Fri, 16 Sep 2011 10:06:04 +0900 (JST)

On Thu, 15 Sep 2011 13:08:05 -0400,
        Chong Yidong <cyd@stupidchicken.com> said:

> We should figure out is why such a value gets there in the first place.
> 
> Yoshiaki: could you do
> 
> f 3
> pp target_symbol
> pp dpyinfo->terminal->Vselection_alist
> 
> so that we can see what selection value was recorded, and how Emacs
> tried to convert it.

Sure.

Breakpoint 3, error (
    m=0x6e7eb8 "Not an in-range integer, float, or cons of integers")
    at eval.c:1974
1974      va_start (ap, m);
(gdb) f 3
#3  0x0000000000524e25 in x_convert_selection (event=0x7fffffffcbc0,
    selection_symbol=11922226, target_symbol=12298082, property=271,
    for_multiple=0, dpyinfo=0x1003400) at xselect.c:937
937       lisp_data_to_selection_data (SELECTION_EVENT_DISPLAY (event),
(gdb) pp target_symbol
TIMESTAMP
(gdb) pp dpyinfo->terminal->Vselection_alist
((PRIMARY "to c" 3345671365 #<frame emacs@elvenbow.cc.kyushu-u.ac.jp 
0x1546c00>))

"to c" is the text I highlighted on *scratch* buffer.





reply via email to

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