drracket
drracket copied to clipboard
Issue with plt:framework-pref:drracket:most-recent-lang-line
Steps to reproduce:
- Set
plt:framework-pref:drracket:most-recent-lang-lineto#lang r6rsand close DrRacket. E.g. by creating a new buffer, change the lang line, save it to a file, and close DrRacket. - Open DrRacket.
#lang r6rsshould be loaded by default, with an errorr6rs: must contain a `library' form (for a library) or start with `import' (for a top-level program) in: (#%module-begin) - Open any other file that is not a
#lang r6rs. The error about
persists, and incorrectly highlighted in this file.r6rs: must contain a `library' form (for a library) or start with `import' (for a top-level program) in: (#%module-begin)