From: no-spam@cua.dk (Kim F. Storm)
To: Tom Horsley <tom.horsley@att.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: shell-mode - make it stop!!!
Date: Wed, 06 Jun 2007 10:27:52 +0200 [thread overview]
Message-ID: <874pllcws7.fsf@kfs-lx.testafd.dk> (raw)
In-Reply-To: <20070605212250.05dbe210@zooty> (Tom Horsley's message of "Wed\, 06 Jun 2007 01\:22\:50 GMT")
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
prev parent reply other threads:[~2007-06-06 8:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-05 23:59 shell-mode - make it stop!!! Tom Horsley
2007-06-06 1:02 ` Tyler Smith
2007-06-06 1:22 ` Tom Horsley
2007-06-06 2:06 ` Nick Roberts
2007-06-06 8:27 ` Kim F. Storm [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874pllcws7.fsf@kfs-lx.testafd.dk \
--to=no-spam@cua.dk \
--cc=help-gnu-emacs@gnu.org \
--cc=tom.horsley@att.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.