LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Emacs's mark set key(ctrl+space) problem. (https://www.linuxquestions.org/questions/linux-software-2/emacss-mark-set-key-ctrl-space-problem-333856/)

ayiiq180 06-15-2005 09:47 AM

Emacs's mark set key(ctrl+space) problem.
 
My Emacs's mark set key(ctrl+space) conflict to my Input's shortcut key,I unset the C-SPC in emacs,that's cant mark set,but I can't use the input yet.
I does not want to change the input's shortcut key,so what can i do for this?
thx a lot!

foo_bar_foo 06-15-2005 10:45 AM

that would be something like
Code:

(define-key  global-map  "\C-xm"  'set-mark)
in your ~/.emacs
i just made it C-x m but of course make it what you want
\e is escape


All times are GMT -5. The time now is 09:35 AM.