home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / text / tex / 10908 < prev    next >
Encoding:
Text File  |  1992-09-03  |  2.2 KB  |  55 lines

  1. Xref: sparky comp.text.tex:10908 gnu.emacs.help:3997
  2. Newsgroups: comp.text.tex,gnu.emacs.help
  3. Path: sparky!uunet!mcsun!Germany.EU.net!unidui!unidui!hm342st
  4. From: hm342st@unidui.uni-duisburg.de (Michael Staats)
  5. Subject: Re: After effects of using DEMACS
  6. References: <ARA.92Sep2235248@camelot.ai.mit.edu> <ARA.92Sep3040002@camelot.ai.mit.edu> <ARA.92Sep3210741@camelot.ai.mit.edu>
  7. Date:  4 Sep 92 09:15:27 GMT
  8. Distribution: comp
  9. Organization: Rechenzentrum Uni-Duisburg
  10. Message-ID: <hm342st.715598127@unidui>
  11. Lines: 42
  12.  
  13. In <ARA.92Sep3210741@camelot.ai.mit.edu> ara@zurich.ai.mit.edu (Allan Adler) writes:
  14.  
  15.  
  16.  
  17. >In an earlier message, I said I had the following problem:
  18. >(1) I use DVIVGA and have no difficulty using the arrow keys and page up,
  19. >    page down, home, end keys with it.
  20. >(2) I use DEMACS and then exit DEMACS
  21. >(3) I use DVIVGA and the arrow keys, home,end,pageup,pagedown don't work any 
  22. >    more.
  23.  
  24.  
  25. >One possibility is that DEMACS has some kind of Terminate and Stay REsident
  26. >feature, but I doubt that. So the other possibility that occurs to me
  27. >is:
  28. >(a) when DEMACS starts up, it somehow redefines the keyboard, using termcap
  29. >    information and stuff in some file in the directory TERM.
  30. >(b) when it exits, DEMACS does not clean up after itself and restore the
  31. >    original settings.
  32.  
  33. That sounds correct. At startup, demacs redefines the keyboard using
  34. ANSI conrol sequences. Usually this is cleaned up after exit. This
  35. is all done in ibmpc.el. Maybe your version is messed up for some
  36. reasons. First you should check that ibmpc is loaded at startup.
  37. In your _emacs you should have:
  38. (setq dos-machine-type 'ibmpc)
  39. and you should have "unqouted" the lines following 
  40. ;; IBMPC initialization
  41. ;;   function keys, cursor keys, meta key (by ALT)
  42.  
  43. If this is correct, delete ../term/ibmpc.elc and byte-compile ibmpc.el
  44. again.
  45. If this doesn't help, get a new ibmpc.el and byte-compile it.
  46. If this doesn't help, ask again (not me :-).
  47.  
  48. So long, Michael
  49.  
  50. -- 
  51. Michael Staats, Student of Theoretical Physics, Uni-GH Duisburg 
  52. Wenn dieser Artikel in Deutsch ist: Bitte entschuldigt meine Fehler.
  53. If this article is in english: Please excuse me for my mistakes. 
  54. if (written_in_C(&article)) mistake_msg_to("michael@hal6000.uni-duisburg.de");
  55.