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: Wed, 17 Dec 2003 10:20:24 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1071674730 24591 80.91.224.253 (17 Dec 2003 15:25:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Dec 2003 15:25:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Dec 17 16:25:27 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 1AWdYF-0007RA-00 for ; Wed, 17 Dec 2003 16:25:27 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AWdYF-0000BD-00 for ; Wed, 17 Dec 2003 16:25:27 +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 1AWeVT-0008Eg-Ah for emacs-devel@quimby.gnus.org; Wed, 17 Dec 2003 11:26:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AWeTa-0006nn-L5 for emacs-devel@gnu.org; Wed, 17 Dec 2003 11:24:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AWeSj-0005QU-0A for emacs-devel@gnu.org; Wed, 17 Dec 2003 11:24:20 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AWeSi-0005QO-Hn for emacs-devel@gnu.org; Wed, 17 Dec 2003 11:23:48 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AWdTM-0005vo-5t; Wed, 17 Dec 2003 10:20:24 -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:18727 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18727 But I think s-region.el should be moved. It provides functionality similar to pc-selection-mode and cua-mode which are both in emulation. It seems inconsistent not to have them all in the same directory. Is s-region an emulation of something? If so, what? > Into net: > terminal.el > > terminal.el has nothing in particular to do with the net. > It just emulates a terminal. I was using a broader interpretation of 'net' as in 'communication'. A terminal emulator would fit that category. I don't think so. It is a way to run other programs under Emacs, analogous to M-x shell.