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: The display margin Date: Tue, 25 Nov 2003 21:11:53 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16323.50586.988.440316@nick.uklinux.net> References: <16080.60869.212521.952911@nick.uklinux.net> <200305251636.h4PGa1ll021935@rum.cs.yale.edu> <16082.42589.935105.932019@nick.uklinux.net> <16321.14941.117864.117597@nick.uklinux.net> 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 1069795753 11743 80.91.224.253 (25 Nov 2003 21:29:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2003 21:29:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Nov 25 22:29:11 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AOkkB-0008R0-00 for ; Tue, 25 Nov 2003 22:29:11 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AOkkA-0006NK-00 for ; Tue, 25 Nov 2003 22:29:10 +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 1AOlgD-0004RH-8H for emacs-devel@quimby.gnus.org; Tue, 25 Nov 2003 17:29:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AOleZ-0003hQ-AX for emacs-devel@gnu.org; Tue, 25 Nov 2003 17:27:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AOldq-0003TV-2g for emacs-devel@gnu.org; Tue, 25 Nov 2003 17:27:13 -0500 Original-Received: from [194.247.50.229] (helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AOldc-0003Or-3U for emacs-devel@gnu.org; Tue, 25 Nov 2003 17:26:28 -0500 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 8A7D875FDE; Tue, 25 Nov 2003 21:11:54 +0000 (GMT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: X-Mailer: VM 6.97 under Emacs 21.2.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18118 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18118 > It's not necessary to have a display margin -- as clicking on the left > fringe will also generate an event to toggle the breakpoint ... > provided that the buffer's local-map is setup to the > gud-minor-mode-map. > > So once you click in the fringe to set a breakpoint, you can open the > margin. Thats interesting. If I try this with M-x gdb (and presumably any other debugger in GUD) it doesn't open the margin (as these don't currently display breakpoint icons) but it does set a breakpoint. However, clicking at the same location on the fringe in this case it doesn't seem to toggle the breakpoint but sets another one on the same line. Can gdb-mouse-toggle-breakpoint be modified so that it works in the fringe for these debuggers too? Nick http://www.nick.uklinux.net