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

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

bug#23468: Feature request: highlight Edebug breakpoints


From: Eli Zaretskii
Subject: bug#23468: Feature request: highlight Edebug breakpoints
Date: Tue, 22 Oct 2019 05:29:49 +0300

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: pogonyshev@gmail.com,  23468@debbugs.gnu.org
> Date: Mon, 21 Oct 2019 22:29:27 +0200
> 
> By cargo-culting the code from gdb-mi, I get the following way to make
> an overlay that's not hiding anything in the buffer, but just showing a
> fringe bitmap:
> 
>  (let ((fringe (make-overlay pos pos)))
>    (overlay-put fringe 'before-string
>                 (propertize "x" 'display `(left-fringe breakpoint 
> ,face)))))))))

Yes, that's it.





reply via email to

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