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

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

Re: Disable copy to kill-ring with mouse-drag


From: Kevin Rodgers
Subject: Re: Disable copy to kill-ring with mouse-drag
Date: Tue, 15 Jun 2004 09:31:33 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Sandip Chitale wrote:
> I really really really want to disable the copy-to-kill-ring behaviour
> with mouse-drag.
>
> I tried to comment out the code in mouse.el after finding out the call
> sequence using edebug. Here is the backtrace:
>
>   kill-new(#("kill-new" 0 8 (lazy-lock t face
> font-lock-function-name-face)))
>   copy-region-as-kill(65110 65102)
>   mouse-drag-region((down-mouse-1 (#<window 80 on simple.el> 65102 (62
> . 232) 21804553)))
> * call-interactively(mouse-drag-region)
>
> I commented the code in mouse.el. Byte compiled it and somehow the
> behaviour is still there.
>
> Anyone has any ideas?

mouse.el[c] is dumped into the emacs executable (see loadup.el).

--
Kevin Rodgers



reply via email to

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