apchamberlain / undo-tree.el

Visualize Emacs undo information as a graphical tree and navigate to previous states
23 stars 0 forks source link

`C-x r` bindings conflict with built-in Emacs key-bindings for bookmarks #2

Closed dadinn closed 3 years ago

dadinn commented 3 years ago

Detailed description

When using global-undo-tree-mode the bindings conflict with built-in key-bindings.

Context

Emacs version: 26.1 OS version: Debian 10 (Buster)

dadinn commented 3 years ago

I've tried to reproduce the issue to give more details, but it seems that actually I can create new bookmarks (i.e. C-r m) even while undo-tree is open in another buffer, and the C-r u and C-r U bindings used by undo-tree don't seem to really conflict with anything.