From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.help Subject: Re: CUA mode, turn off Shift+Curvor Move to Select Date: Tue, 02 Sep 2008 18:12:00 +0200 Message-ID: <48BD65D0.1050508@gmail.com> References: <2d6948d6-f1d5-4b89-bd2a-cd8886e8f7a2@t1g2000pra.googlegroups.com> <51a05da4-537d-4ad5-a023-2c138b4e0969@a8g2000prf.googlegroups.com> <790b223e-2a0d-4407-a8a7-61eb0517afbc@r35g2000prm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1220372523 17802 80.91.229.12 (2 Sep 2008 16:22:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2008 16:22:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Xah Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 02 18:22:57 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KaYee-0004fe-8n for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2008 18:22:56 +0200 Original-Received: from localhost ([127.0.0.1]:53705 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaYdf-0001mW-4A for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2008 12:21:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaYUD-0004ki-Pq for help-gnu-emacs@gnu.org; Tue, 02 Sep 2008 12:12:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaYUC-0004kB-Rr for help-gnu-emacs@gnu.org; Tue, 02 Sep 2008 12:12:09 -0400 Original-Received: from [199.232.76.173] (port=46133 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaYUC-0004k4-Mw for help-gnu-emacs@gnu.org; Tue, 02 Sep 2008 12:12:08 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:56029) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KaYUC-0008Ht-CO for help-gnu-emacs@gnu.org; Tue, 02 Sep 2008 12:12:08 -0400 Original-Received: from c83-254-151-87.bredband.comhem.se ([83.254.151.87]:65411 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KaYU7-0003ih-6P; Tue, 02 Sep 2008 18:12:06 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <790b223e-2a0d-4407-a8a7-61eb0517afbc@r35g2000prm.googlegroups.com> X-Enigmail-Version: 0.95.7 X-Antivirus: avast! (VPS 080902-0, 2008-09-02), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.151.87 X-Scan-Result: No virus found in message 1KaYU7-0003ih-6P. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1KaYU7-0003ih-6P f3441fcb52840e8fb5bdf2b5353189eb X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57189 Archived-At: Xah wrote: > Xah wrote: «CUA mode, turn off Shift+Curvor Move to Select» > > Lennart Borgman wrote: « (put 'cua-scroll-up 'CUA 'move)» > > Damn. Why didn't u be explicit before? Sorry, I did not remember the name then and thought I gave you enough info. > Ok, so if i want to use that, how excatly do i change it? remove the > property? change it to some other value? I have never done it, but I guess changing it to something else will do, for example (put 'cua-scroll-up 'CUA nil) > am not familiar with lisp's function's properties. Will have to spend > a couple hours on this... but seems the solution i have works now. I > looked at cua-mode source code trying to find some comment or doc > about it but didn't see much... if you can give direct pointer, > that'll be great. Thanks. There is only symbol properties, not functions or variables dito. There is not much to learn (info "(elisp) Symbol Plists") > Xah > ∑ http://xahlee.org/ > > ☄ > >