forge modeline status disappears after quitting magit status buffer #633
Closed
LemonBreezes
started this conversation in
Ideas
Replies: 2 comments
-
|
(Please use "discussions" to suggest new features or improvements to existing features.) I am currently dealing with much larger changes1, and will delay any decision about this request, until I am ready to return to and focus on such details. Footnotes
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I went with a different approach; optionally also showing the progress in the echo area. This is controlled by the new variable I do not intend to implement what was suggested here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Basically, the problem is that when I use
qto exitmagit-statusand thenC-x gagain, themode-line-processfromforge--msgis lost. Can we make it so thatforge--msghas some indirection and instead sets the status for a general Git repository and then have separate hooks that sync thatmode-line-processvalue to themagit-statusbuffers? That way, the status doesn't get lost during a longforge-pulleven if I kill themagit-statusbuffer and reopen it.Beta Was this translation helpful? Give feedback.
All reactions