-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frame titles not updated properly #62
Comments
Hi Mikhail, Thanks for trying out Burly and reporting this issue. However, I don't understand exactly what the problem is. Would you please explain more exactly what is happening and what you are expecting to happen instead? And please explain exactly what you're doing, step-by-step. |
Sorry for belated response, but looks like I managed to create a reproducible case. So I run emacs with -Q providing path to installed
Now in *scratch* buffer I execute the following to enable burly and tweak frame title
Next I split the frame in two windows so the frame properly shows prepended number of windows like |
Thanks, now I understand. Burly doesn't currently do anything about If you want a frame title to be recorded and restored by Burly, you could set it as a frame parameter; see Other than that, if you have a feature request about this, please explain what you want it to do. |
I think proper behavior is burly updating the frame title per Seems like burly blocks proper updating of the title or doesn't provide something to trigger the update. (those frame titles are coded in xdisp.c , yikes) |
There may be a misunderstanding here. You manually set |
Definitely there is some misunderstanding. However, I noticed that in my setup even with default
So it should be of form I posted an issue because believed that burly is not flexible enough to accomodate custom frame title settings but now I see problem in the default settings so it slightly changes the accents. |
I'm not sure what you mean. If you look at the default value of |
Thanks to your precedence clarification I think I now understand the behavior. So the name is recorded and whenever emacs frame is created with a However, don't you think it is strange that under whatever circumstances the frame can get Minibuf... in the title? If the original recorded frame had a dynamic title assigned per frame-title-format spec, shouldn't the restored one follow the same behavior and generate its title dynamically after windows are set up and buffers are restored using frame-title-format? |
Please give a reproducible example that demonstrates exactly what you mean, i.e. step 1, 2, 3, etc. |
Result: restored frame has title |
Thanks. I don't know what's causing that. I probably won't have time to work on this soon, but we'll see. |
Greetings!
Just trying out burly. Unfortunately in my setup, frame titles which I configure to contain some dynamic information are not updated properly.
Also evaluating
(force-mode-line-update t)
doesn't help either. Frames continue to have the titles as restored from the bookmark. Everything is ok with the other frames (not opened by burly).Thanks for you consideration,
-Mikhail
The text was updated successfully, but these errors were encountered: