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

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!unknown!jakobi
  3. From: jakobi@Informatik.TU-Muenchen.DE (Peter Jakobi)
  4. Subject: Re: InfoView
  5. References: <SIE.92Aug28140811@introitus.fulcrum.bt.co.uk> <1992Aug29.122350.26972@bernina.ethz.ch>
  6. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  7. Organization: Technische Universitaet Muenchen, Germany
  8. Date: Mon, 31 Aug 1992 12:57:36 GMT
  9. Message-ID: <jakobi.715265856@unknown>
  10. Lines: 63
  11.  
  12. wild@nessie.cs.id.ethz.ch (Markus Wild) writes:
  13.  
  14. >In article <SIE.92Aug28140811@introitus.fulcrum.bt.co.uk> sie@fulcrum.bt.co.uk (Simon Raybould) writes:
  15. >>Has anyone got InfoView distributed with gcc2.2.2 working ?
  16. >>I just get "Your terminal isn't clever enough" or something like that.
  17.  
  18. >And you did remove any TERMPATH variable from env: and envarc:? This is in 
  19. >the README as well...
  20.  
  21. Sorry to say:
  22.  
  23. That's insufficient, Markus!
  24. You have to path the Olaf Barthel's TERM program (at least I did so) since it
  25. refuses NOT TO SET the TERMPATH variable. To avoid trouble, TERM now sets its
  26. path in the environment variable 'OBARTHEL' :-))
  27.  
  28. (This is at least valid for version 2.2 of the communication program TERM)
  29.  
  30. >-Markus
  31.  
  32. A related question: 
  33.  
  34. You have implemented a UNIX to Amiga filename translator, so 
  35. setenv TERMPATH /USR/SHARE/MISC/TERMCAP works as wanted ...
  36.  
  37. But what about a amiga to unix translator for filenames:
  38.  
  39. Example: the SH port in gcc2.2.2
  40. let's type:
  41. #d:type s:Startup-sequence
  42.    returns file not found, where d: is an assign to a directory with a 'type' program 
  43. #/d/type s:Startup-sequence
  44.    works fine 
  45. #/d/type s:s* 
  46.    don't know it, but
  47. #/d/type /s/s*
  48.    makes a filename expansion, but provides the amiga-style 'type' command with 
  49.    the unix style matching filenames...
  50.  
  51.    needless to say that 'type /s/startup-sequence' is not quit the same as the
  52.    wanted 'type s:startup-sequence' ...
  53.  
  54. Is there any environment variable to fix this kind of behaviour FOR ALL IXEMUL-
  55. programs ?
  56. So it can be turned on and off at will, and gcc-compiled programs understand
  57. amiga pathes, too ?
  58.  
  59. thanx,
  60. Peter
  61.  
  62. BTW: where is the .profile, or whatever for SH, located ?
  63.  
  64.  
  65.  
  66. >-- 
  67. >Markus M. Wild    -  wild@nessie.cs.id.ethz.ch  |  wild@amiga.physik.unizh.ch 
  68. >Vital papers will demonstrate their vitality by spontaneously moving
  69. >from where you left them to where you can't find them.
  70.  
  71. This theorem holds for files on a harddisk, too.
  72.  
  73.  
  74.  
  75.