help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: x-clipboard-yank insert kill-ring entry instead of primary selection


From: Eli Zaretskii
Subject: Re: x-clipboard-yank insert kill-ring entry instead of primary selection
Date: Mon, 02 Mar 2020 18:54:07 +0200

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Mon, 02 Mar 2020 11:31:04 -0500
> 
> -(defun mouse-yank-primary (click)
> -  "Insert the primary selection at the position clicked on.
> +(defun mouse-yank-primary (&optional event)
> +  "Insert the primary selection.

A nit: a command that can be invoked not by mouse shouldn't be called
"mouse-SOMETHING".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]