Sébastien Vauban <[EMAIL PROTECTED]> writes: > Hi all, > > Could someone tell me the name of an "intelligent" font, > i.e. (following my definition) a font where the number `1' > ("one") is differently written than the letter `l' ("elle")? > That's the only problem I have with the current "Courrier New" > I've got on my PC. > > I'm searching for such one in my Emacs (on Windows), but *not > proportional* (and, if fact, as closest as possible to Courrier > New).
I like the gnu internation fonts. Download ftp://aeneas.mit.edu/pub/gnu/intlfonts/intlfonts-1.2.1-split/European.tar.gz Unpack them into, e.g., "c:/dir/". And put (setq w32-bdf-filename-alist (w32-find-bdf-fonts '("c:/dir/intlfonts-1.2/European"))) (setq window-font "-etl-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-1") (when window-system (set-frame-font window-font)) into your .emacs. This gives a decent font. I am searching for good looking X fonts with pixel heights of 20-21 pixels and larger. Displays have 100 dpi or even 120 dpi but new fonts haven't appeared to make human eye readable displays at those resolutions. Any hints? > It could/should be one like the one shown on a sample of SLIME's > use; see: > > http://common-lisp.net/project/slime/images/more-slime.png > > Seb > > -- > Sébastien Vauban -- Johan KULLSTAM <[EMAIL PROTECTED]> sysengr _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs