home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.emacs
- Path: sparky!uunet!gator!sawmill!mdbs!dan
- From: dan@mdbs.uucp (Daniel Lawrence)
- Subject: ndir.h
- Message-ID: <1992Nov13.154336.7705@mdbs.uucp>
- Followup-To: comp.emacs
- Summary: strange Xenix
- Keywords: uEMACS
- Sender: Daniel Lawrence
- Reply-To: dan@mdbs.UUCP (Daniel Lawrence)
- Organization: Micro Data Base Systems, Lafayette, Indiana
- References: <1992Nov13.153537.7544@mdbs.uucp>
- Date: Fri, 13 Nov 92 15:43:36 GMT
- Lines: 29
-
- To the gentleman having problems with ndir.h when assembling MicroEMACS:
-
- 1) I don't actually have a XENIX. This makes support difficult.
- 2) Xenix seems to come in many different versions and flavors,
- again this complicates support.
-
- ndir.h is used for the directory lookup functions to do file
- name completion when reading files. Some Xenixs don't seem to have the
- standard header files for this.
-
- If you can not find the public domain ndir package, make the
- following changes to unix.c:
-
- delete the include for sys/ndir.h
-
- remove the contents of getffile() and getnfile() and make the
- body of both be
-
- return(NULL);
-
- That should get you a running MicroEMACS without file name
- completion on the find-file, read-file and insert-file commands.
-
- Daniel Lawrence voice: (317) 742-5153
- arpa: mdbs!dan@ee.ecn.purdue.edu
- The Programmer's Room
- Fido: 1:201/10 - (317) 742-5533
-
-
-