I have discovered that canceling a completion with frames-only-mode enabled causes the whole frame to be deleted.
To reproduce:
- Start
emacs -q.
- Type
C-x 5 b RET to open the scratch buffer in another window.
- Type
string or other complete-able phrase.
- Type
C-M-i, then C-g. Observe how the frame isn't killed.
- Type
M-x frames-only-mode.
- Attempt step 4, and watch the frame get killed.
I have discovered that canceling a completion with frames-only-mode enabled causes the whole frame to be deleted.
To reproduce:
emacs -q.C-x 5 b RETto open the scratch buffer in another window.stringor other complete-able phrase.C-M-i, thenC-g. Observe how the frame isn't killed.M-x frames-only-mode.