home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / emacs / 3041 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  3.0 KB

  1. Path: sparky!uunet!sun-barr!olivea!sgigate!sgiblab!svcs1!slix
  2. From: slix@svcs1.UUCP (Bill Miller)
  3. Newsgroups: comp.emacs
  4. Subject: switching over from DOS Demacs to Emacs under 386BSD Unix
  5. Keywords: Demacs,Emacs,files
  6. Message-ID: <705@svcs1.UUCP>
  7. Date: 5 Sep 92 22:24:27 GMT
  8. Organization: Silicon Valley Computer Society, Sunnyvale, CA
  9. Lines: 49
  10.  
  11. Hi.
  12.  
  13. I've recently switched over from using DOS Demacs to GNU Emacs with
  14. 386bsd unix.
  15.  
  16. I was able to get the binary for it from someone at a local user group,
  17. but since I had no support files, or documentation, I decided to get
  18. all that stuff from the Demacs I already had - files like emacs.1, emacs.2,
  19. the macros, etc.  I am having some trouble installing this.
  20.  
  21. First of all, I put the "emacs.[1-13]" and "info" and "doc" files into
  22. /usr/local/emacs/info, but the system still wants and can't find files like
  23. DOC-18.58.[1-13] in /usr/local/emacs/etc.  From doing some experimentation
  24. (I actually had the emacs.[1-13] files renamed to DOC-18.58.[1-13] in the
  25. /usr/local/emacs/etc directory, but info wouldn't work.  It sounds like
  26. I need two copies of the same thing in both directories.  If this is true,
  27. I don't see a need to duplicate 13 or so files in two directories.  The
  28. Demacs didn't have to do this.  Unfortunately, DOS doesn't have linked
  29. files, so perhaps I should create links for all these files, right?
  30.  
  31. Secondly, after moving them over from the DOS Demacs port, I had to
  32. strip out the excess line feeds in the files.  When I did this, the
  33. offsets changed: i.e., the numbers or tags to tell Emacs where to look
  34. in the doc files to find info for commands with describe-key-briefly are
  35. all screwed up.  As a result, describe-key-briefly will display wrong
  36. text for the command or key that the help is requsted for.
  37.  
  38. Third, it appears I'm missing some macros.  I'm using the "GNU Emacs
  39. Manual for version 18, March 1987" as a guide for both Emacs and Demacs and
  40. many of the commands don't seem to work.  For example, when I do things like
  41. mark-rectangle, it says "can't load file rect."  Other "fun" stuff
  42. documented in the manual, such as M-x dissociate, M-x sort, etc., just
  43. won't run.  Apparently these are all macros (because it can't load the
  44. respective file) and Demacs (which wouldn't do these things either) just
  45. didn't provide these macros.  If these are still provided, where can I
  46. get them?
  47.  
  48. Next, I'm having a lot of trouble with ibmpc.el in Demacs, which is used
  49. to set up IBM-PC specific keys, such as arrow, cursor position and function
  50. keys.  These work OK in Demacs but I can't get them to work at all in the
  51. Unix version.  On the command line, for instance, up-arrow emits "^[[A",so
  52. I figured I needed to send that keystroke sequence but that doesn't work.
  53. In fact, it seems I'm just duplicating what emacs already does under 386bsd,
  54. since stuff like up-arrow moves the cursor about 1 paragraph up and inserts
  55. an A which clearly isn't what I wish.  What I would like is to make the
  56. arrow keys do what's expected.
  57.  
  58. Answers greatly appreciated.  Thank you for your time.
  59. :w
  60.