From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Is it time to create more subdirs in lisp/? Date: Thu, 01 Sep 2011 21:59:31 -0400 Message-ID: References: <4E5F1BA2.8040506@dogan.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314928784 15449 80.91.229.12 (2 Sep 2011 01:59:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2011 01:59:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 02 03:59:39 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QzJ2g-0000fu-1T for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2011 03:59:38 +0200 Original-Received: from localhost ([::1]:53013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzJ2f-0008TE-Gu for ged-emacs-devel@m.gmane.org; Thu, 01 Sep 2011 21:59:37 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzJ2c-0008Sy-Kn for emacs-devel@gnu.org; Thu, 01 Sep 2011 21:59:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzJ2b-0007WA-JA for emacs-devel@gnu.org; Thu, 01 Sep 2011 21:59:34 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:52658 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzJ2b-0007Vw-ES for emacs-devel@gnu.org; Thu, 01 Sep 2011 21:59:33 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAAA4YE64rwMJ/2dsb2JhbABCqFJ4gUABAQQBViMFCws0EhQYDSSIBbofhl8EoA+EQA X-IronPort-AV: E=Sophos;i="4.68,316,1312171200"; d="scan'208";a="134001583" Original-Received: from 184-175-3-9.dsl.teksavvy.com (HELO ceviche.home) ([184.175.3.9]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 01 Sep 2011 21:59:32 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id B73AE660B6; Thu, 1 Sep 2011 21:59:31 -0400 (EDT) In-Reply-To: <4E5F1BA2.8040506@dogan.se> (Deniz Dogan's message of "Thu, 01 Sep 2011 07:44:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143703 Archived-At: > The lisp/ directory in trunk could use some more subdirectories. The rule of thumb we've used until now is "20 .el files is enough for a subdir". But the examples you've shown don't add up to 20. Note that subdirs can be for other things than "a multifile package" (as seen in the case of `vc', `mail', `play'). Stefan