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: Problems with new GDB toolbar Date: Mon, 18 Nov 2002 18:53:50 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: <15833.14142.409329.704769@nick.uklinux.net> References: <5x8yzr95jh.fsf@kfs2.cua.dk> <15832.16198.358673.792906@nick.uklinux.net> <87wunbvcyk.fsf@wesley.springies.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037646690 3957 80.91.224.249 (18 Nov 2002 19:11:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 18 Nov 2002 19:11:30 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18DrIu-00011K-00 for ; Mon, 18 Nov 2002 20:11:28 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18DrLG-0007Qe-00 for ; Mon, 18 Nov 2002 20:13:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18DrJX-0007fa-00; Mon, 18 Nov 2002 14:12:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Dr3q-0000y2-00 for emacs-devel@gnu.org; Mon, 18 Nov 2002 13:55:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Dr3l-0000wo-00 for emacs-devel@gnu.org; Mon, 18 Nov 2002 13:55:52 -0500 Original-Received: from bts-0348.dialup.zetnet.co.uk ([194.247.49.92] helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Dr3k-0000wj-00 for emacs-devel@gnu.org; Mon, 18 Nov 2002 13:55:49 -0500 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id BF62D76037; Mon, 18 Nov 2002 18:53:51 +0000 (GMT) Original-To: Alan Shutko In-Reply-To: <87wunbvcyk.fsf@wesley.springies.com> X-Mailer: VM 6.97 under Emacs 21.1.1 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9519 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9519 > > This is the file which I've put most work into and has got a lot > > more new features (like breakpoint icons in the margin > > Is there any reason they're in the margin, not in the fringe? > I've put them in the margin because, as Kim Storm says, it can be done in lisp while putting them in the fringe requires changing the c code. Perhaps I could turn the question around : Is there any reason why I should put the breakpoint icons in the fringe and not the margin ? Nick