[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: keyboard problem
From: |
Daniel R. Anderson |
Subject: |
Re: keyboard problem |
Date: |
Thu, 20 Nov 2003 17:44:28 GMT |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
> Someone I know has got a problem to use
>
> C-SPC to activate marking.
>
> It does not seem to appear in the keymap.
Do you mean to say that when you pres C-h c C-SPC it says that
C-SPC isn't bound to the function to set the mark, or that it does not
visually appear to be highlighting the mark? Can you C-SPC and C-x
C-x to the other side of the mark? Try M-x transient-mark-mode . If
that fixes you can call it in your .emacs with something like:
(transient-mark-mode t) ;; i think
-Dan
- keyboard problem, Pieter Laeremans, 2003/11/20
- Re: keyboard problem,
Daniel R. Anderson <=