[Date Prev] [Date Index] [Date Next]
[Thread Prev] [Thread Index] [Thread Next]

[xyzzy:05596] Re: Selection の ring 対応お礼&質問です



渡辺さん、こんにちは。

	2000年11月26日(日)[00:06:43]の、
	[xyzzy:05591] Selection の ring 対応お礼&質問です
	への返事です。

>  selection をコピーやカットしたとき、その内容をクリップボードにも
> 反映させたいのですが、どうすればいいでしょうか?単純に

こんな。

(defun selection-new (type string)
  (copy-to-clipboard string)
  (setq *selection-ring* (push-kill-ring (cons type string)
					 *selection-ring*
					 *selection-ring-max*))
  (setq *selection-ring-yank-pointer* *selection-ring*))

-- 
亀井哲弥(Tetsuya Kamei)
kamei@xxxxxxxxxxxx

Index Home