millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 122 forks source link

cl-assert failures in ein:worksheet--unshift-undo-list #758

Closed dickmao closed 3 years ago

dickmao commented 3 years ago

ein:worksheet--unshift-undo-list is a heavy cons'er triggering emacs core's trimming of buffer-undo-list to its soft limit of undo-limit. We'll have to add our own preventative trimmer before emacs core can tip the house of cards that requires a bijection between buffer-undo-list and the ein:which-cell ledger.

dickmao commented 3 years ago

3913fda does not fix this problem.

dickmao commented 3 years ago

Closed in 640fc47