Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <379A977A.AD560A95@werple.net.au> Date: Sun, 25 Jul 1999 14:50:02 +1000 From: Tim Davidson X-Mailer: Mozilla 4.6 [en-gb] (Win95; I) X-Accept-Language: en-GB,en,en-* MIME-Version: 1.0 To: cygwin Subject: Re: Suddenly set mark stopped working References: <379A10E7 DOT 876BD75C AT 1-2-3-click DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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