help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error reading undo-tree history.


From: Hongyi Zhao
Subject: Error reading undo-tree history.
Date: Sun, 30 Apr 2023 08:28:31 +0800

Hi here,

On Ubuntu 22.10, I'm using the latest undo-tree with the following
configuration:

;;https://github.com/raxod502/straight.el/issues/850#issuecomment-926557248
;;https://github.com/daviwil/emacs-from-scratch/wiki/LSP-Python-(pyright)-config-in-emacs-from-scratch#undo-tree
(use-package undo-tree
  :straight (:host github :repo "tarsiiformes/undo-tree")
  :diminish undo-tree-mode
  :config
  (global-undo-tree-mode)
  )

However, the following error message is often triggered:

Error reading undo-tree history from
"/home/werner/.emacs.d/var/undo-tree-hist/.!home!werner!.emacs.d!init.el.~undo-tree~"

Any tips on how to solve this problem?

See here [1] for the related issue.

[1] https://github.com/tarsiiformes/undo-tree/issues/3

Regards,
Zhao
-- 
Assoc. Prof. Hongsheng Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



reply via email to

[Prev in Thread] Current Thread [Next in Thread]