xahlee / xah-fly-keys

the most efficient keybinding for emacs
http://xahlee.info/emacs/misc/xah-fly-keys.html
472 stars 80 forks source link

Multiple `*copy history*` buffers #61

Closed duianto closed 4 years ago

duianto commented 5 years ago

The xah-show-kill-ring function creates a new *copy history* buffer even if one already is open.

https://github.com/xahlee/xah-fly-keys/blob/ff552e04ea66413cd0032643db6522f27e9d0e2c/xah-fly-keys.el#L530

Maybe an existing *copy history* buffer should be updated and shown instead.

xahlee commented 4 years ago

maybe it's a feature. because once i call it, often i copy/paste/modify that buffer. if overwriting the buffer, it'd be lost. These are temp buffer anyway, so upon restart they are gone.