all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Fixed font in emacs 21.3
@ 2003-06-12 10:51 Daniells, Phil
  2003-06-12 12:23 ` Jason Rumney
  0 siblings, 1 reply; 2+ messages in thread
From: Daniells, Phil @ 2003-06-12 10:51 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 829 bytes --]


I've been using NT Emacs 20.4 for a long time with a decent fixed size font
(attached),
but NT Emacs 21.3 seems to just revert back to New Courier. I read that
there were
problems with fixedsys fonts in 21.1 which had been fixed, but this font
(along with similar
fonts of different sizes) does not work.
Hope someone can help to fix this.
 <<10x20.zip_file>> 
> Regards,
> 
Phil.


********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

[-- Attachment #2: 10x20.zip_file --]
[-- Type: application/octet-stream, Size: 4380 bytes --]

[-- Attachment #3: Type: text/plain, Size: 148 bytes --]

_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fixed font in emacs 21.3
  2003-06-12 10:51 Fixed font in emacs 21.3 Daniells, Phil
@ 2003-06-12 12:23 ` Jason Rumney
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Rumney @ 2003-06-12 12:23 UTC (permalink / raw)
  Cc: 'bug-gnu-emacs@gnu.org'

Daniells, Phil wrote:
> I've been using NT Emacs 20.4 for a long time with a decent fixed size font
> (attached),

The font has an invalid character set field, that is why Emacs will not
use it by default. Emacs 21.3 expects to see a Latin-1 font for the
default font. You can work around this by creating a fontset based on
that font:

(setq my-font (create-fontset-from-ascii-font "BROKEN_FONT_NAME"))

(add-to-list 'default-frame-alist `(font . ,myfont))


Since that font appears to have been converted from an X font by some
conversion program, perhaps you could find out who wrote the conversion
program and contact them about writing a valid character set entry in
the fonts they are producing.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-12 12:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-12 10:51 Fixed font in emacs 21.3 Daniells, Phil
2003-06-12 12:23 ` Jason Rumney

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.