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: Recent changes in gdb-ui.el Date: Thu, 11 Mar 2004 23:05:46 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16464.61642.779731.234277@nick.uklinux.net> References: <16450.6926.750772.12628@nick.uklinux.net> <16457.4874.687630.805845@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 1079218134 6249 80.91.224.253 (13 Mar 2004 22:48:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Mar 2004 22:48:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Mar 13 23:48:48 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 1B2Hw0-0006Zy-00 for ; Sat, 13 Mar 2004 23:48:48 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2Hw0-0000Ve-00 for ; Sat, 13 Mar 2004 23:48:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B2Hgh-00053w-Kh for emacs-devel@quimby.gnus.org; Sat, 13 Mar 2004 17:32:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B2H43-0003tz-Az for emacs-devel@gnu.org; Sat, 13 Mar 2004 16:53:03 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B1ZNe-0002aV-Md for emacs-devel@gnu.org; Thu, 11 Mar 2004 18:14:53 -0500 Original-Received: from [194.247.50.178] (helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1ZNd-0002aA-Vc for emacs-devel@gnu.org; Thu, 11 Mar 2004 18:14:22 -0500 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 2AB3575FDE; Thu, 11 Mar 2004 23:05:47 +0000 (GMT) Original-To: Eli Zaretskii In-Reply-To: X-Mailer: VM 6.97 under Emacs 21.2.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:20409 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20409 > Btw, why doesn't gdb-ui.el live in progmodes, together with gud.el? It did live together with gud.el before it was moved. Also, XEmacs has a directory called debug but, as a previous thread observed, CVS doesn't handle moves very well. I note the subversion has been released now, which might be worth bearing in mind for the future. For the present, however, I agree that gdb-ui.el should be moved to progmodes. Nick