"Lennart Borgman" <[EMAIL PROTECTED]> writes: > ----- Original Message ----- > From: "Stefan Monnier" <[EMAIL PROTECTED]> > >> I vote to change mouse-1-click-follows-link to `double'. > >>From a usability point I do not like double-clicks. If most links are single > click links (and they are in a web browser) I think we should as far as > possible use single-clicks for links. > > I like Drews suggestion that the first click gives focus only. A problem > with this is however that (at least on w32) Emacs is not very consistent and > fast on showing an hourglass when working and that may be confusing.
In X, we have this: x-mouse-click-focus-ignore-position's value is t Non-nil means that a mouse click to focus a frame does not move point. This variable is only used when the window manager requires that you click on a frame to select it (give it focus). In that case, a value of nil, means that the selected window and cursor position changes to reflect the mouse click position, while a non-nil value means that the selected window or cursor position is preserved. I suppose a similar thing could be implemented in other ports, but I'm don't know how to do that. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel