unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* zero length overlays not found with overlays-at
@ 2007-11-22 23:00 Lennart Borgman (gmail)
  2007-11-23  0:19 ` Johan Bockgård
  0 siblings, 1 reply; 4+ messages in thread
From: Lennart Borgman (gmail) @ 2007-11-22 23:00 UTC (permalink / raw)
  To: Emacs Bugs

This shows the bug:

(defun test-0-ovl ()
   (remove-overlays)
   (make-overlay (point) (point) (current-buffer) t t)
   (message "point=%s, -at=%S, -in=%S"
            (point)
            (overlays-at (point))
            (overlays-in (point) (1+ (point)))
            ))

Is this bug still there?

In GNU Emacs 22.1.50.1 (i386-mingw-nt5.1.2600)
  of 2007-07-04




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-11-23 10:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-22 23:00 zero length overlays not found with overlays-at Lennart Borgman (gmail)
2007-11-23  0:19 ` Johan Bockgård
2007-11-23  0:29   ` Lennart Borgman (gmail)
2007-11-23 10:45     ` Johan Bockgård

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).