alphapapa / alphapapa/activities.el

activities-save-all adjusts height minibuffer when framed mode

未關閉
#88 4 則留言 0 個 reaction 已指派 1 人 已被 @alphapapa 認領 在 GitHub 檢視
bug discussion help wanted
主要語言
Emacs Lisp
星號
319
分支
19
PR 合併指標
30 天內沒有已合併 PR

描述

Using `activities` in framed mode the `activities-save-all` function will adjust the `minibuffer` of current activity usually shrinking it.

This happens when `minibuffer` is currently being used with a larger feature, such as `consult-line`.

Steps to reproduce
====
1. 2 framed activities open.
2. Launch `consult-line` in current frame.
3. Wait until activities idle timer which calls `activities-save-all`.
4. a. During `activities-save-all` the frame switches to other frame,
b. `consult-line` `minibuffer` adjusts for the other frame which changes across frames,
c. save happens,
d. switches back to original frame with smaller `minibuffer`.

If continue to leave up `consult-line`, the `minibuffer` may continue to shrink with each `activities-save-all` call.

Here's a screen recording of issue:

![activities-frame-minibuffer-issue](https://github.com/alphapapa/activities.el/assets/6047093/c153813b-d3ab-4143-b2e1-b8863c96ed7e)

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。