Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!ames!ucbcad!ucbvax!YALE.ARPA!ram-ashwin From: ram-ashwin@YALE.ARPA.UUCP Newsgroups: mod.computers.apollo Subject: DOWNCASE bug? Message-ID: <8702161942.AA27520@yale-celray.YALE.ARPA> Date: Mon, 16-Feb-87 14:42:28 EST Article-I.D.: yale-cel.8702161942.AA27520 Posted: Mon Feb 16 14:42:28 1987 Date-Received: Tue, 17-Feb-87 06:20:12 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 38 Approved: apollo@yale-comix.arpa I ran across a weird interaction of 'downcase' with Latex. I tried it a few times and it always happens. Looks like an OS bug (or is there some subtlety I'm overlooking?). Specifically, look what happens when I try to run Latex with downcase = false: $ DOWNCASE := false $ latex a This is TeX, Apollo Version 2.0 (no format preloaded) invalid leaf (OS/naming server) ! I can't write on file `a.lis'. Please type another transcript file name: But it works with downcase = true as always: $ DOWNCASE := true $ latex a This is TeX, Apollo Version 2.0 (no format preloaded) (//LEO/YALE/RAM/A.TEX LaTeX Version 2.09 - Released 7 January 1986 (//NEMESIS/PUB/TEX/V20/INPUTS/ARTICLE.STY ... What's going on? What is the 'invalid leaf' error? 'a.lis' sounds like a perfectly good filename to me. I checked to make sure there isn't already a locked file called 'a.lis' and stuff like that. -- Ashwin. -------