On Thu, 4 Jul 2002 01:58:36 -0400, Matthew O. Persico wrote:
On 04 Jul 2002 14:11:50 +0900, Stephen J. Turnbull wrote:
>>>>>> "Matthew" == Matthew O Persico
<persicom(a)acedsl.com> writes:
>
>Matthew> I just compiled 21.5.7. When I load it up, the default
>Matthew> font is not a courier new, but rather Lucidia.
>
>This is probably because Ben put in a really big patch to the font
>handling code. ISTR he changed some defaults.
Yep, you recall correctly:
$ grep Lucida $(find . -name '*.el')
./msw-font-menu.el:;;; Lucida Console:Regular:10
./x-faces.el: ;; Some who have LucidaTypewriter think it's a better
font than Courier
I'm changing that RIGHT NOW! :-)
Um, that won't help - those are all
comments. :-(
Another grep of the source code directory reveals:
$ find . -type f | xargs grep Lucida
./CHANGES-beta: -- Change: default MS Windows font to Lucida Console, increase
./info/xemacs-faq.info-5: (set-face-font 'default "Lucida
Console:Regular:10")
./lisp/msw-font-menu.el:;;; Lucida Console:Regular:10
./lisp/x-faces.el: ;; Some who have LucidaTypewriter think it's a better font than
Courier,
./man/xemacs-faq.texi: (set-face-font 'default "Lucida
Console:Regular:10")
Binary file ./nt/obj/faces.obj matches
Binary file ./nt/obj/xemacs.res matches
./nt/PROBLEMS: (set-face-font 'default "Lucida
Console:Regular:10::Western")
./src/ChangeLog: Set default MS Windows font to Lucida Console (same size as
./src/faces.c: /* Use Lucida Console rather than Courier New if it exists-- the
./src/faces.c: build_string ("Lucida
Console:Regular:10::")),
./src/objects-msw.c: * Lucida Console:Regular:10
Binary file ./src/temacs.exe matches
Binary file ./src/temacs.ilk matches
./src/temacs.map: 0002:000199d8 ??_C@_0BM@LMNC@Lucida?5Console?3Regular?31
0?3?3?$AA@ 014099d8 faces.obj
Binary file ./src/temacs.pdb matches
Binary file ./src/xemacs.exe matches
Binary file ./src/xemacs.ilk matches
./tests/gtk/gtk-test.el: (make-font :family '("LucidaBright"
"Utopia" "Helvetica" "fixed")
For my purposes, I am fixing src/faces.c only and recompiling
--
Matthew O. Persico
--
Matthew O. Persico