Closed casouri closed 2 years ago
Hello.
I'll give your suggestion a try. Thanks.
About contributing to ELPA or Emacs, yes, I would like to. I think I'd need to go through all the listed Emacs Lisp data types to be sure I've implemented methods to inspect them. I perhaps should consider implementing units tests too.
I haven't added to ELPA or Emacs yet because they have requirements, and I haven't been putting lots of time on this project lately.
@casouri I've implemented your suggestion for quit behaviour
Thanks for writing this package, it is immensely helpful when writing programs involving cl-structs! I think the quit-window behavior could be improved. For example, if the inspector buffer reused the window that was displaying another buffer, it should return to that previous buffer when quitting; and it the inspector created a new window, it should delete that window when quitting. Ie, something like this:
That's just my preference, of course.
Btw, I think such an essential feature should be included in Emacs, do you want to contribute this package to ELPA or perhaps even Emacs core?