Path: utzoo!attcan!uunet!mcvax!unido!iraun1!iraul1!norbert From: norbert@iraul1.ira.uka.de (Norbert Lindenberg) Newsgroups: comp.sys.mac.programmer Subject: Bug in MPW Shell 2.0.2 Message-ID: <553@iraun1.ira.uka.de> Date: 13 May 88 19:35:45 GMT Sender: news@iraun1.ira.uka.de Reply-To: norbert@iraul1.ira.uka.de (Norbert Lindenberg) Organization: University of Karlsruhe, W.-Germany Lines: 9 Posted: Fri May 13 20:35:45 1988 Today I found a bug in MPW Shell 2.0.2: The "Open" command does not open a file read-only if the -r option is used in conjunction with the -t option. "Open -r -t myFile" opens the file as target window, but lets the user modify the file. Rewriting "Open -r -t myFile" as "Open -r myFile; Open -t myFile" works, but causes unnecessary window movements. -- Norbert