neomacs-project / neomacs

Structural Lisp IDE/computing environment
38 stars 1 forks source link

Deleting in empty minibuffer breaks #15

Closed kchanqvq closed 2 weeks ago

kchanqvq commented 2 weeks ago

Because input element is deleted. We might need some kind of read-only element attribute.

Current workaround is to use SLIME debugger to go up a recursive edit level. Before we figure out read-only element attribute, we might want to make minibuffer more robust to missing input element first.