From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: Re: About CUA mode Date: Sat, 27 Apr 2013 06:36:49 +0800 Message-ID: References: <83ppxhu0yw.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1367015820 8502 80.91.229.3 (26 Apr 2013 22:37:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Apr 2013 22:37:00 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 27 00:37:04 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UVrGK-0004sl-IY for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Apr 2013 00:37:04 +0200 Original-Received: from localhost ([::1]:38282 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVrGK-0004pN-70 for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Apr 2013 18:37:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVrG8-0004p2-JF for help-gnu-emacs@gnu.org; Fri, 26 Apr 2013 18:36:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVrG6-0001xB-BL for help-gnu-emacs@gnu.org; Fri, 26 Apr 2013 18:36:52 -0400 Original-Received: from mail-ia0-x22b.google.com ([2607:f8b0:4001:c02::22b]:48197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVrG6-0001wh-2f for help-gnu-emacs@gnu.org; Fri, 26 Apr 2013 18:36:50 -0400 Original-Received: by mail-ia0-f171.google.com with SMTP id r13so4003378iar.2 for ; Fri, 26 Apr 2013 15:36:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=IRI1TH6Lgne88gbhbwcSASrDsseu7qFOEI7F+w3JICo=; b=d5qu2cOapU/jWGUx9HwwePwPRgedn9AF4F8TRHSgrVBdySKeHHyGyhee0jbBwO4HK6 TXDYDm/1Ibe43TTzY9Hhn22h/jIidWS3cKRMMGLR0oX3hmLDvV3wy/IoxSTtwIwsVPmd 8s6d2qUJ/riT3pO8bXU/rNuvqc4jHLUqTVNe64CqdHcupvPpHHunzIGGtdc5uOfN/lTZ 1f5+oiHXZXorP0zML6wajsaAn3NixABLa/22aFnmc8hVPrS4JTlFu3WfSSX/+YgrCUSt ySFR1Z24Sx6DXi04oFsQhdYzeQqKLB6rvHM4kd6e9+Sspv8kBQpdPVrm8Fa81a8PM2a0 22xw== X-Received: by 10.50.55.8 with SMTP id n8mr3023802igp.28.1367015809614; Fri, 26 Apr 2013 15:36:49 -0700 (PDT) Original-Received: by 10.43.18.10 with HTTP; Fri, 26 Apr 2013 15:36:49 -0700 (PDT) In-Reply-To: <83ppxhu0yw.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c02::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90368 Archived-At: On Fri, Apr 26, 2013 at 4:53 PM, Eli Zaretskii wrote: >> Date: Fri, 26 Apr 2013 16:29:54 +0800 >> From: Xue Fuqiao >> >> This page (http://en.wikipedia.org/wiki/IBM_Common_User_Access) says that: >> >> The Cut command is Shift+Del; Copy is Ctrl+Ins; Paste is Shift+Ins; >> >> But in cua-mode, `C-x', `C-c', `C-v', and `C-z' invoke commands that cut >> (kill), copy, paste (yank), and undo respectively. Why? > > Why not? The keys mentioned by Wikipedia _also_ do in CUA Mode what > Wikipedia says they should, so what's exactly the problem? > > IOW, there's more than one interpretation of CUA, and Emacs supports > them all, or at least tries to. The second group of keys you mention > is what is known as "CUA" on DOS and Windows systems. Ah, I see, thank you. The keys mentioned by Wikipedia is not documented in the manual (at least I didn't find it). -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/