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

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

bug#58703: closed (29.0.50; [noverlay] overlays-at misses overlays start


From: GNU bug Tracking System
Subject: bug#58703: closed (29.0.50; [noverlay] overlays-at misses overlays starting at POS)
Date: Sat, 12 Nov 2022 20:59:04 +0000

Your message dated Sat, 12 Nov 2022 12:58:11 -0800
with message-id 
<CADwFkmnRHobS61uzxeaHf7Tu3ikLwnvnP=uhZvKbQCdb2YDNFQ@mail.gmail.com>
and subject line Re: bug#58703: 29.0.50; [noverlay] overlays-at misses overlays 
starting at POS
has caused the debbugs.gnu.org bug report #58703,
regarding 29.0.50; [noverlay] overlays-at misses overlays starting at POS
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58703: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58703
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.50; [noverlay] overlays-at misses overlays starting at POS Date: Fri, 21 Oct 2022 19:34:46 -0700
X-Debbugs-CC: Stefan Monnier <monnier@iro.umontreal.ca>

This bug pertains to the feature/noverlay branch.

The following test passes on master but fails on noverlay:

(ert-deftest test-overlays-at-narrow-to-region-end ()
  (with-temp-buffer
   (insert (make-string 30 ?x))
   (make-overlay 10 11)
   (narrow-to-region 10 10)
   (should (equal
            '((10 11))
            (sorted-overlays-at 10)))))

I've got a patch to fix and will post it once I get a bug number.



--- End Message ---
--- Begin Message --- Subject: Re: bug#58703: 29.0.50; [noverlay] overlays-at misses overlays starting at POS Date: Sat, 12 Nov 2022 12:58:11 -0800
Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> ...attached and also at the scratch/matta/for_stefan branch at
>> https://git.sr.ht/~matta/emacs (log link:
>> https://git.sr.ht/~matta/emacs/log/scratch/matta/for_stefan)
>
> Thanks, merged,

Bug was left open, so I'm closing it now.


--- End Message ---

reply via email to

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