popup-kill-ring icon indicating copy to clipboard operation
popup-kill-ring copied to clipboard

browse your emacs kill ring in an autocomplete style popup menu

Results 3 popup-kill-ring issues
Sort by recently updated
recently updated
newest added

```Debugger entered--Lisp error: (void-variable menu) popup-kill-ring-select() funcall-interactively(popup-kill-ring-select) call-interactively(popup-kill-ring-select) popup-menu-event-loop(#s(popup :point 19 :row 0 :column 16 :width 30 :height 15 :min-height nil :direction 1 :overlays [# # # # # #...

This PR fixes problems I encountered when my installation of `popup.el` was upgraded ([commit](https://github.com/auto-complete/popup-el/commit/4036e5590a842390b12919473cb71654cae28783), `popup.el` changed to lexical scoping, which broke several things). It removes the `popup-kill-ring-kill-ring-show-func` functionality because I...