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

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

Re: middle mouse paste into isearch minibuffer


From: Perry Wagle
Subject: Re: middle mouse paste into isearch minibuffer
Date: Thu, 10 Nov 2011 13:21:29 -0800

Thanks!  As far as I can tell, the below does the right/consistent thing.

-- Perry

On Nov 10, 2011, at 12:53 PM, Drew Adams wrote:

> Try this, Perry: 
> 
> (defun isearch-mouse-2 (click)
> "..."
> (interactive "e")
> (isearch-yank-x-selection)
> (deactivate-mark t))
> 




reply via email to

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