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: Files in wrong subdirs of emacs/lisp? Date: Tue, 20 May 2003 14:55:35 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030520130413.8A2E.JMBARRANQUERO@laley.wke.es> References: <20030520003139.5840.LEKTU@terra.es> <200305200625.h4K6Pd7e021207@rum.cs.yale.edu> 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 1053435311 950 80.91.224.249 (20 May 2003 12:55:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 20 May 2003 12:55:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 20 14:55:07 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 19I6dT-0000Bp-00 for ; Tue, 20 May 2003 14:54:31 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19I6nm-0001zA-00 for ; Tue, 20 May 2003 15:05:10 +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 19I6dp-00076f-TS for emacs-devel@quimby.gnus.org; Tue, 20 May 2003 08:54:53 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19I6dd-00075O-Aj for emacs-devel@gnu.org; Tue, 20 May 2003 08:54:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19I6dL-0006uT-UR for emacs-devel@gnu.org; Tue, 20 May 2003 08:54:24 -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 19I6dH-0006qI-My; Tue, 20 May 2003 08:54:19 -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 OAA20122; Tue, 20 May 2003 14:52:07 +0200 Original-Received: from [172.17.2.45] (JMBARRANQUERO [172.17.2.45]) by idefix.laley.net 5.5.2655.55) id LHASQJW2; Tue, 20 May 2003 14:55:16 +0200 Original-To: "Stefan Monnier" In-Reply-To: <200305200625.h4K6Pd7e021207@rum.cs.yale.edu> X-Mailer: Becky! ver. 2.06.02 Original-cc: Juanma Barranquero Original-cc: rms@gnu.org 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:14017 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14017 > > options.el, emacs-lisp/float.el and emacs-lisp/lmenu.el could be moved > > to lisp/obsolete, IMHO. > > Agreed. unused.el should perhaps be moved too. What about other Lucid-related modules? emacs-lisp/levents emacs-lisp/lselect emacs-lisp/lucid Other posible candidates to obsolescence (but I don't really know whether they're currently used or not, they just seem to me to be scarcely useful *and* not very frequently maintained): cdl chistory ebuff-menu echistory float-sup ledit misc reposition soundex emacs-lisp/tq progmodes/mantemp textmodes/scribe net/rcompile > PS: I was recently thinking that we could create a `version-control' > or `vc' subdirectory where we could put vc*.el, pcvs*.el, ediff*.el > diff*.el, log-*.el, cvs-status.el, smerge-mode.el, add-log.el. Yeah, that'd be good. My personal preference would be to create at least two more subdirs, one for things related to abbreviation, expansion and things like that: abbrev complete completion dabbrev expand hippie-exp icomplete pcmpl* pcomplete tempo ? thingatpt ? repeat ? skeleton ? emacs-lisp/crm and another one for utilities whose function is to make easier moving among files or buffers, and loading files: bs bookmark desktop ? dired* ? find-dired find-file ? finder ? filecache filesets ffap ibuf* ido info* ? iswitchb msb recentf saveplace speedbar Both lists are highly tentative, of course. Juanma