GNU bug report logs -
#2147
Crash when adding (font . nil) to `default-frame-alist'
Previous Next
Reported by: Herbert Euler <herberteuler <at> hotmail.com>
Date: Mon, 2 Feb 2009 03:15:03 UTC
Severity: normal
Found in version 23.0.90.1
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 2147-done <at> emacsbugs.donarmstrong.com (full text, mbox):
Herbert Euler <herberteuler <at> hotmail.com> writes:
> Package: Emacs
> Version: 23.0.90.1
>
> Because I prefer the FreeMono font to the default font provided, I
> tweak it in my ~/.emacs like this:
>
> (let ((font (cond ((eq window-system 'w32)
> "-outline-courier new-normal-r-normal-normal-16-120-96-96-c-*-fontset-auto2"
> )
> ((eq window-system 'x)
> "FreeMono-13"
> ))))
> (set-default-font font)
> (add-to-list 'default-frame-alist `(font . ,font)))
>
> When I start emacs as a daemon:
>
> $ emacs --daemon
>
> The cons cell added to `default-frame-alist' seems to be '(font
> . nil).
The bug is in your .emacs
C-h v window-system RET
Documentation:
Name of window system through which the selected frame is displayed.
The value is a symbol--for instance, `x' for X windows.
The value is nil if the selected frame is on a text-only-terminal.
When "emacs --daemon" starts there's no X frame.
This bug report was last modified 16 years and 192 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.