home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20389 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.4 KB  |  41 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!walter!leis!art
  3. From: art@leis.base.bellcore.com (A. Zysk)
  4. Subject: Best C Programmer's Text Editor
  5. Message-ID: <1992Dec29.194832.14092@walter.bellcore.com>
  6. Sender: news@walter.bellcore.com
  7. Nntp-Posting-Host: leis.leis.bellcore.com
  8. Reply-To: art@leis.base.bellcore.com (A. Zysk)
  9. Organization: ZEI Software
  10. Date: Tue, 29 Dec 92 19:48:32 GMT
  11. Lines: 28
  12.  
  13. I am in search of a good text editor for C programming
  14. on the MAC Plus.
  15.  
  16. I have seen an old copy of an EMACS port which is the best I've
  17. seen so far but has the following shortcommings:
  18.  
  19. 1. Have to type full directory pathname to open files not
  20.    in the current directory.
  21.  
  22.    (All I want to do is open a file in ../include/tmp.h
  23.     or ../../include/tmp.h, etc.)
  24.  
  25. 2. Needs faster startup.
  26.  
  27.    Perhaps put unused code in resource until needed.
  28.    Any other ways to speed up time to start up editor?
  29.    Critical to improve edit, compile,link,test,cycles.
  30.  
  31. I like EMACS or any editor that allows multiple scrolling windows.
  32.  
  33. Are others out there yearning for the same things as me?
  34.  
  35. P.S. ( I am using Aztec C from Manx, happy with all except my
  36.        difficulty in coaxing Aztec's tools to work in a heirarchical
  37.        directory structure )  ( If switching to Think C is the answer,
  38.        has anybody ported a large Aztec C application to Think C ?
  39.        Or what would it take to maintain portability between the two ? )
  40.  
  41.