[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#24285: 25.1; Overlay doesn't work as expected when more than one fra
From: |
Michael Heerdegen |
Subject: |
bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists |
Date: |
Mon, 22 Aug 2016 17:29:08 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hello,
FWIW, I think something related happens with icomplete when
icomplete-separator -> "\n":
In emacs -Q, eval
(setq icomplete-separator "\n")
and
M-x icomplete-mode <return>
Then, e.g.
M-x m
The minibuffer prompt is invisible. But you see that it's "there"
when you hit <left>.
This could be related because icomplete also uses an overlay in the
minibuffer (after-string in this case).
Michael.
- bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists, (continued)
- bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists, martin rudalics, 2016/08/22
- bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists, Michael Heerdegen, 2016/08/22
- bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists, Eli Zaretskii, 2016/08/22
- bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists, Michael Heerdegen, 2016/08/22
- bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists, James Nguyen, 2016/08/22
- bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists, Eli Zaretskii, 2016/08/22
- bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists, James Nguyen, 2016/08/22
- bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists, Eli Zaretskii, 2016/08/22
- bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists, James Nguyen, 2016/08/22
- bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists, Eli Zaretskii, 2016/08/22
bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists,
Michael Heerdegen <=