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: Gud lord! Date: Sat, 7 Jun 2003 16:37:06 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16098.1698.415992.223606@nick.uklinux.net> 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 1055000396 15411 80.91.224.249 (7 Jun 2003 15:39:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 7 Jun 2003 15:39:56 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Jun 07 17:39:54 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19OfnO-00040P-00 for ; Sat, 07 Jun 2003 17:39:54 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Og6U-00053n-00 for ; Sat, 07 Jun 2003 17:59:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19OfpH-0005pP-2f for emacs-devel@quimby.gnus.org; Sat, 07 Jun 2003 11:41:51 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Ofor-0005Y0-Ae for emacs-devel@gnu.org; Sat, 07 Jun 2003 11:41:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Ofod-0004rF-B9 for emacs-devel@gnu.org; Sat, 07 Jun 2003 11:41:11 -0400 Original-Received: from bts-0490.dialup.zetnet.co.uk ([194.247.49.234] helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19OfoX-0004nG-U3 for emacs-devel@gnu.org; Sat, 07 Jun 2003 11:41:06 -0400 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 894D275FDD; Sat, 7 Jun 2003 16:37:07 +0100 (BST) Original-To: emacs-devel@gnu.org X-Mailer: VM 6.97 under Emacs 21.2.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14879 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14879 Where's the logic in putting gud.el in the progmodes directory? I can see the point in grouping files which have a natural relationship together but gud.el is not a mode for a computer language. If I'm looking for something, I quite often grep the lisp directory, so my rule would be: If there's not a natural grouping, keep the file in the top-level lisp directory. Nick