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

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

Re: fringe and mouse in emacs 22.1


From: Eli Zaretskii
Subject: Re: fringe and mouse in emacs 22.1
Date: Thu, 18 Oct 2007 22:01:30 +0200

> From: Allin Cottrell <cottrell@wfu.edu>
> Date: Wed, 17 Oct 2007 12:51:04 -0400
> 
> That is (a) I like having a non-zero fringe, but (b) I don't like
> the way the mouse pointer behaves differently in the fringe in
> 22.1.

What the mouse does on the fringe is determined by a simple key
binding, like what the mouse does on the mode line.  For example:

  (global-set-key [left-fringe mouse-1] 'mouse-set-point)

See other bindings like this in mouse.el.  You can rebind this as you
see fit.




reply via email to

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