From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] find-file-noselect-1 Date: Fri, 11 Feb 2005 22:53:35 +1300 Message-ID: <16908.32927.36112.410112@farnswood.snap.net.nz> References: <16907.50624.707323.36975@farnswood.snap.net.nz> <87oeeru6nw.fsf-monnier+emacs@gnu.org> <16908.26618.789580.363225@farnswood.snap.net.nz> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108119638 27370 80.91.229.6 (11 Feb 2005 11:00:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2005 11:00:38 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 11 12:00:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CzYXF-0004PC-00 for ; Fri, 11 Feb 2005 12:00:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzYhZ-0004ES-4l for ged-emacs-devel@m.gmane.org; Fri, 11 Feb 2005 06:11:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzY2L-0003Nv-RL for emacs-devel@gnu.org; Fri, 11 Feb 2005 05:28:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzY2J-0003NJ-KG for emacs-devel@gnu.org; Fri, 11 Feb 2005 05:28:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzY1P-00031p-RZ for emacs-devel@gnu.org; Fri, 11 Feb 2005 05:27:35 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzXbU-0007pO-Ac for emacs-devel@gnu.org; Fri, 11 Feb 2005 05:00:49 -0500 Original-Received: from farnswood.snap.net.nz (p69-tnt1.snap.net.nz [202.124.110.69]) by viper.snap.net.nz (Postfix) with ESMTP id 71F38379021; Fri, 11 Feb 2005 23:00:45 +1300 (NZDT) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 94205628AB; Fri, 11 Feb 2005 09:53:35 +0000 (GMT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:33247 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33247 > I agree with you that we need to have this feature. > > But can't gdb-ui just bind [left-fringe mouse-1] to a gdb-ui specific > command in global-map? That command could check if the buffer is > a source file and set breakpoints accordingly (if gdb is running > and in a state that allows it to set a breakpoint), and just > do mouse-set-point otherwise. That would be fine with me, but what if later someone else wants to use [left-fringe mouse-1] for another purpose? Nick