-
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
window--state-put-2: Wrong type argument: stringp, nil #20
Comments
Please provide the backtrace. |
|
The backtrace elides some of the values, so it's not possible to see what's going on here. Anyway, the problem is probably related to your trying to restore buffers that don't have Emacs bookmark support, like shell buffers. See if you can Burly should give a more useful error when that happens, though. |
Yep, you appear to be correct, this is what I get when I try to save a bookmark in
|
Okay, is that an error being signaled or just a message being printed? |
That's printed out in |
Thanks. Please try that branch. It should give a useful warning message and allow the remaining buffers to be restored. Assuming that is so, the next step will be to try to handle buffers like shell ones better when saving a layout. I'm not sure how to do that, though: some buffers, like Ideally, shell buffers would gain a bookmark-make-record-function so they could be restored (at least to the working directory, I guess). What do you think? Thanks. |
I think this is mostly resolved, but I'll take another look before 0.4. |
I saved a window configuration in burly (two erlang-mode buffers, magit-status, M-x shell, and a text buffer) and I get this error when I invoke
burly-open-bookmark
:GNU Emacs 27.1 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.24.23) of 2020-10-22
The text was updated successfully, but these errors were encountered: