This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Suddenly set mark stopped working


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@werple.net.au

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]