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: Sat, 20 Dec 2003 20:31:49 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <871xqzjkne.fsf@emptyhost.emptydomain.de> References: <87wu8vxtqg.fsf@emptyhost.emptydomain.de> <874qvyozdq.fsf@emptyhost.emptydomain.de> <87k74uqa0p.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 1071952581 3509 80.91.224.253 (20 Dec 2003 20:36:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2003 20:36:21 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Dec 20 21:36:19 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 1AXnpj-0000ZY-00 for ; Sat, 20 Dec 2003 21:36:19 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AXnpi-0006zg-00 for ; Sat, 20 Dec 2003 21:36:19 +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 1AXojr-0003Y7-NF for emacs-devel@quimby.gnus.org; Sat, 20 Dec 2003 16:34:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AXojb-0003Xz-75 for emacs-devel@gnu.org; Sat, 20 Dec 2003 16:34:03 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AXoj5-0003Sp-JD for emacs-devel@gnu.org; Sat, 20 Dec 2003 16:34:02 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AXoj5-0003Sm-8x for emacs-devel@gnu.org; Sat, 20 Dec 2003 16:33:31 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AXnlb-0008P7-00 for ; Sat, 20 Dec 2003 21:32:03 +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 1AXnlZ-0008Oy-00 for ; Sat, 20 Dec 2003 21:32:01 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AXnlZ-0000nx-00 for ; Sat, 20 Dec 2003 21:32:01 +0100 Original-Lines: 11 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:Z0C+nqAIBQnQHStvI1JnyweANBQ= 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:18776 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18776 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. Kai