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

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

bug#27040: 25.2: fringe click event bug


From: Charles A. Roelli
Subject: bug#27040: 25.2: fringe click event bug
Date: Sun, 28 May 2017 11:30:48 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Thanks!  I need to get more familiar with GDB...


On 27/05/2017 15:50, Eli Zaretskii wrote:
From: "Charles A. Roelli" <charles@aurox.ch>
Date: Sat, 27 May 2017 15:30:00 +0200

    - emacs -q
    - C-h k
    - Click somewhere in the fringe:

      => Args out of range: "Describe key (or click or menu item):
mouse-1", 0, 64
Thanks, fixed.
Thank you.  Can I ask how you found the source of the error?
By running Emacs under GDB and setting a C-level breakpoint on the
function 'xsignal', through which all the errors are signaled.  That
showed me that Emacs was calling 'substring' on a string shorter than
the 3rd argument of the function.






reply via email to

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