paperless icon indicating copy to clipboard operation
paperless copied to clipboard

Warning (undo): Buffer ‘*Paperless Preview*’ undo info was 20193254 bytes long.

Open ghost opened this issue 6 years ago • 0 comments

Any idea whats is this about? I'm using Emacs 25 with pdf-tools; I only see this error when previewing PDF from paperless;

Warning (undo): Buffer ‘*Paperless Preview*’ undo info was 20193254 bytes long.
The undo info was discarded because it exceeded `undo-outer-limit'.

This is normal if you executed a command that made a huge change
to the buffer.  In that case, to prevent similar problems in the
future, set `undo-outer-limit' to a value that is large enough to
cover the maximum size of normal changes you expect a single
command to make, but not so large that it might exceed the
maximum memory allotted to Emacs.

If you did not execute any such command, the situation is
probably due to a bug and you should report it.

You can disable the popping up of this buffer by adding the entry
(undo discard-info) to the user option `warning-suppress-types',
which is defined in the `warnings' library.

ghost avatar Aug 07 '17 14:08 ghost