* Turning off mouseover events in shell mode
@ 2009-07-21 15:40 laxxy
2009-07-22 5:19 ` Wang Lei
0 siblings, 1 reply; 2+ messages in thread
From: laxxy @ 2009-07-21 15:40 UTC (permalink / raw)
To: help-gnu-emacs
Hi all --
The shell mode (M-x shell) under Linux and Solaris has a feature where
when the mouse cursor is over a previously entered command line it is
highlighted (probably indicating that it can be copied to the command
prompt with a mouse click).
Does anyone know how to turn this feature off? When I am running Emacs
remotely (it's a busy server and the internet connection has fairly
high latency) it leads to much slowdown and frustration :(
Thanks!!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Turning off mouseover events in shell mode
2009-07-21 15:40 Turning off mouseover events in shell mode laxxy
@ 2009-07-22 5:19 ` Wang Lei
0 siblings, 0 replies; 2+ messages in thread
From: Wang Lei @ 2009-07-22 5:19 UTC (permalink / raw)
To: laxxy; +Cc: help-gnu-emacs
(setq mouse-highlight nil)
maybe is what you want.
On 7/21/09, laxxy <laxyfoxx@gmail.com> wrote:
> Hi all --
>
> The shell mode (M-x shell) under Linux and Solaris has a feature where
> when the mouse cursor is over a previously entered command line it is
> highlighted (probably indicating that it can be copied to the command
> prompt with a mouse click).
>
> Does anyone know how to turn this feature off? When I am running Emacs
> remotely (it's a busy server and the internet connection has fairly
> high latency) it leads to much slowdown and frustration :(
>
> Thanks!!
>
--
Regards
Lei
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-22 5:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-21 15:40 Turning off mouseover events in shell mode laxxy
2009-07-22 5:19 ` Wang Lei
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.