From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Ingalls Newsgroups: gmane.emacs.help Subject: Re: Tip of the day: Using Valgrind in the GUD buffer Date: Wed, 31 Dec 2003 04:49:16 GMT Organization: Road Runner - NYC Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3FF0A28E.4010906@yahoo.com> <3FF1DB28.1040607@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1072846864 26988 80.91.224.253 (31 Dec 2003 05:01:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Dec 2003 05:01:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 31 06:01:00 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AbYTc-0000Xr-00 for ; Wed, 31 Dec 2003 06:01:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AbZQC-0000JL-1u for geh-help-gnu-emacs@m.gmane.org; Wed, 31 Dec 2003 01:01:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!feed1.news.rcn.net!rcn!in.100proofnews.com!in.100proofnews.com!cycny01.gnilink.net!cyclone1.gnilink.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: <3FF1DB28.1040607@yahoo.com> Original-Lines: 13 Original-NNTP-Posting-Host: 24.168.135.183 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.nyc.rr.com 1072846156 24.168.135.183 (Tue, 30 Dec 2003 23:49:16 EST) Original-NNTP-Posting-Date: Tue, 30 Dec 2003 23:49:16 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:119691 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15633 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15633 >> The problem is that sometimes (middle) mouse2 will _Paste_ instead of >> goto-line :( > > Then somehow you've deleted the binding of [mouse-2] to the > compile-mouse-goto-error command in compilation-mode-map (or > in compilation-minor-mode-map, whose list structure it shares). > Thanks for the correction. I can't find a good way of reproducing the above error, but under conditions (typically the first click in the buffer) if you don't have the line properly highlighted, before mouse clicking, it will paste instead. The next mouse click will properly goto the error line, so the keybinding is still there.