emacs-devel
[Top][All Lists]
Advanced

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

Re: paste when cursor is in the fringe


From: Stefan Monnier
Subject: Re: paste when cursor is in the fringe
Date: Sun, 13 Aug 2006 12:10:56 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>     FYI I just bound mouse-2 on the fringe (using M-x local-set-key) to
>     mouse-yank-at-click, and it seemed to work OK.

> If that simple fix solves the problem reliably, let's install it.
> Does anyone see a reason NOT to install it?

I don't see a reason not to do it, but if we do install it, I think we
should not use

    (global-set-key [fringe mouse-2] 'mouse-yank-at-click)
but
    (global-set-key [fringe mouse-2] [mouse-2])

instead.


        Stefan




reply via email to

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