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: Sat, 24 May 2003 13:15:37 +0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <4331-Sat24May2003131537+0300-eliz@elta.co.il> References: <20030520003139.5840.LEKTU@terra.es> <200305200625.h4K6Pd7e021207@rum.cs.yale.edu> <200305221317.h4MDHscT004059@rum.cs.yale.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053771426 32274 80.91.224.249 (24 May 2003 10:17:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 24 May 2003 10:17:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 24 12:17:04 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 19JW5I-0008OQ-00 for ; Sat, 24 May 2003 12:17:04 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19JWHU-0005xm-00 for ; Sat, 24 May 2003 12:29:40 +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 19JW6l-0006Cl-JG for emacs-devel@quimby.gnus.org; Sat, 24 May 2003 06:18:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JW6E-0005sR-1t for emacs-devel@gnu.org; Sat, 24 May 2003 06:18:02 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JW5R-00053f-EX for emacs-devel@gnu.org; Sat, 24 May 2003 06:17:13 -0400 Original-Received: from aragorn.inter.net.il ([192.114.186.23]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JW2D-0004JC-Ip; Sat, 24 May 2003 06:13:55 -0400 Original-Received: from zaretsky (tony08-194-113.inter.net.il [80.230.194.113] (may be forged)) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id ARH11954; Sat, 24 May 2003 13:13:50 +0300 (IDT) Original-To: rms@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Richard Stallman on Fri, 23 May 2003 18:47:48 -0400) 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:14189 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14189 > From: Richard Stallman > Date: Fri, 23 May 2003 18:47:48 -0400 > > Also, diff.el is not "source code management" > although it is a way to deal with different versions of a file. I think we should keep in mind that, if we generalize too much, almost every Emacs package can be seen as SCM in some sense, since Emacs is mostly used for editing program source files, and most aspects of that are some kind of "source code management". Perhaps that means we should not use too broad categories in this kind of classification.