emacs-devel
[Top][All Lists]
Advanced

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

Re: New function for gdb-ui.el?


From: Nick Roberts
Subject: Re: New function for gdb-ui.el?
Date: Tue, 25 Oct 2005 14:27:01 +1300

 > I installed my patch, so now mouse-3 on a fringe breakpoint bitmap
 > enables/disables the breakpoint...

I tried to follow this to add a help-echo (and a hand pointer) to the icon in
the fringe (to copy whats already implemented for the margin).  This change in
gdb-put-string didn't work for the help-echo:

(if sprops
    (add-text-properties
     0 1
     (append
      '(help-echo "mouse-1: clear bkpt, mouse-3: enable/disable bkpt")
      sprops) string))

Is it possible?

Nick




reply via email to

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