You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 withburly-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 adecode-coding-string
there could solve this problem?The text was updated successfully, but these errors were encountered: