home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / digest / 446 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  44.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!SUMEX-AIM.STANFORD.EDU!info-mac-request
  2. From: info-mac-request@SUMEX-AIM.STANFORD.EDU (The Moderators)
  3. Newsgroups: comp.sys.mac.digest
  4. Subject: Info-Mac Digest V10 #308
  5. Message-ID: <9212300246.AA00797@SUMEX-AIM.Stanford.EDU>
  6. Date: 30 Dec 92 02:46:05 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Reply-To: Info-Mac@sumex-aim.stanford.edu
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 1110
  12. Approved: info-mac@sumex-aim.stanford.edu
  13.  
  14.  
  15. Info-Mac Digest             Tue, 29 Dec 92       Volume 10 : Issue 308
  16.  
  17. Today's Topics:
  18.  
  19.       [*] Mac Ghostscript
  20.       (A) HP4M problems with TrueType fonts? - NOT
  21.       (Q)MacX info needed
  22.       A kinder and gender-ler info-mac
  23.       BBEdit Problem
  24.       Bell Curving Marks (cont.)
  25.       disappearing startup screen
  26.       European complaints!
  27.       Excel 4.0 page #s (bug) . . . NOT!
  28.       Excel 4.0 page #'s (bug) . . . NOT! (R)
  29.       Foriegn File Access Crash
  30.       FTP video output for mac report
  31.       FTP video output for mac report (part 2)
  32.       HP4M printer and TT fonts (R)
  33.       HP 4M printing problems with truetype fonts (A)
  34.       HP LaserJet 4M and TrueType (C)
  35.       Info-Mac Digest V10 #307 (2 msgs)
  36.       Linguistics font
  37.       MacOS/Disk Problem
  38.       no GET INFO on trash (R)
  39.       Partition Performance Addendum
  40.       Powerbook Hard Drive made by IBM? (2 msgs)
  41.       Practical Peripherals -- fax modems from hell
  42.       RE BBEdit Problem
  43.       recovering AD files (summary)
  44.       Should I replace my LC "Classic" with a LC "III"?
  45.       Software co v. Europeans
  46.       VT320 emulators
  47.       Word Finder, Word 4.0D, and System 7.1
  48.  
  49. The Info-Mac newsgroup is moderated by Bill Lipa.
  50.  
  51. The Info-Mac archives are available (by using FTP, account anonymous,
  52. any password) in the info-mac directory on sumex-aim.stanford.edu
  53. [36.44.0.6].  Help files and indices are in /info-mac/help.
  54.  
  55. Please send articles and binaries to info-mac@sumex-aim.stanford.edu.
  56. Send administrative mail to info-mac-request@sumex-aim.stanford.edu.
  57. ----------------------------------------------------------------------
  58.  
  59. Date: Tue, 29 Dec 92 17:11:21 -0800
  60. From: mwfong@NISC.SRI.COM (Martin Fong)
  61. Subject: [*] Mac Ghostscript
  62.  
  63. 29 December 1992
  64.  
  65.  
  66. Subject: Macintosh Ghostscript
  67.  
  68. >  Your name was mentioned in the Ghostscript README file as being the
  69. >  contact for information about the Macintosh port of Ghostscript.
  70. >  I'm very interested in getting this software.  Can you give me some
  71. >  more information?
  72.  
  73. Overview
  74.  -------
  75. Although the implemention presupposes the existence of 32-bit Color
  76. QuickDraw (it doesn't make Gestalt calls), it *isn't* System 7, or
  77. even MultiFinder, savvy.  Thus, if you're running System 7 and want to
  78. "suspend" MacGS, you'll have to select "Hide Ghostscript 2.2.x" from
  79. the menu bar's application list menu.
  80.  
  81. Unlike its predecessors, this version does not presuppose a 68020 or
  82. better processor, nor does it presuppose the existence of a 68881 FPU.
  83. (Because the previous versions were made on a Mac IIci, the associated
  84. projects were built with this hardware configuration in mind.)
  85.  
  86. Finally, I've converted this project to THINK C 5.0.x (currently
  87. 5.0.4) because I was tired of turning off 32-bit addressing to run
  88. THINK C 4.0.5.  This also eliminates a few header hacks need to coerce
  89. THINK C 4.0.x into accepting ANSI C keywords.
  90.  
  91.  
  92. Mac-Specific Features
  93.  ----------- --------
  94. Based upon Tony Cooper's Macintosh device driver, I've made a mod that
  95. allows MacGS to save your PostScript output as a PICT file.  Once the
  96. image is rendered, select PostScript output window and then select
  97. Save... from the MacGS menu.  The output is saved as a file with the
  98. name, "Picture<nn>", where <nn> is generated to avoid overwriting
  99. existing files.
  100.  
  101. You should be able to Cut and Copy the image to the clipboard.
  102.  
  103. The arrow keys will scroll the graphics window.  On an extended
  104. keyboard, the Page Up/Down and Home/End keys will scroll the image
  105. appropriately; the addition of the Option key specifies the horizontal
  106. scrollbar.
  107.  
  108.  
  109. Untested Features (Caveat emptor!)
  110.  ------- -------- ------- --------
  111. Although I've implemented printing, I don't have a printer.  Thus, as
  112. Donald Knuth says, "Although I've proven the code correct, I haven't
  113. tested it."
  114.  
  115.  
  116. Resource Hacking
  117.  ------- -------
  118. I've created a 'pref' resource (the associated TMPL resource is
  119. included) that defines the size of the graphics output window and
  120. whether you want MacGS to bring up a CLI interface.  If you want MacGS
  121. to use something other than your screen's maximum size, select the
  122. "Use resource" flag and change the resource's width and height fields.
  123.  
  124. If MacGS requires more memory than you have available, you can
  125. consider changing MacGS' 'size' resource (-- caveat emptor!).
  126.  
  127. You may change MacGS' default paths by modifying the first string in
  128. the STR# 128 resource.
  129.  
  130.  
  131. Distribution Caveats
  132.  ----------- -------
  133. Even though I've not yet included the caveat in most of the source
  134. code that I've generated, the distribution of the source code is
  135. controlled by the Ghostscript General License.
  136.  
  137.  
  138. Futures
  139.  ------
  140. There are other folks who are porting newer versions of Ghostscript
  141. to the Macintosh (-- I got busy a while back, and so I never pursued
  142. my port of version 2.4.)  If possible, I'll pass these mods on.  Who
  143. knows,  maybe someone will be adventurous and create a PostScript-to-
  144. EPS driver.  :-)
  145.  
  146.      Martin Fong                        mwfong@nisc.sri.com
  147.      Senior Software Engineer           (415) 859-4251
  148.      SRI International, EJ209
  149.      333 Ravenswood Avenue
  150.      Menlo Park, CA    94025
  151.  
  152. ************************************************************************
  153.  
  154. MacGS_2.2.x_Dev.cpt
  155.  ------------------
  156. This Compactor Pro archive contains the source code need to build
  157. version 2.2.x of Macintosh Ghostscript that runs on a Macintosh with
  158. lots of memory.  Because it does *not* contain the Ghostscript fonts,
  159. you must copy these from the MacGS_2.2.x_Runtime.cpt archive.  Place
  160. folder named "fonts" in the folder named "gs22" (located in
  161. "Ghostscript 2.2.x f").  This placement is crucial because
  162. Ghostscript's search path has been hard-coded relative to the location
  163. of "Ghostscript 2.2.x" or gs22.pi.
  164.  
  165.  
  166. MacGS_2.2.x_Runtime.#1
  167. MacGS_2.2.x_Runtime.#2
  168.  ---------------------
  169. This segmented Compactor Pro archive contains the runtime environment
  170. needed to run MacGS, including Ghostscript's fonts and system files.
  171. To test MacGS, type "(golfer.ps) run" and RETURN after the "GS> "
  172. prompt.  You should also be able select golfer.ps (located in the
  173. subdirectory gs22:(tests):) via the MacGS' Open File... menu item.
  174.  
  175.  
  176. README.txt
  177.  ---------
  178. This file.
  179.  
  180.  
  181. macGS.mail
  182.  ---------
  183. A text file contain various mail messages pertaining to MacGS.
  184.  
  185.  
  186. Compact_Pro_1.33.sea
  187.  -------------------
  188. Compactor Pro 1.33 installation package.
  189.  
  190.  
  191. [Archived as /info-mac/util/mac-ghostscript-dev.hqx; 867K
  192.          /info-mac/util/mac-ghostscript-runtime-1.hqx; 1962K
  193.          /info-mac/util/mac-ghostscript-runtime-2.hqx; 662K]
  194.  
  195. ------------------------------
  196.  
  197. Date: Tue, 29 Dec 1992 08:56:52 -0800
  198. From: sms@dou.ou.dk (Sven M. Sorensen)
  199. Subject: (A) HP4M problems with TrueType fonts? - NOT
  200.  
  201. In Info-Mac Digest V10 #307 MCOHEN@vax.clarku.edu asked:
  202.  
  203. >So my question is to those with the 4M, and is if they
  204. >are printing truetype fonts.
  205. >If so (or if not), what, if any difficulties are there?
  206.  
  207. I have been testing a 4M for a week from several Macs and PCs
  208. with DOS 5.0 and Windows 3.1 - without any problems. TrueType
  209. works well from both Mac System 7 and Windows 3.1.
  210. However, you must use the HP supplied 4M LaserWriter driver
  211. in the chooser; TrueType does not work with the standard Apple
  212. LaserWriter driver.
  213.  
  214. The 4M is a nice printer, especially in a mixed PC and Mac milieu.
  215. We hooked it on our ethernet with two interfaces at the same
  216. time - a Dayna EtherPrint to the appleTalk I/O board and a
  217. Datacom Series 8000 (IPX) to the Centronics parallel port.
  218. One of the tests involved simultaneous printing in HPs PCL5
  219. >From WordPerfect 5.1 under DOS 5 via a Novell print server,
  220. >From Windows 3.1 in PostScript with TrueType fonts via the same
  221. server, and from a Mac on ethernet with mixed PostScript and
  222. TrueType fonts - and everything worked flawlessly.
  223. And in 600 dpi with resolution enhancement!
  224.  
  225. We cancelled our order for an Apple LaserWriter IIg and kept
  226. the 4M instead. It was cheaper, too.
  227.  
  228. /Sven   sms@dou.ou.dk
  229.  
  230. Sven Meiborg Sorensen
  231. Odense University
  232. Denmark
  233.  
  234. ------------------------------
  235.  
  236. Date: Mon, 28 Dec 92 23:07:28 CST
  237. From: chan@image1.space.swri.edu (Chan x5140 )
  238. Subject: (Q)MacX info needed
  239.  
  240. Hello netters,
  241.  
  242. We have 2 Sparcs and 2 HP700's among 6 people, so we would like to get
  243. a couple of X-terminals for the two unfortunate souls.
  244. We are in the process of evaluating many different options, and one of
  245. them is to get two Macs with MacX software. The question for you networking
  246. gurus is what is the minimum (pricewise) system required to run MacX at a
  247. reasonable speed? We will be using X-terminals for CCD image processing,
  248. so the screen redraw should be fast enough (no slower than SparcIPC).
  249.  
  250. Thanks in advance.
  251.  
  252. - Chan Na -
  253.  
  254. chan@image1.space.swri.edu
  255.  
  256. ------------------------------
  257.  
  258. Date: Tue, 29 Dec 92 09:18:17 -0500
  259. From: "Steve Marsh"  <marsh2@nrlfs1.nrl.navy.mil>
  260. Subject: A kinder and gender-ler info-mac
  261.  
  262. In info-mac v10-307, Charles C. Schneider wrote:
  263.  
  264. >Michel Eytan mentioned some frustration with the $$ treatment that
  265. >Europeans (or people with European addresses) receive from
  266. >folks at places like pegasus (CONNECT magazine).
  267.  
  268. >While some people might be impressed with her frustration over a
  269. >matter of $20.00 or so, the problem is really very serious and
  270. >worth some attention.
  271.  
  272. "Her" frustration? As I recall from French 101, "Michel" is a man's name.
  273. Hope ***Mr.*** Eytan wasn't offended! Actually, I do sympathize. I have a
  274. cat named Charlemagne, and its an ongoing effort reminding people that
  275. HE's a BOY cat!
  276.  
  277. -- Just a bit of fluff for the slow holiday season :-)
  278.  
  279.  
  280. - Steve Marsh  "marsh@anvil.nrl.navy.mil"   ;-)
  281.  
  282. ------------------------------
  283.  
  284. Date: Tue, 29 Dec 1992 08:41:27 -0600 (CST)
  285. From: Ron Schmiege <schmiege@tenet.edu>
  286. Subject: BBEdit Problem
  287.  
  288. On Mon, 28 Dec 1992, Ken B. Kirdsey said:
  289.  
  290. > I was wondering if any other SE/30 users out there had any problem getting
  291. > BBEdit to run on their machine.
  292.  
  293. Ken, I run BBEdit with no problems on an SE/30 with 5 Meg. of RAM. Maybe
  294. you should try reinstalling BBEdit. You may also want to run some diagnostics
  295. on your hard disk to be sure all is well. In particular, check for bad
  296. blocks.
  297.  
  298. Ron S.
  299.  
  300. ------------------------------
  301.  
  302. Date: Tue, 29 Dec 92 13:24:24 EST
  303. From: leo@ramsey.cs.laurentian.ca (Prof. L.G. Leduc)
  304. Subject: Bell Curving Marks (cont.)
  305.  
  306. Hello netters,
  307.  
  308. I've received only one reply to my question on how to bell curve
  309. student marks. The person recommended JMP 2.0. Unfortunately, I don't
  310. have this program and the demo version is very difficult to work with.
  311. So, does anyone else have suggestions to offer?  I would appreciate
  312. any help whatsoever.
  313.  
  314. Please reply directly to me.
  315.  
  316. Thanks a lot.
  317.  
  318. Leo G. Leduc
  319. leo@ramsey.cs.laurentian.ca
  320.  
  321. ------------------------------
  322.  
  323. Date: Tue, 29 Dec 92 18:50:04 -0500
  324. From: frost@csc.albany.edu (Frost)
  325. Subject: disappearing startup screen
  326.  
  327. I just tuned up my internal hard drive (SpeedDisk) and cleaned out
  328. some of the accumulated drek. Oddly, now when I reboot, the Startup
  329. Screen appears, then diappears as the icons for the extensions and
  330. control panels commence marching across the screen. From the timing
  331. it seems to be at the moment the system begins looking in the exten-
  332. sions folder. The unit is a IIsi with 17 megs RAM, sys 7.0 tuned,
  333. and a mess of extensions and control panels. I had a similar problem
  334. once under system 6.X, but I can't recall what I did to fix it. Advice?
  335. Thanks in advance.
  336.  
  337. Bob Frost, History, SUNY-Albany.
  338.  
  339. ------------------------------
  340.  
  341. Date: Tue, 29 Dec 1992 17:02:18 UTC+0200
  342. From: Rafael Collantes <rafael@iit.upco.es>
  343. Subject: European complaints!
  344.  
  345. Hola a todos.
  346. Regarding the message posted by Mr. Charles C Schneider regarding
  347. european software prices and support policies, here is the situation
  348. with Microsoft and their policy towards Macintosh software.
  349. A few years ago, the University for which I work decided to legalize
  350. the situation with the software and bought licences for Word 4.0 (at
  351. FOUR times the price in USA).
  352. Now, after Word 5.1 is in the market, we have tried to upgrade to
  353. V 5.1, and that has not been possible. They have not translated the version!
  354. The latest Spanish Word is 4.0. At most, they offer a Spanish Dictionary
  355. for the 5.1 version.
  356. At the same time, Windows Products are translated to Spanish in no time,
  357. and sold at prices much lower than the Macintosh versions.(for some
  358. products cheaper than in USA).
  359. So what?
  360. Microsoft lost a lot of the compilers Market when other company (Borland)
  361. started offering better products at lower prices.
  362. Here, we are probably going to buy the new WorPerfect for the Mac,
  363. which has been translated to Spanish, and will avoid buying Microsoft
  364. products as much as possible.
  365.  
  366. That's all.
  367.  
  368. Rafael Collantes
  369. rafael@iit.upco.es
  370.  
  371. P.S. Of course, I have no relation with any of the companies mentioned here.
  372.  
  373.  
  374.  
  375. ------------------------------
  376.  
  377. Date: Tue, 29 Dec 1992 11:42:19 PST
  378. From: Ned_Reinhold.DLosLV300@xerox.com
  379. Subject: Excel 4.0 page #s (bug) . . . NOT!
  380.  
  381. Page set-up and print dialog boxes are a part of the printer driver chosen -
  382. Laserwriter, Deskwriter, Stylewriter, etc. - NOT a part of MS Excel or any
  383. other application. When you do Page Set-up, you call up the driver and tell it
  384. about the physical properties of your page (with limitations being those that
  385. your physical printer can handle). What page numbers you may or may not select
  386. have nothing to do with any of the printing functions (i.e. of interest to you
  387. and your application, but of no interest to the LaserWriter driver). Then you
  388. go off and create something using MS Excel. Finally, you want to print it, so
  389. you summon the printer driver once again. Laserwriter takes a copy of your
  390. document, formats it into PostScript code (or whatever your printer is
  391. expecting) and submits it down the wire to the printer. All it knows about (or
  392. cares about) is physical pages. Logical page numbers are irrelevant. You are
  393. blaming MS for not knowing what you want; what Apple delivers in it's drivers
  394. is sufficient to make the hardware work as advertised. Because Apple software
  395. doesn't read the internal portions of your application's output (other than to
  396. transform it into a printer-acceptable language). perhaps you should flame
  397. Apple.
  398.  
  399. Leave Microsoft alone; they are only using the tools provided by other
  400. vendors,
  401. as are (almost) all other application developers. I suggest you learn more
  402. about how your Mac works before turning on the flamethrowers.
  403.  
  404. Ned (certainly NOT a Microsoft supporter other than as a licensee of several
  405. of
  406. their products).
  407.  
  408. ------------------------------
  409.  
  410. Date: 29 Dec 1992 16:53:17 -0600 (CST)
  411. From: "John A." <ANTOLAK%RADPH6.DECNET@relay.the.net>
  412. Subject: Excel 4.0 page #'s (bug) . . . NOT! (R)
  413.  
  414. I just received some mail from ned_reinhold (which he also posted
  415. here) that I feel calls for a reply (more like a defense).
  416.  
  417. > Page set-up and print dialog boxes are a part of the printer driver chosen
  418. > - Laserwriter, Deskwriter, Stylewriter, etc. - NOT a part of MS Excel or
  419. > any other application.
  420.  
  421. Partly Correct. The printer resources are there to be used by the
  422. application, but there is no reason (other than Apple programming
  423. guidelines and convenience) that any application has to use them. Each
  424. application can add elements to the standard dialogs provided by the
  425. printer resources. For instance, MS Word adds "fractional widths" to
  426. the "Page Setup"; MS Excel 4.0 adds headers, footers, page numbering,
  427. print to fit, and so on.
  428.  
  429. > When you do Page Set-up, you call up the driver and tell it about the
  430. > physical properties of your page (with limitations being those that your
  431. > physical printer can handle). What page numbers you may or may not select
  432. > have nothing to do with any of the printing functions (i.e. of interest to
  433. > you and your application, but of no interest to the LaserWriter driver).
  434.  
  435. I don't agree. The main reason for page setup is so that the
  436. appplication knows something about the printers capabilites, such as
  437. which paper size, and so on. If I select envelopes from the page
  438. setup, then the application has make sure it knows how to print to an
  439. envelope (namely the page size, which is obtained from the driver), so
  440. it can intelligently format what it later sends to the printer driver
  441. (or what is put on the screen).
  442.  
  443. > Then you go off and create something using MS Excel. Finally, you want to
  444. > print it, so you summon the printer driver once again. Laserwriter takes a
  445. > copy of your document, formats it into PostScript code (or whatever your
  446. > printer is expecting) and submits it down the wire to the printer. All it
  447. > knows about (or cares about) is physical pages. Logical page numbers are
  448. > irrelevant.
  449.  
  450. The print dialog is there only for the convenience of the programmer,
  451. to provide a consistent way for the user to select what pages to
  452. print, print quality, and so on. It is then up to the application to
  453. **interpret** the information entered into the print dialog and send
  454. appropriate information to the print driver. If it wants, the
  455. application programmer can completely ignore what the user enters.
  456.  
  457. Consider an example. Enter a single line of text into Word, then a
  458. page break, then a different line of text. Then tell Word to start
  459. page numbering at page 2. To print only the first line, you have to
  460. tell the print dialog to print from page 2 to page 2. Now enter the
  461. same first line of text into cell A1 of an Excel spreadsheet, second
  462. line of text into cell A120, and tell Excel to start numbering at page
  463. 2. To print the first line, you have to tell Excel to print from page
  464. 1 to page 1. This is consistent?
  465.  
  466. The Laserwriter (substitute your favorite printer driver here) knows
  467. absolutely nothing about your document. At its simplest, a print
  468. driver has to be able to interpret a single printed page at a time. It
  469. just spits out page after page. Duplexing, spooling, and other neat
  470. tricks don't really affect this basic printing process.
  471.  
  472. Your document is a collection of bytes that the application program
  473. interprets and represents on the screen in some manner. To print, the
  474. application has to open communications with the printer driver, and
  475. tell it what to print. This is usually similar to what is on the
  476. screen, but there is no requirement that it has to be.
  477.  
  478. > You are blaming MS for not knowing what you want; what Apple delivers in
  479. > it's drivers is sufficient to make the hardware work as advertised.
  480. > Because Apple software doesn't read the internal portions of your
  481. > application's output (other than to transform it into a printer-acceptable
  482. > language). perhaps you should flame Apple.
  483.  
  484. Why flame Apple? MS Word knows what I want if I tell it to print from
  485. page 5, section 1, to page 3, section 2. Why doesn't Excel also treat
  486. the page numbers entered in the print dialog as logical pages?
  487.  
  488. I suppose what I am getting at is that (IMHO) the Excel programmers
  489. should translate the page numbers entered in the print dialog and
  490. interpret them as logical page numbers, since they give you the option
  491. of changing the logical page number of the first physical page. Isn't
  492. that the Macintosh way? After all, I put a code in the header (or
  493. footer) that says put the page number here, not the page number plus
  494. one.
  495.  
  496. > Leave Microsoft alone; they are only using the tools provided by other
  497. > vendors, as are (almost) all other application developers. I suggest you
  498. > learn more about how your Mac works before turning on the flamethrowers.
  499.  
  500. Same to you!!!
  501.  
  502. I admit that I could learn more, but at least I am not under the
  503. delusion that a printer driver can somehow figure out how to decipher
  504. and application's document and figure out how it should be printed.
  505.  
  506. Logically, a spreadsheet is one big sheet of paper, onto which you can
  507. enter information and do calculations. However, when you print, the
  508. application (not the print driver), has to figure out how to subdivide
  509. the vast amount of logical paper into finite amounts of real paper
  510. output. It does this by using information provided by the printer
  511. driver regarding the current paper supply, and so on.
  512.  
  513. The application then tells the print driver that it wants to print a
  514. page, and what to put on the page. Then it does the same for the rest
  515. of the pages. The print dialog is a convenient and consistent way of
  516. getting information from the user regarding what to print and how. The
  517. application then has to take this information and figure out what to
  518. send to the print driver. It does *NOT* just give a copy of the
  519. document to the print driver, and say "Here, you figure out how to
  520. print page 2." When you are working with a document, there is nothing
  521. that says you have to represent the data in terms of pages. Databases
  522. are more easily thought of in terms of records. Spreadsheets are one
  523. big virtual piece of paper.
  524.  
  525. Flames off. I think you should be getting the drift by now.
  526.  
  527. The intent of the original posting was to point out the inconsistency
  528. of MS Excel's interpretation of page numbering. I am generally
  529. satisfied with the MS products that I have, but I think that MS should
  530. pay more attention to consistency between their own applications.
  531.  
  532. Enough said.            John A.
  533.  
  534. ------------------------------
  535.  
  536. Date: Mon, 28 Dec 92 22:29:55 EST
  537. From: "David G. Turnquist" <DTURN%MITVMA.BITNET@Forsythe.Stanford.EDU>
  538. Subject: Foriegn File Access Crash
  539.  
  540. Extension Conflict Report:
  541.      We have encountered an extension conflict between Gatekeeper and
  542. a 'Foriegn File Access.' This is an extension supplied with Apples CD ROM
  543. software versions 4.0, 4.0.1, and 4.0.2.
  544.      This conflict causes our two Quadra 950s to hang when both
  545. Gatekeeper and the Foriegn File Access are active. The hang occurs
  546. when a file server is accessed. The screen freezes, and the lower
  547. right corner of the Appleshare menu disappears. The mouse remains active
  548. on screen, but the system locks up.
  549.      Our workaround has been to disable the Foriegn File Access
  550. extension temporarily. Has anyone else run into this, or know of a
  551. more permanent solution?
  552.  
  553.    Here is the relevant systems information.
  554.  
  555. Apple System ver. 7.01 w System 7 tuner ver. 1.1.1
  556. Gatekeeper version 1.2.6 of 9 July 92
  557. Apple Foriegn File Access, System Extension ver. 4.0, 4.0.1, 4.0.2
  558. Apple CD ROM extension ver. 4.01, 4.0.2
  559.  
  560. Thanks for your help,
  561.  
  562. Dave Turnqusit,
  563. MIT OPERATIONS & SYSTEMS
  564. internet dturn@mit.vma
  565.  
  566. ------------------------------
  567.  
  568. Date: 29 Dec 1992 16:46:35 -0700 (MST)
  569. From: NOHL@CCIT.ARIZONA.EDU
  570. Subject: FTP video output for mac report
  571.  
  572. Thanks to Michael Ross, there is now a site where you can get my
  573. "video_out from a Mac" report.  I make no promisses of completeness,
  574. however, it offers some basic information.
  575.  
  576. Thanks for the comments all :)
  577.  
  578. Nohl
  579. Nohl@ccit.arizona.edu
  580.  
  581. ------------------------------
  582.  
  583. Date: 29 Dec 1992 16:49:43 -0700 (MST)
  584. From: NOHL@CCIT.ARIZONA.EDU
  585. Subject: FTP video output for mac report (part 2)
  586.  
  587. oops, I forgot to tell you where the file is located.
  588. Send mail to:listserv@antigone.com
  589. subject blank
  590. message: GET pub video_out_info
  591.  
  592. It took me all day before the test arrived, but it does work.
  593.  
  594. Please send me any comments, maybe Michael will let me update it from time
  595. to time.
  596.  
  597. Nohl
  598. Nohl@ccit.arizona.edu
  599.  
  600. ------------------------------
  601.  
  602. Date: Tue, 29 Dec 92 08:30:14 -0500
  603. From: bewilson@Kodak.COM (Bruce E. Wilson, ECCR-PA, B95-A, X8886
  604. (bewilson@kodak.com))
  605. Subject: HP4M printer and TT fonts (R)
  606.  
  607. Regarging the question in Infomac 10#307 about HP 4M printers and
  608. fonts.  We have one on evaluation loan, so I downloaded some
  609. TT fonts from sumex (hilversum, cyrillic, flintstone, and Klinzhi),
  610. borrowed a copy of Mark Anderson's wonderful Font Printer utility,
  611. and printed out a sample sheet including those fonts on an HP 4M,
  612. a LaserWriter II NT, and a QMS 2220.  The sort answer is that there
  613. was no problem printing the sample sheet on the HP or QMS printers.
  614. The Apple printer ran out of memory.  If anyone wants to send me a
  615. SASE, I'll mail copies of the printouts, but I can tell you that the
  616. HP printout is definitely clearer than the QMS.
  617.  
  618. Short answer:  the HP printer behaved just like a Mac printer ought to.
  619. I selected it in the chooser, and couldn't tell that it was any different
  620. >From the printer I had been using, except that the printout was cleaner.
  621. This was not, however, more than a cursory test.
  622.  
  623.         Bruce Wilson (bewilson@kodak.com)
  624.  
  625. (Eastman Chemical Company, Box 1972, Building 150, Kingsport, TN 37662-5150)
  626.  
  627. ------------------------------
  628.  
  629. Date: Tue, 29 Dec 92 15:05:38 MEZ
  630. From: Helmut ORTNER
  631. <U3011VAB%AWIUNI11.EDVZ.UNIVIE.AC.AT@Forsythe.Stanford.EDU>
  632. Subject: HP 4M printing problems with truetype fonts (A)
  633.  
  634. I use an HP laserjet IIIsi at work, which shows the same problems.
  635. One thing that the IIIsi and the 4M have in common, is that they use a
  636. RISC-processor instead of a motorola 680x0. As far as I understand when
  637. the laserwriter driver encounters a truetype font, which has no postscript
  638. equivalent, then it downloads the truetype font and a truetype rasterizer
  639. to the printer. The rasterizer ist a program in 68000 binary-format, as such
  640. it will not work on printers built with other processors.
  641. The problem can be circumvented by converting the truetype font to a
  642. postscript
  643. font (e.g with metamorphosis) and by placing the resulting postscript fontfile
  644. in the system folder. When the laserwriter driver sees the postscript fontfile
  645. it downloads it to the printer instead of the trutype font.
  646.  
  647. Helmut
  648.  
  649. ------------------------------
  650.  
  651. Date: Tue, 29 Dec 92 10:20:08 +0100
  652. From: "CHRISTIAN F. BUSER" <cbuser@pegasus.ch>
  653. Subject: HP LaserJet 4M and TrueType (C)
  654.  
  655. Mitch Cohen, mcohen@vax.clarku.edu, asked:
  656. >Roughly a week ago, someone posted a note concerning the HP Laserjet 4M
  657. >and Truetype. This individual was unable to print truetype fonts from
  658. >their Mac to the 4M. I'm currently thinking about the 4M and this would
  659. >obviously throw a wrench into its use. I have not seen any response
  660. >regarding this original note.
  661. >
  662. >So my question is to those with the 4M, and is if they are printing
  663. >truetype fonts. If so (or if not), what, if any difficulties are there?
  664.  
  665. I must admit, that I don't know. It might be that the HP 4M does not
  666. work with TruType fonts. But this would not be a serious problem - you
  667. could convert your TT to PostScript Type 1 fonts using Font Monger
  668. (commercial product from Ares Software).
  669.  
  670. Best regards, Christian.         cbuser@pegasus.ch
  671.  
  672. ------------------------------
  673.  
  674. Date: Mon, 28 Dec 92 22:02:33 -0500
  675. From: Bob Kerns <rwk@world.std.com>
  676. Subject: Info-Mac Digest V10 #307
  677.  
  678.  
  679.     Date: Mon, 28 Dec 1992 12:36:09 -0500
  680.     From: baim@aaec1.aaec.com
  681.     Subject: Partition Performance (A)
  682.  
  683.     spohn@rcf.mayo.edu asks:
  684.     >Is there such thing as a rule of thumb on how to partition a disk for
  685.     >best performance?
  686.  
  687.     Many months ago I submitted a scheme I have found effective.  The response
  688.     at the time was sufficiently favorable that I repeat the bare bones here:
  689.  
  690.     Rule 1: The nearer to the (physical) edge of the disk, the faster the
  691.     throughput (due to rotational speed).  This has nothing to do with "seek
  692.     time", but once "found" the disk blocks will be read/written more
  693.     quickly.
  694.  
  695. Err.  I don't know about all of todays drives (SCSI hides the
  696. layout details), but at least until recently, this hasn't been
  697. true, except for floppies.  Generally, there has been a fixed
  698. number of sectors per track. Yes, the oxide moves by the head
  699. faster, but the number of flux transitions per second remains
  700. the same, and there is no speed difference between inner and
  701. outer tracks.
  702.  
  703. I'll avoid making any flat statements though, as those are
  704. generally wrong.  However, in general, don't count on it.
  705. If timings were to show it is true for your particular
  706. drive, though, go for it.
  707.  
  708. Besides, rotational latency is not the major issue; seek time
  709. is.  In generally, you're better off putting the most-frequently-used
  710. software in the *middle* of the disk.
  711.  
  712.     Rule 2: The most frequently accessed software is the System software.
  713.  
  714. I'd say the most used software is the application you're currently
  715. running, followed by the System Software.  This would argue for putting
  716. the applications next to the system software.
  717.  
  718. If you want to optimize startup time (application or system), put
  719. the files application or system uses only during startup (such as
  720. inits or preferences) next to the application or system.  Otherwise
  721. put them further away.
  722.  
  723.     Rule 3: Smaller partitions degrade more slowly as fragmentation occurs
  724.     (the
  725.     fragments can't get too far apart, reducing total seek time to collect
  726.     them
  727.     all).
  728.  
  729. This is counterbalanced by the fact that the fragmentation in
  730. nearly-full partitions occurrs more rapidly than in nearly
  731. empty ones.  Further, if things which are used together are
  732. in separate partitions, they are likely to be further apart.
  733.  
  734.     Rule 4: Separate the files that change (data files) from those that don't
  735.     (apps, system, etc) to reduce the time and media needed for backups.
  736.  
  737. I think this rule outweighs most other considerations of efficiency.
  738. Observing it will save you more time than you will ever get by
  739. optimizing layout!  Especially if faster backups mean you back up
  740. more often; a backup when you need it may save you a week's work.
  741. It's awfully hard for disk optimization to equal that kind of savings!
  742.  
  743.     Based on the above, I put a minimal partition for the System Folder (~
  744.     5-10MB depending on your needs) alone on the outermost edge of the disk, a
  745.     partition for applications next, and then one or more partitions for data
  746.     files <= 40MB each.  Use something like TimeDrive to figure out how your
  747.     partitioning software decides which partition to build "outside".  The one
  748.     with the fastest read/write is the outermost.
  749.  
  750. I'd say to put it in the middle.  Except what I actually do is to
  751. put it in the low-addressed edge, because it saves me time when I resize
  752. other partitions with Silverlining.  (I don't do this often anymore,
  753. but I did for a while).  If you resize often, the optimium strategy
  754. is to put the least-frequently-changed partitions at lower-numbered
  755. addresses.
  756.  
  757. Again, this will save you more time than you'd get by optimizing
  758. for performance.
  759.  
  760. ------------------------------
  761.  
  762. Date: Tue, 29 Dec 92 01:02:31 -0500
  763. From: brg@dgate.org (Brian Gaeke)
  764. Subject: Info-Mac Digest V10 #307
  765.  
  766. >SCSIProbe tells me that the 120Meg hard disk in my new PB 180 is made by
  767. >IBM. Hm!?
  768.  
  769. Yup, it seems Apple is installing Big Blue brand HD's in their recent
  770. batch of CPUs...
  771.  
  772. (A friend who just got a Q900 said the same thing...)
  773.  
  774. Brian Gaeke (brg@dgate.org)
  775.  
  776. ------------------------------
  777.  
  778. Date: Tue, 29 Dec 92 11:10 EST
  779. From: Jeffrey L. Needleman <needje@msen.com>
  780. Subject: Linguistics font
  781.  
  782. I'm helping edit a manuscript tracing modern languages back to their
  783. prehistoric origins and need a font or fonts with strange meta-language
  784. characters to make things easier. I'm speaking of characters for such
  785. languages as Nostratic, Dene-Sino-Caucasian, Nilo-Saharan, Indo-Pacific,
  786. North Khoisan, Uralic, Protaic, and the like.
  787.  
  788. An Archie search on the words linguist, linguists, linguistics turned up
  789. zilch. An Archie search for fonts in general would turn up far too much...
  790.  
  791. Anyone have any suggestions? Thanks.
  792.  
  793. Jeff Needleman  <needje@msen.com>
  794.  
  795. ------------------------------
  796.  
  797. Date: Tue, 29 Dec 92 15:16:07 CST
  798. From: scsjbar@tvgurus.hdtv.zenithe.com (John F Bartlett (HDTV Consultant))
  799. Subject: MacOS/Disk Problem
  800.  
  801. My disk is rebuilding the desktop every time it boots. The disk is an
  802. external 213M Maxtor drive from APS, and may have been severely corrupted
  803. by mountimage. I have run Norton Utilities on it, got a clean "Disk Doctor"
  804. run, rebooted, and still it rebuilds the desktop every time. I deleted the
  805. desktop DB files, booted using command-option to rebuild the files man-
  806. ually files (so to speak), re-run Norton Utilities a number of times and
  807. cannot get the disk to stop rebuilding the desktop.
  808.  
  809. Any suggestions? Thanks,
  810. _jfb_
  811.  
  812. ------------------------------
  813.  
  814. Date: Tue, 29 Dec 92 10:12:18 EST
  815. From: przes@erim.org (Mark Przeslawski)
  816. Subject: no GET INFO on trash (R)
  817.  
  818. >Neither the command-I nor FILE/Get Info will produce the expected window
  819.  
  820. I have seen this problem on a couple of Macs that I installed some hard disks
  821. in.  The problem was not only with the trash, but with the volume icons also.
  822. Of all things, the solution I found was to install SCSI Probe 3.4 (3.5 is now
  823. available) and check both "Install volume mounting init" and "Mount volumes
  824. during bootup."  After restarting, the problem was gone but I still installed
  825. the volume mounting init (cmd-space).  Why this works - I can only speculate
  826. that the drivers for the hard disks were not Sys7 friendly.
  827.  
  828. Hope this helps,
  829.  
  830. Mark Przeslawski
  831. E.R.I.M.
  832.  
  833. ------------------------------
  834.  
  835. Date: Tue, 29 Dec 1992 11:02:58 -0500
  836. From: baim@aaec1.aaec.com
  837. Subject: Partition Performance Addendum
  838.  
  839. Before (I hope :-) I get a flood of mail telling me the read/write rate is
  840. fixed on hard drives and rotational speed is irrelevant, I retract the
  841. statement I made yesterday as to the cause of the performance difference
  842. among partitions based on physical location on the disk.  The cause MAY BE
  843. variable numbers of sectors, or relativistic effects on the rim of the
  844. disk, or G-d knows what.  The performance difference is, however, real if
  845. you believe the timing data I get from the disk timing utilities.
  846.  
  847. Also, no I do not have rigorous benchmarks establishing the 32.0456783%
  848. improvement in spell checking the Guggenheim Bible using Word 6.0 under
  849. Buthanese 7.1.1.  Rules of Thumb are empirical by nature and may or may not
  850. work for you.  If they make sense to you, try them.  In the absence of any
  851. other guidance, they provide a starting point.  I believe my drives run
  852. better using this scheme.  Whether the improvement is due to provable or
  853. placebo effects, I don't know.  Any such scheme has limited benefit in a
  854. real working environment due to the vagaries of applications, user habits,
  855. etc.
  856.  
  857. Paul
  858.  
  859. ------------------------------
  860.  
  861. Date: Tue, 29 Dec 1992 09:07:39 -0500
  862. From: geoffb@coos.dartmouth.edu (Geoff Bronner)
  863. Subject: Powerbook Hard Drive made by IBM?
  864.  
  865. In comp.sys.mac.digest Herb Kroemer writes:
  866.  
  867. >SCSIProbe tells me that the 120Meg hard disk in my new PB 180 is made by
  868. >IBM. Hm!?
  869.  
  870. Not a big suprise. The 160MB drive in my Quadra 700 has a big IBM label on
  871. it as well. I've been noticing IBM drives in new Macs for over a year
  872. now.
  873.  
  874. -Geoff
  875.  
  876. ------------------------------
  877.  
  878. Date: Tue, 29 Dec 1992 10:56:18 -0700
  879. From: bradley@marcvm.marc.usda.gov
  880. Subject: Powerbook Hard Drive made by IBM?
  881.  
  882. We have a Macintosh IIfx here with an IBM hard disk.  I'm not sure if Apple
  883. delivered it that way or if Falcon Microsystems put it in?
  884. >SCSIProbe tells me that the 120Meg hard disk in my new PB 180 is made by
  885. >IBM. Hm!?
  886.  
  887. ------------------------------
  888.  
  889. Date: 29 Dec 1992 10:11:26CST6CDT
  890. From: "Michael S. Dawson"  <Dawson@EENovell2.uta.edu>
  891. Subject: Practical Peripherals -- fax modems from hell
  892.  
  893. I've recently seen requests for experiences with different vendors FAX
  894. modems (IM-307).  This is my experience with a Practical Peripherals
  895. 14400FXSA modem and the staff there at PP.  I'll try to make this as short
  896. as possible while still not omitting some key details as to why they pissed
  897. me off so bad.
  898.  
  899. The modem was purchased in July 1992 for approx 425$.  Thought it was a good
  900. price.  At the time of purchase, the FAX software for the MAC  was not
  901. available (only for PC).  So I waited around without fax capabilities for
  902. about 4 months until they said some FAX SW was available.  I asked them to
  903. send it to me (for 25$).  When I got the SW, a note saying "we have decided
  904. to provide you with a complementary copy of Quicklink II/fax (version1.2.1)"
  905. was in the box.  A week later I got my visa bill and sure enough, they
  906. charge me for it.  I'm not one to snibble and I blew it off assuming it was
  907. a mistake.  I JUST WANTED TO GET THE MODEM TO WORK WITH THE SW.
  908.  
  909. After several attempts to send/receive faxes, I determined that you could
  910. receive OK but sending was another matter.  All of the send faxes were
  911. reduced in size 30% to 60% (yes I have tried every setting).  So I call tech
  912. support (4 times).  The first three times the guy comes on the phone saying
  913. "I don't know anything about Macs and no one here right now that knows them
  914. either".  When I asked to leave a message for someone to call me back he
  915. informed me "the Mac guy is really busy and I don't think he'll have time to
  916. call you".
  917.  
  918. After repeated attempts, I finally talked to a manager named Mark who told
  919. me to talk to Dan.  Dan informed me that he had no problems on a IIsi (as is
  920. my machine) but he didn't have 32bit and VM on.  After turning these on his
  921. machine crashed.  In the mean time he sent me an EPROM version 1.15M to
  922. replace my older one. Being an EE and having no choice, I swapped out the
  923. EPROM easily.  Didn't help.  I called Dan a week later and he said he
  924. finally got the machine running in 32bit mode but ==> HE TOO EXPERIENCED THE
  925. SAME PROBLEMS I DID with the shrinking FAX.  I asked him if he told
  926. development about it and he said NO, "they were kind-of busy".
  927.  
  928. Well after all of this, the thing still doesn't work and I've bitched so
  929. loud that they've decided to refund my money.
  930.  
  931. My warning........ DO NOT BUY PRACTICAL PERIPHERALS modems for use with a
  932. MAC.  They seem to work OK on PCs but not on Macs !  The staff doesn't seem
  933. to give a crap either that they have a bad product !!#&*@%@#
  934.  
  935. ------------------------------
  936.  
  937. Date: Mon, 28 Dec 92 20:11:03 -0800
  938. From: drf@pallas.ucsd.edu (Donald R. Fredkin)
  939. Subject: RE BBEdit Problem
  940.  
  941. Ken B Kirksey wrote
  942.  
  943. >I was wondering if any other SE/30 users out there had any problem
  944. >getting BBEdit to run on their machine.  It runs fine on my IIx (with
  945. >full complement of 20+ extensions) at work, but absolutely refuses to
  946. >run on my SE/30 at home.
  947.  
  948. I have found a similar but more bizarre situation. I have original
  949. II's at home and in my office with essentially identical software
  950. (except that the office Mac has an ethernet card and runs MacTCP).
  951. BBEdit runs fine on my home Mac, but it refuses to run on my office
  952. Mac.
  953.  
  954. >In all cases when I launch BBEdit I get an illegal instruction error.
  955.  
  956. Me too.
  957.  
  958. I have been in touch with the author of BBEdit, but he had no
  959. suggestions. Does anyone have any ideas?
  960.  
  961. Donald R. Fredkin
  962. drfredkin@ucsd.edu
  963.  
  964. ------------------------------
  965.  
  966. Date: Mon 28 Dec 92 09:21:55-HST
  967. From: Harold Miller <CNET2SH@uhccvx.uhcc.hawaii.edu>
  968. Subject: recovering AD files (summary)
  969.  
  970. In the past two weeks, I have had two seperate hard drives crash. All the
  971. files
  972. (except for those in the system folder) where compressed with AutoDoubler/Disk
  973. Doubler. The files were "protected" by Norton's Filesaver, but when I tried to
  974. recover them, I found myself staring at hundreds of files with no name and no
  975. creator. The only thing I found that worked was to double-click on each file
  976. in turn, and about 60-70% did open or run and I was able to figure out what
  977. they
  978. were and manually rename each file and assign the proper creator to each
  979. file.
  980. The AD people denied there was any incompatability problem with NOrton's
  981. Filesaver, but the folks at Norton admitted that there was a problem and that
  982. they were in dialog with the AD programmers to try to solve it. Essentially,
  983. they admitted that it may not be possible to RECOVER or UNDELETE files
  984. compressed with AD/DD.
  985. I then purchased (and later returned) MacTools and Public Utilities, since
  986. both companies said there utility "might" recover the files. They were not
  987. successful.
  988. In summary, I have these thoughts:
  989. 1. Of the three utilities, Public Utilities with their Prevention init
  990. probably
  991. has the best chance of recovering and undeleting AD/DD compressed files.
  992. 2. All three companies were very responsive to my situation and were willing
  993. to
  994. spend up to an hour walking me thru the recovery process, but in fact could do
  995. no more than what I had already tried. There are no "hidden" "magical"
  996. features
  997. that will suddenly bring your files back.
  998. 3. I wouldn't use AD or DD until it is clear that they are recoverable and
  999. undeletable using the standard utilities available.
  1000. Harold Miller  cnet2sh@uhccvx.uhcc.hawaii.edu
  1001.  ------
  1002.  
  1003. ------------------------------
  1004.  
  1005. Date: Tue, 29 Dec 1992 17:12:22 -0600 (CST)
  1006. From: Larry Rymal <lrymal@tenet.edu>
  1007. Subject: Should I replace my LC "Classic" with a LC "III"?
  1008.  
  1009. Folks,
  1010.  
  1011.     I have a "classic" Mac LC, am happy with it, and am drooling over the
  1012. really neat third party peripherals that are showing up in the
  1013. advertisements.
  1014.     Enough items, such as Lapis 16 and 24 bit video cards, and PDS
  1015. expander boxes (3 PDS slots on the LC, new top, new power supply by
  1016. DGR for $349.00) make me hesitate to look at the upcoming LC "III" that
  1017. might be revealed in February.
  1018.     My initial plans were to sell my LC and get the "III".  Now, I'm not
  1019. sure.  Earlier reports here mentioned that the "III" was rumored to be,
  1020. more or less, a VX motherboard.  I sure would like some comments and
  1021. views on this.  Yes, I know about the improved 32 bit data bus.
  1022.     If that is the case, I then have a question and comment about the
  1023. audio.  The current LCs take STEREO sound files and mix them to monaural
  1024. audio output.  You don't lose your sound.  In fact, I was surprised that
  1025. the recently submitted sound file, "Apocolyptic Beginning", is in
  1026. stereo.  I discovered this by accident by playing Apocolyptic Beginning
  1027. on a local Sears demo LC and likewise, on a VX at an adjacent display.
  1028. Even the salesperson noticed the difference.  Apocolyptic Beginning sounds
  1029. better on the LC than the VX. Examining the file with SoundEdit Pro does
  1030. show two separate channels.  Playing the left channel is the audio that
  1031. I heard on the VX.  If the LC III is "crippled" in this way, I have little
  1032. interest in it.
  1033.     So, with that in mind, here is another question.  Several years
  1034. ago, the Atari ST was discovered to more or less be doing the same thing
  1035. on stereo audio files (not digital).  A company produced a hardware hack
  1036. which allowed one to place a circuit board on top of the ST's sound chip,
  1037. connect audio leads to the board, and get audio stereo.
  1038.     Now I can't even imagine hacking on a computer with surface mount
  1039. chips (the Atari ST of the mid-80's did not use such), but could it be
  1040. possible that the audio on the LC could be intercepted prior to the mixing
  1041. stage and that a hardware device allow one to have Mac-type stereo?
  1042.     If anyone could give some comments and opinions, I sure would
  1043. appreciate it.
  1044.  
  1045. --Larry Rymal <lrymal@tenet.edu>
  1046.  
  1047. ------------------------------
  1048.  
  1049. Date: 29 Dec 92 19:31:46 EST
  1050. From: "Frederic A." <70050.172@CompuServe.COM>
  1051. Subject: Software co v. Europeans
  1052.  
  1053. In info-mac v10 #307, Charles Schneider complains of the treatment he gets, as
  1054. a resident of Europe, from some US software houses.  It's impossible to defend
  1055. the rude and shabby treatment he got from Quark, Adobe, and Aldus.  However,
  1056. some thoughts, based on what I remember of the international marketing advice
  1057. Apple has been giving developers:
  1058.  
  1059. Most software publishers that want to do business in Europe cannot operate
  1060. offices there.  Companies that don't actively sell out-of-country will simply
  1061. rely on European customers to get the boxes across the Atlantic on their own,
  1062. and let them worry about import/export rules, localization, etc.  The up side
  1063. for the customer is that CE Software or Symantec don't care where a support
  1064. call comes from:  European customers are on the same footing as Americans.
  1065.  
  1066. Actively selling and supporting a product outside the U.S. means having an
  1067. entity in the target country that is subject to all the tax, labor, and
  1068. product
  1069. regulations of that country. A less-than-huge publisher has to hire local
  1070. distributors.  A distributor gets a monopoly in its territory, because the
  1071. cost
  1072. of doing business is high, and the single-language market for any one product
  1073. is tiny:  Compared to U.S. sales, fewer copies of a package have to support a
  1074. proportionately larger cost of operation.  The monopoly extends to making sure
  1075. that no out-of-market (e.g. U.S.) version of the software comes in to
  1076. compete.
  1077. The distributor takes on all of the marginal risks of its market, and demands
  1078. all of the market in exchange.
  1079.  
  1080. The market is further shrunk by piracy:  An Apple executive told me that in
  1081. France, software purchases run barely more than one package per Macintosh.  He
  1082. wasn't sure whether that included Hypercard.  Other European markets were
  1083. similar.  Outrageous prices, at the margin, increase piracy, but it would take
  1084. a braver businessman than most to look for higher volume by experimenting with
  1085. negative margins.
  1086.  
  1087. Distribution monopolies undoubtedly drive European software prices up, either
  1088. through waste or greed.  But, even in a perfect world, software in Europe
  1089. would
  1090. be more expensive than in the U.S., because the expenses are higher and the
  1091. markets smaller.
  1092.  
  1093.    -- F
  1094.  
  1095. ------------------------------
  1096.  
  1097. Date: Tue, 29 Dec 92 16:28:18 PST
  1098. From: Gary Liberson <liberson@monty.rand.org>
  1099. Subject: VT320 emulators
  1100.  
  1101. Does anybody know of a VT320 emulator for the Mac or PC?
  1102.  
  1103. Help,
  1104. Gary Liberson
  1105. liberson@rand.org
  1106.  
  1107. ------------------------------
  1108.  
  1109. Date: Mon, 28 Dec 92 23:35:52 -0500
  1110. From: Arel Yizhak Weisberg <weisberg@phoenix.Princeton.EDU>
  1111. Subject: Word Finder, Word 4.0D, and System 7.1
  1112.  
  1113. Is anyone out there using Word Finder inside Word 4.0D with System 7.1?
  1114. I can't get it to work.
  1115.  
  1116. Thanks in advance for your help,
  1117. Arel Weisberg
  1118. weisberg@phoenix.princeton.edu
  1119.  
  1120. ------------------------------
  1121.  
  1122. End of Info-Mac Digest
  1123. ******************************
  1124.