From david.reitter@gmail.com Mon Aug 24 15:00:30 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 24 Aug 2009 22:00:30 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.9 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7OM0SWT005659 for ; Mon, 24 Aug 2009 15:00:30 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfhaW-0006gL-NX for bug-gnu-emacs@gnu.org; Mon, 24 Aug 2009 18:00:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfhaS-0006bg-7Y for bug-gnu-emacs@gnu.org; Mon, 24 Aug 2009 18:00:28 -0400 Received: from [199.232.76.173] (port=45290 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfhaS-0006bd-1f for bug-gnu-emacs@gnu.org; Mon, 24 Aug 2009 18:00:24 -0400 Received: from mail-qy0-f177.google.com ([209.85.221.177]:53841) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfhaR-0003EN-IS for bug-gnu-emacs@gnu.org; Mon, 24 Aug 2009 18:00:23 -0400 Received: by qyk7 with SMTP id 7so470797qyk.25 for ; Mon, 24 Aug 2009 15:00:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=Q5uNv01WsK4Ihi9eak58uKnp1c3EcW0FgzuuOdQBUp8=; b=W99AachumuLUmQHY5yuMEjisAgtZz5/YpAbGfzPwoTWxr9HtKp8vZMq9XBowsEB+2t c9l9Gu4CEZGPtddMuhvBHM99wX+5WqIKCEg9VdbG1dJkz5std1Ke9YEvhcjMDiPjLhpr l8Q2sIIXpJ2EpgL+u7kdrrrHesWOAb54Sp8v0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=JC9iOhDhlvJaagdB4aKCs7JuG8WZFEgdlHelRv+YyINzgMGUfyX4k9Kluly+umO6sg G7V1wiJI8OLCMS28mCToAg9MJA4IykAibZhJnGiYTRlMgssWxzYSApCxQT/bdOTP3QEv RenOzvPaxKLXPZePgy+kHqVsaJSK7iAt1tFQ4= Received: by 10.224.91.131 with SMTP id n3mr3289538qam.369.1251151222035; Mon, 24 Aug 2009 15:00:22 -0700 (PDT) Received: from scarlett.psy.cmu.edu (SCARLETT.PSY.CMU.EDU [128.2.249.106]) by mx.google.com with ESMTPS id 22sm1071077qyk.2.2009.08.24.15.00.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 Aug 2009 15:00:21 -0700 (PDT) From: David Reitter Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Subject: CUA + shift-select-mode; org-mode and CUA Date: Mon, 24 Aug 2009 18:00:18 -0400 Message-Id: <1AAA1025-B46C-4AE5-9C1B-9FDC6183262D@gmail.com> To: Bug-Gnu-Emacs Mime-Version: 1.0 (Apple Message framework v1074) X-Mailer: Apple Mail (2.1074) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) CUA mode and shift-select-mode don't seem to be aware of each other. If I turn on CUA first, and then shift-select-mode, shifted selection fails (e.g. shift-right marks only one character as region). Emacs -Q (cua-mode 1) (setq shift-select-mode t) Why would one want to do that? For example in order to get org-mode to work correctly with shifted selection and the appropriate org-mode customization variable. The fact that org-mode doesn't understand CUA's shifted selection is a bit sad, too. In GNU Emacs 23.1.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2009-08-20 on braeburn.aquamacs.org Windowing system distributor `Apple', version 10.3.1038 configured using `configure '--with-ns' '--without-x' 'CFLAGS=-arch i386 -arch ppc' 'LDFLAGS=-arch i386 -arch ppc'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: en_US.us-ascii value of $LC_CTYPE: en_US.us-ascii value of $LC_MESSAGES: en_US.us-ascii value of $LC_MONETARY: en_US.us-ascii value of $LC_NUMERIC: en_US.us-ascii value of $LC_TIME: en_US.us-ascii value of $LANG: de_DE.ISO8859-15 value of $XMODIFIERS: nil locale-coding-system: us-ascii-unix default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 13 15:33:36 2014 Received: (at 4249-done) by debbugs.gnu.org; 13 Feb 2014 20:33:36 +0000 Received: from localhost ([127.0.0.1]:51245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WE2yW-0002mv-D0 for submit@debbugs.gnu.org; Thu, 13 Feb 2014 15:33:36 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:46992 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WE2yU-0002ml-Ur for 4249-done@debbugs.gnu.org; Thu, 13 Feb 2014 15:33:35 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WE2yU-0006oV-JA; Thu, 13 Feb 2014 15:33:34 -0500 From: Glenn Morris To: 4249-done@debbugs.gnu.org Subject: Re: bug#4249: CUA + shift-select-mode; org-mode and CUA References: <1AAA1025-B46C-4AE5-9C1B-9FDC6183262D@gmail.com> X-Spook: munitions spies supercomputer CipherTAC-2000 Kennedy John X-Ran: B~JHg*,=0Yr$= X-Hue: magenta X-Attribution: GM Date: Thu, 13 Feb 2014 15:33:34 -0500 In-Reply-To: <1AAA1025-B46C-4AE5-9C1B-9FDC6183262D@gmail.com> (David Reitter's message of "Mon, 24 Aug 2009 18:00:18 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: 4249-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) Version: 24.4 David Reitter wrote: > CUA mode and shift-select-mode don't seem to be aware of each other. > > If I turn on CUA first, and then shift-select-mode, shifted selection > fails (e.g. shift-right marks only one character as region). > > Emacs -Q > (cua-mode 1) > (setq shift-select-mode t) This is fixed in current trunk. From unknown Mon Aug 18 14:22:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 14 Mar 2014 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator