home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / emacs / help / 3846 < prev    next >
Encoding:
Text File  |  1992-08-25  |  2.0 KB  |  49 lines

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!cronkite.Central.Sun.COM!texsun!digi!kgallagh
  2. From: kgallagh@digi.lonestar.org (Kevin Gallagher)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: control-@ in demacs
  5. Message-ID: <1992Aug26.012904.7109@digi.lonestar.org>
  6. Date: 26 Aug 92 01:29:04 GMT
  7. References: <ARA.92Aug19234622@camelot.ai.mit.edu> <1992Aug21.093335.1271@aiware.in-berlin.de> <ARA.92Aug21105337@camelot.ai.mit.edu>
  8. Distribution: gnu
  9. Organization: DSC Communications Corp, Plano, TX
  10. Lines: 37
  11.  
  12. In article <ARA.92Aug21105337@camelot.ai.mit.edu> ara@zurich.ai.mit.edu (Allan Adler) writes:
  13. >In article <1992Aug21.093335.1271@aiware.in-berlin.de> scm@aiware.in-berlin.de (Harald Schmidt) writes:
  14. >
  15. >   ara@zurich.ai.mit.edu (Allan Adler) writes:
  16. >
  17. >   >Respondents were unanimous in suggesting that if not control-@ then certainly
  18. >   >control-SPC would work. It doesn't.
  19. >
  20. >   I have got the same problem, but if I type \C-SPC twice, it works.
  21. >
  22. >   Hope this helps,
  23. >
  24. >
  25. >
  26. >I tried control-SPC, control-SPC SPC, control-SPC control-SPC
  27. >and other things. Nothing works.
  28.  
  29. I'll assume that you are using a standard 100% compatible IBM PC 386/486 clone
  30. with a standard keyboard, a standard MS-DOS, and the ansi.sys device driver
  31. that comes with that version of MS-DOS.
  32.  
  33. Look at your _emacs file and be sure that the following line exists and is NOT
  34. commented out (i.e., NOT preceded by one or more semi-colons):
  35.  
  36.         (setq dos-machine-type 'ibmpc)
  37.  
  38. The standard ansi.sys device driver does not distinguish between C-SPC and
  39. SPC.  The above line tells Demacs to enable code which recognizes C-SPC and
  40. SPC as different.  (I am not sure if it does anything else, but I do know that
  41. it is necessary for C-SPC to be interpreted as C-@ by Demacs.)
  42.  
  43. Hope this helps.
  44. -- 
  45. ----------------------------------------------------------------------------
  46. Kevin Gallagher        kgallagh@digi.lonestar.org OR ...!uunet!digi!kgallagh
  47. DSC Communications Corporation   Addr: MS 152, 1000 Coit Rd, Plano, TX 75075
  48. ----------------------------------------------------------------------------
  49.