[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 68/77: Fix easy-kill-append to update clipboard
From: |
Leo Liu |
Subject: |
[elpa] 68/77: Fix easy-kill-append to update clipboard |
Date: |
Sat, 05 Apr 2014 04:08:27 +0000 |
leoliu pushed a commit to branch master
in repository elpa.
commit d77fe394e16184903ce8d7d8a952898ef2570c84
Author: Leo Liu <address@hidden>
Date: Sun Nov 10 12:42:13 2013 +0800
Fix easy-kill-append to update clipboard
---
easy-kill.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/easy-kill.el b/easy-kill.el
index 994a5b0..c7fb903 100644
--- a/easy-kill.el
+++ b/easy-kill.el
@@ -331,6 +331,8 @@ candidate property instead."
(interactive)
(setq easy-kill-append t)
(when (easy-kill-save-candidate)
+ (and interprogram-cut-function
+ (funcall interprogram-cut-function (car kill-ring)))
(setq deactivate-mark t)
(easy-kill-message-nolog "Appended")))
- [elpa] 58/77: Emacs 24.x compatibility, (continued)
- [elpa] 58/77: Emacs 24.x compatibility, Leo Liu, 2014/04/05
- [elpa] 53/77: Destroy after-string before goto-char in easy-kill-abort, Leo Liu, 2014/04/05
- [elpa] 54/77: Better control of message emission in an easy-kill session, Leo Liu, 2014/04/05
- [elpa] 63/77: Teach easy-kill-activate-keymap to handle command remapping, Leo Liu, 2014/04/05
- [elpa] 59/77: Doc fix, Leo Liu, 2014/04/05
- [elpa] 64/77: Teach easy-kill to handle rectangle-mark from Emacs trunk, Leo Liu, 2014/04/05
- [elpa] 56/77: Doc fix and release v0.9.0, Leo Liu, 2014/04/05
- [elpa] 61/77: Optimise easy-kill-thing-forward when n is 0, Leo Liu, 2014/04/05
- [elpa] 62/77: Small tweak to easy-kill-on-nxml-element, Leo Liu, 2014/04/05
- [elpa] 60/77: Make easy-kill-on-buffer-file-name do nothing in easy-mark, Leo Liu, 2014/04/05
- [elpa] 68/77: Fix easy-kill-append to update clipboard,
Leo Liu <=
- [elpa] 65/77: Fix #8: Don't strip trailing blank chars, Leo Liu, 2014/04/05
- [elpa] 67/77: New handler for defun-name and bind it to `D', Leo Liu, 2014/04/05
- [elpa] 66/77: Fix #9: Work around fixed bug in thingatpt.el, Leo Liu, 2014/04/05
- [elpa] 71/77: In no case should easy-kill-activate-keymap err, Leo Liu, 2014/04/05
- [elpa] 70/77: Adapt to upstream change, Leo Liu, 2014/04/05
- [elpa] 72/77: Rename easy-kill-backward-down to easy-kill-forward-down, Leo Liu, 2014/04/05
- [elpa] 73/77: Support list expand/shrink on js2 nodes, Leo Liu, 2014/04/05
- [elpa] 74/77: Require cl-lib, Leo Liu, 2014/04/05
- [elpa] 76/77: Add easy-kill to externals-list, Leo Liu, 2014/04/05
- [elpa] 77/77: Merge easy-kill as packages/easy-kill, Leo Liu, 2014/04/05