From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Files in wrong subdirs of emacs/lisp? Date: 21 Dec 2003 02:57:14 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87wu8vxtqg.fsf@emptyhost.emptydomain.de> <874qvyozdq.fsf@emptyhost.emptydomain.de> <87k74uqa0p.fsf@emptyhost.emptydomain.de> <871xqzjkne.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1071968466 16918 80.91.224.253 (21 Dec 2003 01:01:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Dec 2003 01:01:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Dec 21 02:00:56 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 1AXrxo-0000o7-00 for ; Sun, 21 Dec 2003 02:00:56 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AXrxn-0001Bf-00 for ; Sun, 21 Dec 2003 02:00:55 +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 1AXssv-0004e3-EO for emacs-devel@quimby.gnus.org; Sat, 20 Dec 2003 20:59:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AXssU-0004dN-Ih for emacs-devel@gnu.org; Sat, 20 Dec 2003 20:59:30 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AXsri-0004Zr-TN for emacs-devel@gnu.org; Sat, 20 Dec 2003 20:59:14 -0500 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AXsri-0004Zo-Fw for emacs-devel@gnu.org; Sat, 20 Dec 2003 20:58:42 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id 15FC75EE0FB; Sun, 21 Dec 2003 01:57:15 +0100 (CET) Original-To: Kai Grossjohann In-Reply-To: <871xqzjkne.fsf@emptyhost.emptydomain.de> Original-Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:18778 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18778 Kai Grossjohann writes: > Richard Stallman writes: > > > Perhaps one or more of these features should be separated from CUA mode > > and installed as a separate feature. > > AFAIK (I can't check now for lack of access to the CVS tree) the > features are already separated in the implementation; they only have > CUA in the name and maybe they are not documented separately. The global mark and rectangle functionality has been split into separate files, but they are still tied into CUA mode, as they hook quite deep into the basic CUA cut and paste functionality. I think it will be possible to split them off entirely from CUA, but it will be a little tricky (and not very elegant). However, since CUA is now installed with emacs, it might be acceptable to make hooks for cua in some of the basic emacs functions -- meaning that cua doesn't need to be as "clever" as it is now. Since I haven't had a personal need to do this, I have prioritized other tasks over this. -- Kim F. Storm http://www.cua.dk