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
A second format for the history #8
Comments
|
Hi. I don't understand this stuff very well. I'm a bit concerned it might complicate the inspector package unnecessarily. Do you think this could be implemented as a separate package as an extension? I can modify the inspector history calls somehow so that you can plug-in your package. |
|
|
Hi, About your question: Use (with-current-buffer "*inspector*"
(setq inspector-inspected-object (car history))
(setq inspector-history (cdr history))
(setq inspector-history-b history-b)) |
|
Thanks! It works, and this does a part of what I need. The other part will require patching several of the "(cl-defmethod inspect-object ...)"s, and I don't have time to play with that now, either... so: see you in a few months, and thanks for inspector! =) |
edrx commentedJun 18, 2022
The text was updated successfully, but these errors were encountered: