Skip to content

Commit ddbc863

Browse files
masinterfghalasz
andauthored
LOADUPFULLFONTS: don't choke on extra index.html files in postscript font directory (#2117)
Co-authored-by: Frank Halasz <[email protected]>
1 parent a4b9099 commit ddbc863

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

internal/loadups/LOADUP-FULL

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
(DEFINE-FILE-INFO PACKAGE "INTERLISP" READTABLE "INTERLISP" BASE 10)
22

3-
(FILECREATED "31-Jul-2023 18:28:53" {DSK}<home>frank>il>medley>gmedley>sources>LOADUP-FULL.;4 4521
3+
(FILECREATED "23-Apr-2025 05:14:27" {DSK}<home>larry>il>medley>internal>loadups>LOADUP-FULL.;2 4662
44

5-
:CHANGES-TO (FNS LOADUP-FULL)
5+
:EDIT-BY "lmm"
66

7-
:PREVIOUS-DATE "18-Jan-2023 16:23:36" {DSK}<home>frank>il>medley>gmedley>sources>LOADUP-FULL.;3
7+
:CHANGES-TO (FNS LOADFULLFONTS)
8+
9+
:PREVIOUS-DATE "31-Jul-2023 18:28:53" {DSK}<home>larry>il>medley>internal>loadups>LOADUP-FULL.;1
810
)
911

1012

@@ -15,7 +17,8 @@
1517
(DEFINEQ
1618

1719
(LOADFULLFONTS
18-
[LAMBDA NIL (* ; "Edited 13-Feb-2021 22:51 by larry")
20+
[LAMBDA NIL (* ; "Edited 23-Apr-2025 05:13 by lmm")
21+
(* ; "Edited 13-Feb-2021 22:51 by larry")
1922

2023
(* ;; " Don't do Interpress. Do character set 0 and the symbol character sets 41Q, 42Q, 356Q, 357Q and extended and accented Latin 43Q and 361Q")
2124

@@ -35,7 +38,7 @@
3538
(PRINTOUT T T))
3639
(PRINTOUT T " Loading postscript fonts" T)
3740
(for F in (FILDIR (CONCAT (CAR POSTSCRIPTFONTDIRECTORIES)
38-
">c0>*.*")) do (PSCFONT.READFONT F))
41+
">c0>*.PSCFONT")) do (PSCFONT.READFONT F))
3942
(PRINTOUT T "FULL fonts loaded" T])
4043

4144
(LOADUP-FULL
@@ -86,5 +89,5 @@
8689

8790
(FIXMETA)
8891
(DECLARE%: DONTCOPY
89-
(FILEMAP (NIL (467 4483 (LOADFULLFONTS 477 . 1918) (LOADUP-FULL 1920 . 4233) (FIXMETA 4235 . 4481)))))
92+
(FILEMAP (NIL (493 4624 (LOADFULLFONTS 503 . 2059) (LOADUP-FULL 2061 . 4374) (FIXMETA 4376 . 4622)))))
9093
STOP

internal/loadups/LOADUP-FULL.LCOM

53 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)