home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / emacs / 3547 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.3 KB  |  45 lines

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!gator!sawmill!mdbs!dan
  3. From: dan@mdbs.uucp (Daniel Lawrence)
  4. Subject: ndir.h
  5. Message-ID: <1992Nov13.154336.7705@mdbs.uucp>
  6. Followup-To: comp.emacs
  7. Summary: strange Xenix
  8. Keywords: uEMACS
  9. Sender: Daniel Lawrence
  10. Reply-To: dan@mdbs.UUCP (Daniel Lawrence)
  11. Organization: Micro Data Base Systems, Lafayette, Indiana
  12. References: <1992Nov13.153537.7544@mdbs.uucp>
  13. Date: Fri, 13 Nov 92 15:43:36 GMT
  14. Lines: 29
  15.  
  16. To the gentleman having problems with ndir.h when assembling MicroEMACS:
  17.  
  18.     1) I don't actually have a XENIX. This makes support difficult.
  19.     2) Xenix seems to come in many different versions and flavors,
  20.        again this complicates support.
  21.  
  22.     ndir.h is used for the directory lookup functions to do file
  23. name completion when reading files. Some Xenixs don't seem to have the
  24. standard header files for this. 
  25.  
  26.     If you can not find the public domain ndir package, make the
  27. following changes to unix.c:
  28.  
  29.     delete the include for sys/ndir.h
  30.  
  31.     remove the contents of getffile() and getnfile() and make the
  32. body of both be
  33.  
  34.     return(NULL);
  35.  
  36.     That should get you a running MicroEMACS without file name
  37. completion on the find-file, read-file and insert-file commands.
  38.  
  39.             Daniel Lawrence  voice: (317) 742-5153
  40.                       arpa:    mdbs!dan@ee.ecn.purdue.edu
  41.                 The Programmer's Room 
  42.                 Fido: 1:201/10 - (317) 742-5533
  43.  
  44.  
  45.