[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff
From: |
Stefan Monnier |
Subject: |
bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff |
Date: |
Thu, 10 Apr 2014 15:17:31 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> That makes an error
>> Wrong type argument: number-or-marker-p, (nil . 100)
> in function ediff-highest-priority, which comes from commit
Indeed, thanks. Ediff's handling of overlay priorities is a good
example of what's wrong with overlay priorities, adding code to
make sure its overlays are "on top", then adding yet more code to ensure
its other overlays are "even more on top". And then yet more code to
try and defeat the other packages which might be taking part in this
race to the highest priority.
So, I just threw it out, which should solve those problem.
Stefan
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff, Nicolas Richard, 2014/04/10
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff,
Stefan Monnier <=
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff, Glenn Morris, 2014/04/10
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff, Stefan Monnier, 2014/04/11
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff, Eli Zaretskii, 2014/04/11
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff, Stefan Monnier, 2014/04/11
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff, Glenn Morris, 2014/04/11
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff, Stefan Monnier, 2014/04/11
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff, Glenn Morris, 2014/04/11
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff, Stefan Monnier, 2014/04/15
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff, Eli Zaretskii, 2014/04/11
- bug#17234: 24.3.50; overlay priority : cons cells make an error in ediff, Stefan Monnier, 2014/04/11