From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: change cursor type when idle Date: Tue, 12 Feb 2008 12:45:00 -0500 Message-ID: References: <000d01c86c82$700dccc0$7051908d@us.oracle.com> <200802121430.m1CEUc6k013361@sallyv1.ics.uci.edu> <002601c86d8a$a0454db0$405a908d@us.oracle.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1202838412 27317 80.91.229.12 (12 Feb 2008 17:46:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2008 17:46:52 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 12 18:47:15 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JOzDZ-0003U1-FK for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 18:46:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOzD5-0007tg-UZ for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2008 12:46:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOzBn-00074N-6N for emacs-devel@gnu.org; Tue, 12 Feb 2008 12:45:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOzBl-00072t-Qe for emacs-devel@gnu.org; Tue, 12 Feb 2008 12:45:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOzBl-00072j-9w for emacs-devel@gnu.org; Tue, 12 Feb 2008 12:45:01 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOzBl-0007iC-Ae for emacs-devel@gnu.org; Tue, 12 Feb 2008 12:45:01 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JOzBk-0006aG-Cm; Tue, 12 Feb 2008 12:45:00 -0500 In-reply-to: <002601c86d8a$a0454db0$405a908d@us.oracle.com> (drew.adams@oracle.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88889 Archived-At: If a merge or refactoring with CUA code is in order, then I would think it would be for CUA to use the code from a separate library, as opposed to making users who want only the cursor changes use cua-mode. That is clearly true. This feature is unrelated to the key binding changes of CUA mode, so they ought to be separated and made independent features.