~trs-80/rofi-in-elisp

31939b6c9627ee247e028113f8f8b3dea583e4fd — TRS-80 2 years ago 2f07e57
ROADMAP.org: Add possible solution to frame bug.

I also changed outline from dashes to numbers.
1 files changed, 9 insertions(+), 5 deletions(-)

M ROADMAP.org
M ROADMAP.org => ROADMAP.org +9 -5
@@ 6,15 6,19 @@
     - See below.
   :END:

- [2020-11-28 Sat 18:40]
1. [2020-11-28 Sat 18:40]

  - This is an annoying but otherwise harmless bug I have not yet been able to figure out.
   1. This is an annoying but otherwise harmless bug I have not yet been able to figure out.

  - After the =rofi-in-elisp= pop-up frame gets closed, sometimes the point ends up in the minibuffer of another, unrelated frame.
   2. After the =rofi-in-elisp= pop-up frame gets closed, sometimes the point ends up in the minibuffer of another, unrelated frame.

  - The workaround for this is to simply do =C-x o= to move the focus / point back into the buffer from the minibuffer.
   3. The workaround for this is to simply do =C-x o= to move the focus / point back into the buffer from the minibuffer.

  - I have not been able to find what is causing this yet, any help would be appreciated.
   4. I have not been able to find what is causing this yet, any help would be appreciated.

2. [2021-02-24 Wed 20:48]

   1. I was just studying [[info:elisp#Frame Interaction Parameters][Frame Interaction Parameters]] and came across ~minibuffer-exit~.  Setting this to ~delete-frame~ might be a solution?

** MAYBE/SOMEDAY Implement window switcher modi
   :LOGBOOK: