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: More enhancements to fringe bitmaps. Date: Thu, 12 Feb 2004 16:42:02 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16427.44250.332887.631984@nick.uklinux.net> References: <16426.48548.766163.869974@nick.uklinux.net> <20040212011844.GA14181@fencepost> 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 1076605956 736 80.91.224.253 (12 Feb 2004 17:12:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2004 17:12:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Feb 12 18:12:29 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ArKO5-0005ii-00 for ; Thu, 12 Feb 2004 18:12:29 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ArKO4-0003m5-00 for ; Thu, 12 Feb 2004 18:12:28 +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 1ArKNT-0005FC-Ou for emacs-devel@quimby.gnus.org; Thu, 12 Feb 2004 12:11:51 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ArKMo-0005EA-SH for emacs-devel@gnu.org; Thu, 12 Feb 2004 12:11:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ArKL8-0004sQ-Tw for emacs-devel@gnu.org; Thu, 12 Feb 2004 12:09:59 -0500 Original-Received: from [194.247.48.221] (helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ArKK3-0004e9-Fx; Thu, 12 Feb 2004 12:08:20 -0500 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id D1E8E75FDE; Thu, 12 Feb 2004 16:42:02 +0000 (GMT) Original-To: Miles Bader In-Reply-To: <20040212011844.GA14181@fencepost> 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:19890 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19890 > > Using the display margin does shunt the code sideways but I've got used to > > that. > > It would help if it removed the margin when all breakpoints in a file are > deleted; And shunt the code back again, you mean? > [Well, to be completely honest, I don't use the visual debugging anymore > because it's too buggy/annoying... Then it should be really easy to submit bug reports so that I can improve its behaviour. > ...E.g., the default window popping-up > behavior is awful if you use gdb keyboard commands: give a gdb command, and > it hides the command window!] Some commands can pop up a new frame rather than a new window. A good bug report needs to be more specific, preferably with reproducible examples. "I don't like it because its crap" isn't very helpful. Nick