home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / apps / 9339 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.8 KB  |  46 lines

  1. Newsgroups: comp.os.os2.apps
  2. Path: sparky!uunet!enterpoop.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!apoulsen
  3. From: apoulsen@athena.mit.edu (Andy Poulsen)
  4. Subject: Re: GNU Emacs question
  5. In-Reply-To: dic5340@hertz.njit.edu's message of 14 Dec 92 22:23:05 GMT
  6. Message-ID: <APOULSEN.92Dec14215254@vongole.mit.edu>
  7. Sender: news@athena.mit.edu (News system)
  8. Nntp-Posting-Host: vongole.mit.edu
  9. Organization: Massachusetts Institute of Technology
  10. References: <78279@hydra.gatech.EDU> <1992Dec14.222305.13605@njitgw.njit.edu>
  11. Date: Tue, 15 Dec 1992 02:53:02 GMT
  12. Lines: 32
  13.  
  14. >>>>> On 14 Dec 92 22:23:05 GMT, dic5340@hertz.njit.edu (David Charlap) said:
  15.  
  16. > Nntp-Posting-Host: hertz.njit.edu
  17.  
  18. > In article <78279@hydra.gatech.EDU> gt0554c@prism.gatech.EDU (MCCONNELL) writes:
  19. >>
  20. >>I installed GNU Emacs on my OS/2 machine and have a problem. C-@ or
  21. >>C-SPC does not set the mark. I had this same problem under DOS with a
  22. >>different version of GNU Emacs (djp). I have a Dell computer. Is there
  23. >>something I need to do so emacs recognizes my keyboard properly?
  24.  
  25. > Nope.  C-@ is being used internally by the program for some reason.
  26. > As for C-SPC, I don't know.  To set the mark with this port of emacs,
  27. > either use M-SPC or F12.
  28.  
  29. well, not quite true.  i've got the following pair of lines in my .emacs
  30. file that make everything work just fine...  give it a shot and see!
  31. (i dunno about ctrl-space, though....  )
  32.  
  33.  
  34. ; enable ctrl-2 to be set-mark-command           
  35. (define-key ext-map "\003" 'set-mark-command)    
  36.  
  37. enjoy!!!
  38.  
  39. andy
  40.  
  41. --
  42. andy poulsen                *  apoulsen@athena.mit.edu, andy@huey.jpl.nasa.gov 
  43. MIT mechanical engineering  *  ***********************************************
  44. jpl technical staff         *           "we engineers have a saying:    
  45. (617) 227-7655              *        we may be dumb, but we're slow..."
  46.