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: About CUA mode Date: Fri, 26 Apr 2013 16:29:54 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1366965004 10621 80.91.229.3 (26 Apr 2013 08:30:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Apr 2013 08:30:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 26 10:30:08 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 1UVe2i-00005F-1e for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Apr 2013 10:30:08 +0200 Original-Received: from localhost ([::1]:33406 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVe2h-0007I4-Gt for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Apr 2013 04:30:07 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVe2X-0007Hz-Ij for help-gnu-emacs@gnu.org; Fri, 26 Apr 2013 04:29:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVe2V-0002ZA-E4 for help-gnu-emacs@gnu.org; Fri, 26 Apr 2013 04:29:57 -0400 Original-Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]:58949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVe2V-0002Ys-9H for help-gnu-emacs@gnu.org; Fri, 26 Apr 2013 04:29:55 -0400 Original-Received: by mail-ie0-f178.google.com with SMTP id aq17so4561447iec.37 for ; Fri, 26 Apr 2013 01:29:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=uKtVO1r0teE4jah8JuIfhLMYzLhwenU2GWfoIAVMayQ=; b=wKCeFEWZQNByCoe9vmfWb1IBVyP54jmSjrixgL/zjxYuxfzS6nO8eefXlbW6JFHedj DHJMRXSvaaaEYLq3dAW/Y+fdf0u5FfkyURI6l0nTusCoAzar01a02T7w/q+aEG3Mx0nq 2ugqkFLpnY1JqWCtZTHQRxtQUSxUurBcgGj34FY/KuAknCy8/bRnjA5HTW3FRjHOKaN8 FVcqZhKGWuqa2+3qAqUqlR1JuBDIYCa0SZgNyDC9ZG6GYk5k3s6WBnTipapKbzpTzHyc VQ+cPfiTJp/2Na+vNF2Cy49vuZTd0xU/uZrLC6WlLdqrNCIEPbZfMAep9uSTwEdMAW1k bG9A== X-Received: by 10.50.100.201 with SMTP id fa9mr1168789igb.28.1366964994549; Fri, 26 Apr 2013 01:29:54 -0700 (PDT) Original-Received: by 10.43.18.10 with HTTP; Fri, 26 Apr 2013 01:29:54 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::232 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:90357 Archived-At: 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? I went to the website of Kim F. Storm and `cua-base.el', but I still don't know. Can somebody give some background? -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/