Guest User

Untitled

a guest
Dec 11th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Eager macro-expansion failure: (error "Unknown upattern `(quote pbpaste)'") [2 times]
  2. Xclip mode enabled
  3.  
  4. (setq save-interprogram-paste-before-kill t) ;; Save clipboard strings into kill ring before replacing them
  5. ;; (setq x-select-enable-primary t) ;; Emacs commands C-w and C-y to use the primary selection.
  6. (setq x-select-enable-clipboard t) ;; Emacs commands C-w and C-y to use the clipboard selection.
  7. (setq select-enable-clipboard t)
  8. (xclip-mode t) ;; the usual kill/yank commands will use the GUI selections according to select-enable-clipboard/primary.
  9.  
  10. $ lsb_release -a
  11. No LSB modules are available.
  12. Distributor ID: Debian
  13. Description: Debian GNU/Linux 9.6 (stretch)
  14. Release: 9.6
  15. Codename: stretch
  16. $ emacs -version
  17. GNU Emacs 24.5.1
  18. $ xclip -version
  19. xclip version 0.12
  20. xclip-1.5$ ls
  21. xclip-autoloads.el xclip.el xclip-pkg.el xclip-pkg.elc
Add Comment
Please, Sign In to add comment