[plt-scheme] DrScheme on SunRay, no fonts
On Mar 4, 2009, at 13:53, Matthew Flatt wrote:
> (
> (|MrEd:ScreenSystemBase| "mutt-clearlyu")
> (|MrEd:ScreenDefaultBase| "mutt-clearlyu")
> (|MrEd:ScreenModernBase| "misc-fixed")
> )
This did not fix the issue, but I believe I may be putting the file in
the wrong place or with the wrong permissions.
When ./configure was ran, the --prefix option was set to /opt/plt. I
put the plt-prefs.ss file in /opt/plt/lib/plt/collects/defaults. See
below:
# cat /opt/plt/lib/plt/collects/defaults/plt-prefs.ss
(
(|MrEd:ScreenSystemBase| "mutt-clearlyu")
(|MrEd:ScreenDefaultBase| "mutt-clearlyu")
(|MrEd:ScreenModernBase| "misc-fixed")
)
Am I doing something wrong with regards to creating this file?