home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3429 < prev    next >
Encoding:
Internet Message Format  |  1992-07-20  |  1.1 KB

  1. Xref: sparky gnu.emacs.help:3429 comp.os.mach:945
  2. Newsgroups: gnu.emacs.help,comp.os.mach
  3. Path: sparky!uunet!noc.near.net!nic.umass.edu!usenet
  4. From: S3679988@deimos.ucc.umass.edu (S3679988)
  5. Subject: emacs can't find its environment ?!
  6. Message-ID: <1992Jul21.071436.12123@nic.umass.edu>
  7. Sender: usenet@nic.umass.edu (USENET News System)
  8. Nntp-Posting-Host: deimos.ucc.umass.edu
  9. Organization: University of Massachusetts at Amherst
  10. Date: Tue, 21 Jul 1992 07:14:36 GMT
  11. X-News-Reader: VMS NEWS 1.20
  12. Lines: 16
  13.  
  14. Hi,
  15.  
  16.   I have been trying to build emacs on mach 2.5 running the BSD 2.3
  17. server for a few days now. What i have run into is that temacs,
  18. the emacs that builds the lisp code can't find its environment:
  19. (char *)getenv("TERM") is returning NULL. I wrote a small program
  20. to test this out, to see if it was the OS, and not emacs. The
  21. program worked flawlessly (i made sure to use the same calls, and
  22. calling syntax as emacs does in displaynew.c (i believe that that
  23. was the name of the code file). 
  24.  
  25. does anyone have any idea on how i might fix this? I tried hardcoding
  26. the terminal, but temacs still cant get its arguments to build the lisp
  27. files.
  28.  
  29. -- craig
  30.