From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dipak Chaudhari Newsgroups: gmane.emacs.help Subject: CUA binding C-x not working in evil Insert mode Date: Mon, 1 Sep 2014 10:11:37 +0530 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1409550584 11510 80.91.229.3 (1 Sep 2014 05:49:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2014 05:49:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 01 07:49:38 2014 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 1XOKUi-0005ip-FA for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2014 07:49:36 +0200 Original-Received: from localhost ([::1]:52130 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOKUh-0006ub-U3 for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2014 01:49:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOJR0-0007H4-Rd for help-gnu-emacs@gnu.org; Mon, 01 Sep 2014 00:41:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOJQz-0005R2-1w for help-gnu-emacs@gnu.org; Mon, 01 Sep 2014 00:41:42 -0400 Original-Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:47948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOJQy-0005Pp-MC for help-gnu-emacs@gnu.org; Mon, 01 Sep 2014 00:41:40 -0400 Original-Received: by mail-la0-f45.google.com with SMTP id pn19so5420921lab.18 for ; Sun, 31 Aug 2014 21:41:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=QN6TgzJ7kalKfzQUDJ+6KK+6dD0K5A+xR/FIKXoGjMQ=; b=of+JVxMMS3aPIavByE0oJS6hL1ZvM2FMGncd9oymxnOvUC1rB6iDTpHd2w5291qghm ZU/fs1HLhppQsy97hTx4G6D2bnDaHs0I80wJaBwv32iHaAu2isxH053MccWtc4GKhpR6 KcZ4F5B40wDCuQj6LLgSl/dhk8VEAjp5MjRJxCk6coySlry8F5P1n7cAR1fEGKQn1KB+ zRZn24HGYPLmZiSXSV2RXMJY6tshwi6/I8D4r+9Ru8hslTjQ4IyMC3vJaew+pMpwI1Sc QKoIYTShcsjykYWGovdauj6FIwXlGWEIbl9oLtqzh9C7wBMtynanBQ3uOpUfaVtojPb4 7bJQ== X-Received: by 10.152.7.145 with SMTP id j17mr971755laa.77.1409546498048; Sun, 31 Aug 2014 21:41:38 -0700 (PDT) Original-Received: by 10.152.112.162 with HTTP; Sun, 31 Aug 2014 21:41:37 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d X-Mailman-Approved-At: Mon, 01 Sep 2014 01:49:25 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:99549 Archived-At: Hi, I am a new emacs user. I am facing the following problem. In the evil Insert mode, the CUA bindings C-c and C-v works as expected (copy and paste). However, C-x (cut ) does not work. Is there any setting to make this work? I have following lines in my .emacs file (require 'evil) (evil-mode 1) (cua-mode 1) I tried setting the custom variable "org-replace-disputed-keys" to "t", but this does not help. Thanks, Dipak