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 00:33:30 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030520003139.5840.LEKTU@terra.es> References: 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 1053391594 21127 80.91.224.249 (20 May 2003 00:46:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 20 May 2003 00:46:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 20 02:46:30 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 19HvGw-0005UR-00 for ; Tue, 20 May 2003 02:46:30 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19HvQz-0003Yv-00 for ; Tue, 20 May 2003 02:56:53 +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 19HvFF-0008S1-Cl for emacs-devel@quimby.gnus.org; Mon, 19 May 2003 20:44:45 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Hu2B-0004xk-Dn for emacs-devel@gnu.org; Mon, 19 May 2003 19:27:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19HtsL-0003qr-UN for emacs-devel@gnu.org; Mon, 19 May 2003 19:17:03 -0400 Original-Received: from gnuftp.gnu.org ([199.232.41.6]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19HtCJ-0006f5-K2; Mon, 19 May 2003 18:33:35 -0400 Original-Received: from smtp.terra.es ([213.4.129.129] helo=tsmtp5.mail.isp) by gnuftp.gnu.org with esmtp (Exim 4.10.13) id 19HtCI-0004rV-00; Mon, 19 May 2003 18:33:34 -0400 Original-Received: from [81.40.150.188] ([81.40.150.188]) by tsmtp5.mail.isp (terra.es) with ESMTP id HF5NZU00.W0X; Tue, 20 May 2003 00:33:30 +0200 Original-To: rms@gnu.org In-Reply-To: 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:14007 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14007 On Wed, 14 May 2003 09:48:55 -0400, Richard Stallman wrote: > Can anyone suggest Lisp files that ought to be moved to a different > place under the `lisp' directory? options.el, emacs-lisp/float.el and emacs-lisp/lmenu.el could be moved to lisp/obsolete, IMHO. /L/e/k/t/u