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

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

Disable copy to kill-ring with mouse-drag


From: Sandip Chitale
Subject: Disable copy to kill-ring with mouse-drag
Date: 14 Jun 2004 15:15:26 -0700

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?


reply via email to

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