[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Insert at point (mouse copy/yank)
From: |
Drew Adams |
Subject: |
RE: Insert at point (mouse copy/yank) |
Date: |
Sat, 9 Oct 2004 11:14:04 -0700 |
mouse-yank-at-point non-nil should do what you want. Perhaps your Emacs has
a bug.
Try loading mouse.el (not mouse.elc), then M-x debug-on-entry
mouse-yank-at-click, then see what goes wrong (follow the code in mouse.el).
-----Original Message-----
From: Harry Putnam
I used to have something in .emacs that caused a yanked piece of text
from a mouse copy in other documents to be inserted at emacs point
rather than where ever the pointer happens to be.
Found this with M-x apropos <mouse.*yank><RET>
I'm not sure if this is related because it is set to t
mouse-yank-at-point's value is t
*If non-nil, mouse yank commands yank at point instead of at click.
You can customize this variable.
Defined in `mouse'.