[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#10222: 24.0.92; Sentence movement commands make emacs hang
From: |
Tassilo Horn |
Subject: |
bug#10222: 24.0.92; Sentence movement commands make emacs hang |
Date: |
Mon, 05 Dec 2011 20:31:44 +0100 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) |
Stefan Monnier <monnier@IRO.UMontreal.CA> writes:
>>>> (overlay-put ol 'invisible t)
>>>> (overlay-put ol 'intangible t))))
>>> While we probably can and maybe should make your test case work
>>> better, the use of `intangible' is strongly discouraged,
>> Then it would be good if the docs stated that.
>
> I've just changed lispref/text.texi to warn against `intangible' properties.
>
>> The mode that creates those overlays (iedit-mode) seems to do that in
>
> Please report this problem to the author (he can probably just remove
> the code that puts the `intangible' without changing anything else).
> While you're add it, mention that he should use define-minor-mode.
I'll do so.
Bye,
Tassilo