From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sander Cox Newsgroups: gmane.emacs.devel Subject: Problems using CUA mode with emacs on Mac OS X Date: Sat, 31 Aug 2002 14:28:45 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <317402F5-BCDD-11D6-A7ED-000393B8053A@paralleldimension.nl> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 (Apple Message framework v543) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1030796981 546 127.0.0.1 (31 Aug 2002 12:29:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 31 Aug 2002 12:29:41 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17l7Nj-00008h-00 for ; Sat, 31 Aug 2002 14:29:39 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17l7uy-0003uu-00 for ; Sat, 31 Aug 2002 15:04:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17l7P9-0005Xe-00; Sat, 31 Aug 2002 08:31:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17l7MG-0005TE-00 for emacs-devel@gnu.org; Sat, 31 Aug 2002 08:28:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17l7ME-0005SP-00 for emacs-devel@gnu.org; Sat, 31 Aug 2002 08:28:07 -0400 Original-Received: from nl-ams-slo-l4-02-pip-5.chellonetwork.com ([213.46.243.22] helo=amsfep14-int.chello.nl) by monty-python.gnu.org with esmtp (Exim 4.10) id 17l7MD-0005RE-00 for emacs-devel@gnu.org; Sat, 31 Aug 2002 08:28:06 -0400 Original-Received: from donald.duckstad.cox ([62.194.206.76]) by amsfep14-int.chello.nl (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP id <20020831122805.ROMZ6645.amsfep14-int.chello.nl@donald.duckstad.cox> for ; Sat, 31 Aug 2002 14:28:05 +0200 Original-Received: from high.duckstad.cox (high.duckstad.cox [10.0.1.2]) by donald.duckstad.cox (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id g7VCS4G01537 for ; Sat, 31 Aug 2002 14:28:04 +0200 Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.543) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7208 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7208 Hi, I used to run emacs on my Windows PC, but I recently acquired a Mac. I checked out the source of Emacs to build it on my Mac and this all goes ok. However when I try to load the CUA-mode my key mapping is false. On my PC running CUA I can still do a C-x C-f to open a file but on my Mac this fails. I get a "call-interactively: End of buffer" in the messages buffer. Furthermore, the intended action of C-x when I have text selected doesn't work either. The C-c and C-v for copying and pasting text both work fine. I'm running Mac OS X (10.2), Emacs latest from CVS, CUA.el is version 2.10 (also the latest as far as I know) My .emacs file only contains this: (setq load-path (append (list (concat "~/lisp")) load-path)) (require 'cua) (CUA-mode t) Any ideas? When I simply remove these lines (especially the last two) I'm able to open a buffer using C-x C-f Regards, Sander Cox