From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: emacs mode for gdb using GDB/MI Date: Wed, 27 Mar 2002 21:56:05 -0700 (MST) Sender: emacs-devel-admin@gnu.org Message-ID: <200203280456.g2S4u5I09533@aztec.santafe.edu> References: <20020326230825.7E0E476036@nick.uklinux.net> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017291522 8420 127.0.0.1 (28 Mar 2002 04:58:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 28 Mar 2002 04:58:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16qRzm-0002Bh-00 for ; Thu, 28 Mar 2002 05:58:42 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16qS91-0006Iv-00 for ; Thu, 28 Mar 2002 06:08:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16qRzd-0002wJ-00; Wed, 27 Mar 2002 23:58:33 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16qRxG-0002f4-00; Wed, 27 Mar 2002 23:56:07 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g2S4u5a18574; Wed, 27 Mar 2002 21:56:05 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g2S4u5I09533; Wed, 27 Mar 2002 21:56:05 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: nick@nick.uklinux.net In-Reply-To: <20020326230825.7E0E476036@nick.uklinux.net> (message from Nick Roberts on Tue, 26 Mar 2002 23:08:25 +0000 (GMT)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2234 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2234 It would be desirable have symbols to mark breakpoints and the current location. Perhaps these things are possible in Emacs 21 with its image support Emacs 21. The fringe might be a suitable place to put them To start with, breakpoint icons could go in the display margin--that way, you could implement it in Lisp with the existing features. Later on we could implement something to put these icons in the fringe. For the current location, you should use the overlay-arrow feature. I think it does _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel