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

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

Re: shell-mode - make it stop!!!


From: Kim F. Storm
Subject: Re: shell-mode - make it stop!!!
Date: Wed, 06 Jun 2007 10:27:52 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Tom Horsley <tom.horsley@att.net> writes:

> Is there any config to turn that off, or is it time to
> hack up my own copy of comint.el with the add-text-properties
> calls which set mouse-face ripped out?

Hacking the lisp code is the ultimate way to configure Emacs.
I see nothing wrong in that :-)

Anyway, you can disable mouse-highlight in your shell buffers:

M-: (set (make-local-variable 'mouse-highlight) nil)

You could also put it on comint-mode-hook.

-- 
Kim F. Storm  http://www.cua.dk





reply via email to

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