From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Gud lord! Date: Mon, 09 Jun 2003 09:49:31 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030609091226.2C7A.JMBARRANQUERO@laley.wke.es> References: <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 1055145025 9355 80.91.224.249 (9 Jun 2003 07:50:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2003 07:50:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jun 09 09:50:24 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 19PHQ8-0002Ql-00 for ; Mon, 09 Jun 2003 09:50:24 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19PHk2-0000J4-00 for ; Mon, 09 Jun 2003 10:10:59 +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 19PHPz-0003mB-5O for emacs-devel@quimby.gnus.org; Mon, 09 Jun 2003 03:50:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19PHOs-0003NF-En for emacs-devel@gnu.org; Mon, 09 Jun 2003 03:49:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19PHOk-0003IY-Ox for emacs-devel@gnu.org; Mon, 09 Jun 2003 03:48:59 -0400 Original-Received: from laley-actualidad.es ([195.53.61.17] helo=haya.laley.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19PHNk-0002zO-8X for emacs-devel@gnu.org; Mon, 09 Jun 2003 03:47:56 -0400 Original-Received: from idefix.laley.net (correo.wke.es [172.17.220.16]) by haya.laley.net (8.9.3/8.9.3) with ESMTP id JAA31227; Mon, 9 Jun 2003 09:45:37 +0200 Original-Received: from [172.17.221.23] (jsredondo.wk.org [172.17.221.23]) by Version 5.5.2655.55) id LP7A4GPW; Mon, 9 Jun 2003 09:48:43 +0200 Original-To: Nick Roberts In-Reply-To: <16098.1698.415992.223606@nick.uklinux.net> X-Mailer: Becky! ver. 2.06.02 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:14936 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14936 On Sat, 7 Jun 2003 16:37:06 +0100 Nick Roberts wrote: > Where's the logic in putting gud.el in the progmodes directory? progmodes does not contain just modes for programming languages, but programming-support modules too: cmacexp, compile, cpp, cwarn, ebrowse, etags, executable, glasses, hideif, hideshow, mantemp. > If there's not a natural grouping, keep the file in the top-level lisp > directory. As a thread not-so-long ago demonstrated, there's no such a thing as a "natural grouping" for everyone :-) Juanma