home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12916 < prev    next >
Encoding:
Text File  |  1992-08-31  |  2.6 KB  |  65 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!darwin.sura.net!wupost!gumby!yale!yale.edu!ira.uka.de!chx400!bernina!wild
  3. From: wild@nessie.cs.id.ethz.ch (Markus Wild)
  4. Subject: Re: InfoView
  5. Message-ID: <1992Aug31.153754.2986@bernina.ethz.ch>
  6. Sender: news@bernina.ethz.ch (USENET News System)
  7. Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
  8. References: <SIE.92Aug28140811@introitus.fulcrum.bt.co.uk> <1992Aug29.122350.26972@bernina.ethz.ch> <jakobi.715265856@unknown>
  9. Date: Mon, 31 Aug 1992 15:37:54 GMT
  10. Lines: 53
  11.  
  12. In article <jakobi.715265856@unknown> jakobi@Informatik.TU-Muenchen.DE (Peter Jakobi) writes:
  13. >>And you did remove any TERMPATH variable from env: and envarc:? This is in 
  14. >>the README as well...
  15. >
  16. >Sorry to say:
  17. >
  18. >That's insufficient, Markus!
  19. >You have to path the Olaf Barthel's TERM program (at least I did so) since it
  20. >refuses NOT TO SET the TERMPATH variable. To avoid trouble, TERM now sets its
  21. >path in the environment variable 'OBARTHEL' :-))
  22.  
  23. GRIN... I know Term is rather rude in installing itself in envarc:, but I
  24. thought that newer versions have a an alternative (isn't there a TERM: assign?)
  25. $OBARTHEL looks nice ;-))
  26.  
  27. >You have implemented a UNIX to Amiga filename translator, so 
  28. >setenv TERMPATH /USR/SHARE/MISC/TERMCAP works as wanted ...
  29.  
  30. as wanted? How's want this path in uppercase? shudder.. ;-)))
  31.  
  32. >Example: the SH port in gcc2.2.2
  33. >let's type:
  34. >#d:type s:Startup-sequence
  35. >   returns file not found, where d: is an assign to a directory with a 'type' program 
  36. >
  37. >   needless to say that 'type /s/startup-sequence' is not quit the same as the
  38. >   wanted 'type s:startup-sequence' ...
  39.  
  40. What's the difference then?
  41.  
  42. Nah, the problem with ksh was, that I wanted it to be as compatible as 
  43. possible with the Unix thing, so I could run various configure scripts 
  44. written for /bin/sh under AmigaDOS. With that goal, it was not acceptable to
  45. give the colon the special meaning it has in amigados, the colon is needed
  46. as a path-separator.
  47.  
  48. >Is there any environment variable to fix this kind of behaviour FOR ALL IXEMUL-
  49. >programs ?
  50. >So it can be turned on and off at will, and gcc-compiled programs understand
  51. >amiga pathes, too ?
  52.  
  53. Hmm.. you're not talking about the various options to ixconfig that fine-tune
  54. this parsing, do you?
  55.  
  56. >BTW: where is the .profile, or whatever for SH, located ?
  57.  
  58. The default is in RAM:, if you set a $HOME variable, it's there.
  59.  
  60. -Markus
  61. -- 
  62. Markus M. Wild    -  wild@nessie.cs.id.ethz.ch  |  wild@amiga.physik.unizh.ch 
  63. Vital papers will demonstrate their vitality by spontaneously moving
  64. from where you left them to where you can't find them.
  65.