READ-BDF: A few fixes and performance improvements#2519
READ-BDF: A few fixes and performance improvements#2519MattHeffron wants to merge 4 commits intomasterfrom
Conversation
Your |
|
Do I really have {DSK}<fonts> ? Should be either {MEDLEY}/fonts/ or (MEDLEYDIR "fonts")
… On Feb 26, 2026, at 3:49 PM, Matt Heffron ***@***.***> wrote:
MattHeffron
left a comment
(Interlisp/medley#2519)
<#2519 (comment)>
What am I doing wrong?
Your {DSK}<fonts> directory corresponds to /fonts/, i.e., a root level directory. Is that actually correct?
Can you create any other file there? For example, (DRIBBLE "{DSK}<fonts>test.dribble")
WRITE-BDF-TO-MEDLEYDISPLAYFONT-FILE and MEDLEY.WRITE.FONT don't do anything special with the destination.
—
Reply to this email directly, view it on GitHub <#2519 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJKL7K6B2Y6CEI7RQOT4N6BCHAVCNFSM6AAAAACV66AM4KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTSNRZHEYDMOJYGU>.
You are receiving this because you are subscribed to this thread.
|
@pamoroso has {DSK} in the call to WRITE-BDF-TO-MEDLEYDISPLAYFONT-FILE which constructs the full path for MEDLEY.WRITE.FONT |
|
My fonts directory is
|
… MCCS encoding. Needs rmk175 (PR 2555) to enable 24 bit encodings.
|
At commit 8474e63 nothing unusual to report on Linux Mint 22.1 Cinnamon. |

A few fixes and performance improvements.
Added a parameter to help testing the apparent memory leak issue.