-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ok. Posting this to the user list so that it can be incorporated by others.
This enables jde-bug breakpoints to span the entire window instead of
terminating at EOL.
I made the change to jde-bug-make-breakpoint-overlay as well but it doesn't
look like anything is using this function.
Kevin
- --- jde-bug.el 2001/12/04 05:33:44 1.76
+++ jde-bug.el 2001/12/20 00:07:17
@@ -717,12 +717,12 @@
jde-bug-breakpoints)))
(defun jde-bug-make-breakpoint-overlay ()
- -"Makes a breakpoint overlay at the current line in the current buffer."
+ "Makes a breakpoint overlay at the current line in the current buffer."
(let ((marker-overlay
- - (make-overlay
- - (line-beginning-position)
- - (line-end-position)
- - (current-buffer) nil t)))
+ (make-overlay
+ (line-beginning-position)
+ (1+ (line-end-position))
+ (current-buffer) nil t)))
(overlay-put marker-overlay 'face 'jde-bug-breakpoint-marker)
(overlay-put marker-overlay 'priority 99)
marker-overlay))
@@ -745,7 +745,7 @@
(let ((marker-overlay
(make-overlay
(line-beginning-position)
- - (line-end-position)
+ (1+ (line-end-position))
(current-buffer) nil t)))
(overlay-put marker-overlay 'face 'jde-bug-breakpoint-marker)
(overlay-put marker-overlay 'priority 99)
- --
Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] )
Location - San Francisco, CA, Cell - 415.595.9965
Jabber - [EMAIL PROTECTED], Web - http://relativity.yi.org/
Iron rusts from disuse, stagnant water loses its purity, and in cold weather
becomes frozen: even so does inaction sap the vigors of the mind.
-- Leonardo da Vinci
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt
iD8DBQE8IS0wAwM6xb2dfE0RAlI2AJ9hwp96THYAVIgWQ0NZJExZB9gS8wCdFf/9
KtxpTcuyqVHq3dFA2TIzlc4=
=RI/p
-----END PGP SIGNATURE-----