From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?6YOt5pmT5bOw?= Newsgroups: gmane.emacs.help Subject: How to enable cua selection in xterm Date: Sun, 15 Jan 2012 16:02:16 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1326672149 12326 80.91.229.12 (16 Jan 2012 00:02:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 16 Jan 2012 00:02:29 +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 Jan 16 01:02:25 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rma1p-0003BQ-NI for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Jan 2012 01:02:25 +0100 Original-Received: from localhost ([::1]:34993 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rma1p-0003un-1R for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Jan 2012 19:02:25 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rma1j-0003ug-U7 for help-gnu-emacs@gnu.org; Sun, 15 Jan 2012 19:02:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rma1i-0003Wb-Qw for help-gnu-emacs@gnu.org; Sun, 15 Jan 2012 19:02:19 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:36057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rma1i-0003WW-Mx for help-gnu-emacs@gnu.org; Sun, 15 Jan 2012 19:02:18 -0500 Original-Received: by iadj38 with SMTP id j38so175634iad.0 for ; Sun, 15 Jan 2012 16:02:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=afTtC78UDyUGDGsEx8iGRqeM4cp34660TtUY8xN9PjU=; b=v4kKTx00JgjnJW1ONcbV1kgyWO/x1Xx7FXDo46W2MUxPRmk8N8UedwrUxipvdC6n8L urGkJsr/lOAIDisvHtTWLlF9oH/Fy4Q8q0lwr8yuHcIPQouPJe6fxUNgCKEP51j4E9+o 0Dkm1sJvGuOSMYMfuZKU15RisvTynfa4eJtZY= Original-Received: by 10.42.19.69 with SMTP id a5mr6301278icb.35.1326672137473; Sun, 15 Jan 2012 16:02:17 -0800 (PST) Original-Received: by 10.42.239.70 with HTTP; Sun, 15 Jan 2012 16:02:16 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 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:83515 Archived-At: Hi there, I enable cua-mode. It works in X-window, but failed in no-window mode with x-term. I've enabled S-down/S-up by using xterm-extras.el, and my emacs version is 24.0.92. Any ideas on this? Thanks! Best Regards, Xiaofeng