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: For advanced CUA users: cua-movement-commands is gone. Date: Mon, 07 Feb 2005 12:54:38 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107777866 20115 80.91.229.2 (7 Feb 2005 12:04:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Feb 2005 12:04:26 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 07 13:04:26 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cy7ch-0001Bp-U9 for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2005 13:04:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cy7qp-0007RZ-CW for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2005 07:18:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cy7nl-0006T7-DL for emacs-devel@gnu.org; Mon, 07 Feb 2005 07:15:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cy7nf-0006Qv-SZ for emacs-devel@gnu.org; Mon, 07 Feb 2005 07:15:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cy7ne-0006Cp-K9 for emacs-devel@gnu.org; Mon, 07 Feb 2005 07:15:30 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1Cy7TR-00033T-58 for emacs-devel@gnu.org; Mon, 07 Feb 2005 06:54:37 -0500 Original-Received: (qmail 89371 invoked from network); 7 Feb 2005 11:54:35 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 7 Feb 2005 11:54:35 -0000 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32995 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32995 With my latest changes to cua mode in CVS emacs, the cua-movement-commands variable has been removed in favour of a much cleaner approach. If you have code relying on this, you need to adapt your code to the new method of marking a command as a movement command: (put 'your-command 'CUA 'move) -- Kim F. Storm http://www.cua.dk