From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Files in wrong subdirs of emacs/lisp? Date: Mon, 26 May 2003 09:48:56 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030522094726.9555.JMBARRANQUERO@laley.wke.es> <20030523143140.FEB7.JMBARRANQUERO@laley.wke.es> <200305250002.h4P0247k005316@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053957123 16984 80.91.224.249 (26 May 2003 13:52:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 May 2003 13:52:03 +0000 (UTC) Cc: jmbarranquero@laley.wke.es Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 26 15:51:58 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 19KINK-0004Jn-00 for ; Mon, 26 May 2003 15:50: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 19KIaY-0003pC-00 for ; Mon, 26 May 2003 16:04:34 +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 19KIMB-0007fy-NG for emacs-devel@quimby.gnus.org; Mon, 26 May 2003 09:49:43 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19KILq-0007Si-I5 for emacs-devel@gnu.org; Mon, 26 May 2003 09:49:22 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19KILp-0007RS-74 for emacs-devel@gnu.org; Mon, 26 May 2003 09:49:21 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19KILQ-0007GJ-SS for emacs-devel@gnu.org; Mon, 26 May 2003 09:48:56 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19KILQ-0000nl-Ly; Mon, 26 May 2003 09:48:56 -0400 Original-To: "Stefan Monnier" In-reply-to: <200305250002.h4P0247k005316@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Original-cc: emacs-devel@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:14281 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14281 work/emacs-0% grep -l outline-regexp lisp/progmodes/*.el Thanks for checking this. It looks like the right thing to do is move outline.el to the main lisp directory, where foldout.el and allout.el are.