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: Thu, 17 Jun 2004 08:44:18 -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:
> Now I am reloading the my version of mouse.elc at the very top of my
> .emacs. That does the trick. Is that the bet way? I was uanable to
> dump the emacs on Windows XP.

I would put just your modified version of mouse-drag-region in its own
mouse-drag-region.el file, with (require 'mouse) at the top just to be
macro-safe; compile it into a .elc; and load it like this:

(eval-after-load "mouse" '(load "mouse-drag-region"))

--
Kevin Rodgers



reply via email to

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