Mail Archives: cygwin/1999/07/25/00:48:52
Hi,
First, find out whether emacs is actually receiving the key combination
CTRL SPACE. Type, CTRL h c CTRL SPACE. This should tell you what
C-SPC is bound to.
If it is not bound to anything, or bound to something other than
set-mark-command, add the following to your .emacs:
(global-set-key [C-SPC] 'set-mark-command)
Tim
Johannes Heyer wrote:
>
> Hi,
>
> I just formatted my harddisc - not by accident :-) - and installed all
> the software I need again. Emacs worked fine before but now I cannot set
> mark by pressing CTRL+space. Does anyone know why? The only new programs
> I installed are the drivers/applications for my new soundcard. I use
> Emacs 20.3.1 with Win 95b.
>
> Johannes
--
Tim Davidson
timd AT werple DOT net DOT au
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -