[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
More on (B): the editor's "reading" of files
- To: David A. Moon <Moon@SCRC-STONY-BROOK.ARPA>
- Subject: More on (B): the editor's "reading" of files
- From: Robert W. Kerns <RWK@SCRC-YUKON.ARPA>
- Date: Mon, 29 Apr 85 20:13 EDT
- Cc: Jon White <JLW@SU-AI.ARPA>, common-lisp@SU-AI.ARPA
- In-reply-to: <850425180639.0.MOON@EUPHRATES.SCRC.Symbolics.COM>
Date: Thu, 25 Apr 85 18:06 EST
From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
Date: 25 Apr 85 0343 PST
From: Jon White <JLW@SU-AI.ARPA>
....By the bye, I'm not sure if your reply laid to rest my "fear" that one
can produce an almost-correct common lisp source file which the zetalisp
editor can't even bring in to a buffer (previous note used "load") because
it dies trying to READ some little part of it that happens to be total
garbage. What's the scoop?
We provide and document a command that reads a file into the editor without
looking at its attributes. You are then editing the file in Fundamental Mode,
and the editor makes no attempt to do anything language-specific.
Also, we make use of our error system to trap such errors,
report the problem gracefully, and then read it in in Fundamental
Mode.