From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: no-spam@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.help Subject: Re: shell-mode - make it stop!!! Date: Wed, 06 Jun 2007 10:27:52 +0200 Message-ID: <874pllcws7.fsf@kfs-lx.testafd.dk> References: <20070605195905.3bbebec8@zooty> <20070605212250.05dbe210@zooty> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181118558 28052 80.91.229.12 (6 Jun 2007 08:29:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2007 08:29:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tom Horsley Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 06 10:29:16 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HvqtH-0002CQ-6v for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Jun 2007 10:29:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvqtG-0004F8-43 for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Jun 2007 04:29:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hvqsm-00049Q-8y for help-gnu-emacs@gnu.org; Wed, 06 Jun 2007 04:28:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hvqsk-00048g-OU for help-gnu-emacs@gnu.org; Wed, 06 Jun 2007 04:28:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hvqsk-00048b-KA for help-gnu-emacs@gnu.org; Wed, 06 Jun 2007 04:28:42 -0400 Original-Received: from mail-relay.sonofon.dk ([212.88.64.25]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Hvqsi-0000v1-FD for help-gnu-emacs@gnu.org; Wed, 06 Jun 2007 04:28:41 -0400 Original-Received: (qmail 9208 invoked from network); 6 Jun 2007 08:28:34 -0000 Original-Received: from unknown (HELO kfs-lx.testafd.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 6 Jun 2007 08:28:34 -0000 In-Reply-To: <20070605212250.05dbe210@zooty> (Tom Horsley's message of "Wed\, 06 Jun 2007 01\:22\:50 GMT") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-kernel: FreeBSD 4.6-4.9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44697 Archived-At: Tom Horsley 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