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: Lars Ingebrigtsen
Subject: bug#23468: Feature request: highlight Edebug breakpoints
Date: Tue, 22 Oct 2019 16:21:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> 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.

I've now added an example along these lines to the manual.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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