mikpom

Results 8 comments of mikpom

No activity on this one but I still believe this would be a major improvement to command line profiling. I also noticed that it is somewhat duplicate of #26 ....

I think I can confirm the same bug. Attaching a gif to clarify ![tilda](https://user-images.githubusercontent.com/11643719/111257475-cc1d2d00-864d-11eb-8110-401cba80f8da.gif)

Sorry for belated response, but looks like I managed to create a reproducible case. So I run emacs with -Q providing path to installed `burly` `emacs -Q -L /path/to/burly/burly-20230917.1714` Now...

I think proper behavior is burly updating the frame title per `frame-title-format` spec and that's it. It is currently not so. In the case I provided no matter what you...

Definitely there is some misunderstanding. However, I noticed that in my setup even with default `frame-title-format` settings title is incorrect. In vanilla emacs it has value ``` (multiple-frames "%b" (""...

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 `name` parameter then` frame-title-format` is...

1. Start Emacs with `emacs -Q -L /path/to/burly/burly-20230917.1714/ --eval="(require 'burly)"` 2. Do `M-x burly-bookmark-frames RET frames RET`. 3. Do `M-x bookmark-jump RET frames RET` Result: restored frame has title `*Minibuf-1*...