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: Tue, 30 Dec 2003 00:56:38 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> 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 1072746043 5532 80.91.224.253 (30 Dec 2003 01:00:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Dec 2003 01:00:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 30 02:00:40 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 1Ab8FU-0001A4-00 for ; Tue, 30 Dec 2003 02:00:40 +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 1Ab9Bf-0006UO-Nr for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Dec 2003 21:00:47 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!cyclone.bc.net!newsfeed.telusplanet.net!newsfeed.telus.net!news3.optonline.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!53ab2750!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: <3FF0A28E.4010906@yahoo.com> Original-Lines: 14 Original-NNTP-Posting-Host: 24.168.135.183 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.nyc.rr.com 1072745798 24.168.135.183 (Mon, 29 Dec 2003 19:56:38 EST) Original-NNTP-Posting-Date: Mon, 29 Dec 2003 19:56:38 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:119683 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:15625 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15625 Kevin Rodgers wrote: > Note also that *compilation* buffers can be made to accept user input: > http://groups.google.com/groups?selm=3F6A3405.8040609%40yahoo.com Hmm. I've added (add-hook 'compilation-mode-hook '(lambda() (toggle-read-only t))) to my .emacs, because I tend to use mouse2 instead of C-x ` to jump to error-lines showing in the *compilation* buffer. The problem is that sometimes (middle) mouse2 will _Paste_ instead of goto-line :(