mmontone / emacs-inspector

Inspection tool for Emacs Lisp objects.
GNU General Public License v3.0
107 stars 9 forks source link

Hide the [More] button when all entries of the list are shown initially #4

Closed Dima-369 closed 2 years ago

Dima-369 commented 2 years ago

As a quick demo to test this package, I ran (inspect-expression '(list 1 2)) which showed this with the More button. Clicking the More button also does nothing apart from hiding it, so it should definitely be hidden initially.

image

mmontone commented 2 years ago

Yes, I'll try to correct that

Dima-369 commented 2 years ago

Great, thank you for the quick fix :)