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: Thu, 18 Dec 2003 09:04:51 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87wu8vxtqg.fsf@emptyhost.emptydomain.de> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1071756756 15946 80.91.224.253 (18 Dec 2003 14:12:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2003 14:12:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Dec 18 15:12:32 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 1AWytE-0007BI-00 for ; Thu, 18 Dec 2003 15:12:32 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AWytE-0006C4-00 for ; Thu, 18 Dec 2003 15:12:32 +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 1AWzpa-0004ai-EQ for emacs-devel@quimby.gnus.org; Thu, 18 Dec 2003 10:12:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AWzlt-0003B3-39 for emacs-devel@gnu.org; Thu, 18 Dec 2003 10:09:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AWzlM-00032R-1F for emacs-devel@gnu.org; Thu, 18 Dec 2003 10:08:59 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AWzlL-00031C-2a for emacs-devel@gnu.org; Thu, 18 Dec 2003 10:08:27 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AWyln-0004mW-Fa; Thu, 18 Dec 2003 09:04:51 -0500 Original-To: Kai Grossjohann In-reply-to: <87wu8vxtqg.fsf@emptyhost.emptydomain.de> (message from Kai Grossjohann on Wed, 17 Dec 2003 17:02:47 +0000) 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:18737 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18737 I think if cua is an emulation, then s-region should also be an emulation. Ok. It could be construed as a subset of cua mode. Microsoft Windows applications typically allow the user to mark a region by holding down the Shift key while moving the cursor. Is there a duplication here that ought to be eliminated, perhaps?