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

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