From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Files in wrong subdirs of emacs/lisp? Date: 16 Dec 2003 08:17:12 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1071555499 31511 80.91.224.253 (16 Dec 2003 06:18:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Dec 2003 06:18:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Dec 16 07:18:16 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AW8XA-0003NK-00 for ; Tue, 16 Dec 2003 07:18:16 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AW8XA-00056u-00 for ; Tue, 16 Dec 2003 07:18:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AW9Sa-0004kN-2e for emacs-devel@quimby.gnus.org; Tue, 16 Dec 2003 02:17:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AW9ST-0004kC-2z for emacs-devel@gnu.org; Tue, 16 Dec 2003 02:17:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AW9Rx-0004Qg-7l for emacs-devel@gnu.org; Tue, 16 Dec 2003 02:17:28 -0500 Original-Received: from [207.232.27.5] (helo=WST0035) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AW9Rt-0004GR-UF; Tue, 16 Dec 2003 02:16:56 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:18710 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18710 > From: storm@cua.dk (Kim F. Storm) > Date: 15 Dec 2003 17:24:14 +0100 > > Into emacs-lisp: > image.el > ls-lisp.el I don't think ls-lisp belongs to emacs-lisp. Perhaps emulation is a better place. And if we move ls-lisp anywhere, find-lisp should be moved to the same place. > Into progmodes: > cdl.el > gdb-ui.el > hexl.el > newcomment.el > skeleton.el I'd say either leave hexl alone or move it to textmodes. I frequently use it to look at files that have nothing to do with programming.