home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3497 < prev    next >
Encoding:
Text File  |  1992-07-26  |  1.3 KB  |  46 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!yuma!yuma.acns.colostate.edu!ryanr
  3. From: ryanr@lamar.lamar.ColoState.EDU (Richard Ryan)
  4. Subject: installing vm 4.41
  5. Sender: news@yuma.ACNS.ColoState.EDU (News Account)
  6. Message-ID: <RYANR.92Jul26030324@lamar.lamar.ColoState.EDU>
  7. Date: Sun, 26 Jul 1992 08:03:24 GMT
  8. Distribution: gnu
  9. Nntp-Posting-Host: lamar.acns.colostate.edu
  10. Organization: /m/a/ryanr/.organization
  11. Lines: 33
  12.  
  13. Hi,
  14.  
  15. I'm trying to install vm 4.41 with this makefile:
  16.  
  17. # beginning of makefile
  18. EMACS=emacs
  19.  
  20. VM:
  21.     $(EMACS) -batch -q -f batch-byte-compile vm.el
  22.     $(EMACS) -batch -q -l vm.elc -f batch-byte-compile vm-*.el
  23.  
  24. vm:    vm.texinfo
  25.     $(EMACS) -batch -q vm.texinfo -f texinfo-format-buffer -f save-buffer
  26.  
  27. all:    VM vm
  28. # end of makefile
  29.  
  30. The files are all in the directory vm to which I've added to exec-path list and the load path list like this:
  31. (nconc load-path '("/m/a/ryanr/vm"))
  32. (nconc exec-path '("/m/a/ryanr/vm"))
  33.  
  34. In emacs I loaded it up with "M-x load-file RET vm.elc" and start with
  35. "M-x vm RET"
  36.  
  37. Although the machine seems to go into vm and views the headers with an
  38. "h" command all right, the letter itself does not show up on the screen
  39. ecxcept for its header Could someone tell me what's going wrong and how
  40. to fix it?
  41.  
  42. Thanks,
  43. Richard.
  44. --
  45. ...
  46.