From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: Files in wrong subdirs of emacs/lisp? Date: Wed, 17 Dec 2003 17:02:47 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87wu8vxtqg.fsf@emptyhost.emptydomain.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1071680881 8583 80.91.224.253 (17 Dec 2003 17:08:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Dec 2003 17:08:01 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Dec 17 18:07:58 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 1AWf9S-0000W2-00 for ; Wed, 17 Dec 2003 18:07:58 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AWf9S-0001Iu-00 for ; Wed, 17 Dec 2003 18:07:58 +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 1AWg6I-000551-Mv for emacs-devel@quimby.gnus.org; Wed, 17 Dec 2003 13:08:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AWg32-000338-RE for emacs-devel@gnu.org; Wed, 17 Dec 2003 13:05:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AWg26-0002O4-FG for emacs-devel@gnu.org; Wed, 17 Dec 2003 13:04:58 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AWg25-0002N4-TB for emacs-devel@gnu.org; Wed, 17 Dec 2003 13:04:26 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AWf4b-0002AF-00 for ; Wed, 17 Dec 2003 18:02:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AWf4a-0002A6-00 for ; Wed, 17 Dec 2003 18:02:56 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AWf4a-00021J-00 for ; Wed, 17 Dec 2003 18:02:56 +0100 Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:3lj1IlHdh8bziRLFkPBbSdwVG2M= 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:18730 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18730 Richard Stallman writes: > Is s-region an emulation of something? If so, what? 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. I think if cua is an emulation, then s-region should also be an emulation. Kai