From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: crisp movement versus cua Date: Thu, 19 May 2005 08:41:28 +1000 Message-ID: <878y2cxilj.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1116456352 24074 80.91.229.2 (18 May 2005 22:45:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 22:45:52 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 19 00:45:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYXHU-0003A8-3c for ged-emacs-devel@m.gmane.org; Thu, 19 May 2005 00:44:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYXK0-0000vX-FO for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 18:47:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYXGP-0007rq-Jy for emacs-devel@gnu.org; Wed, 18 May 2005 18:43:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYXGE-0007oR-98 for emacs-devel@gnu.org; Wed, 18 May 2005 18:43:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYXGA-0007b4-VZ for emacs-devel@gnu.org; Wed, 18 May 2005 18:43:27 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DYXMU-0002RC-Et for emacs-devel@gnu.org; Wed, 18 May 2005 18:49:59 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j4IMfYrI002967 for ; Thu, 19 May 2005 08:41:34 +1000 Original-Received: from localhost (ppp2C29.dyn.pacific.net.au [61.8.44.41]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j4IMfXml002151 for ; Thu, 19 May 2005 08:41:33 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1DYXEH-0000ei-00; Thu, 19 May 2005 08:41:29 +1000 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (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 Xref: news.gmane.org gmane.emacs.devel:37298 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37298 crisp.el seems to be still using cua--standard-movement-commands which was recently removed. Eg, M-x cua-mode M-x crisp-mode => Symbol's value as variable is void: cua--standard-movement-commands I only noticed this when trying some autoloads, I don't use either myself. The new style is meant to be for crisp to set a property on its commands, or something, is it?