help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CUA mode, turn off Shift+Curvor Move to Select


From: Lennart Borgman (gmail)
Subject: Re: CUA mode, turn off Shift+Curvor Move to Select
Date: Tue, 02 Sep 2008 18:12:00 +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

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/
> 
>
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]