alphapapa / burly.el

Save and restore frames and windows with their buffers in Emacs
GNU General Public License v3.0
301 stars 14 forks source link

burly--windows-set does not decode buffer-name(urlobj) to utf-8-unix #59

Open samb233 opened 1 year ago

samb233 commented 1 year ago

I've found the Issue #43 . And burly works well with buffers contains multibyte characters now. (use burly-kill-buffer-url to generate a buffer-url and restore it with burly-open-url)

But when it comes to windows, the problem is still there, same as this screenshot in #43, when restore the bookmark generated by burly-bookmark-windows after restart emacs, the buffer-name is not decoded to utf-8-unix.

I found that burly--windows-set is the function to handle window-urls. Perhaps simply adding a decode-coding-string there could solve this problem?

alphapapa commented 1 year ago

Hi,

Thanks for reporting this problem. I'll fix it in the next release of this package.