bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2147: marked as done (Crash when adding (font . nil) to `default-fr


From: Emacs bug Tracking System
Subject: bug#2147: marked as done (Crash when adding (font . nil) to `default-frame-alist')
Date: Tue, 03 Feb 2009 21:40:05 +0000

Your message dated Tue, 03 Feb 2009 16:32:32 -0500
with message-id <jwveiyfp5qz.fsf-monnier+emacsbugreports@gnu.org>
and subject line Re: bug#2147: Default font in Emacs
has caused the Emacs bug report #2147,
regarding Crash when adding (font . nil) to `default-frame-alist'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2147: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2147
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: Default font in Emacs Date: Mon, 2 Feb 2009 11:06:35 +0800
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). This causes a segfault when running `emacsclient -c':
 
  Program received signal SIGSEGV, Segmentation fault.
  [Switching to Thread 0xb700f700 (LWP 28215)]
  0x0806f438 in estimate_mode_line_height (f=0xa832b38, 
face_id=MODE_LINE_INACTIVE_FACE_ID) at xdisp.c:1646
  1646 int height = FONT_HEIGHT (FRAME_FONT (f));
  (gdb) p FRAME_FONT (f)
  $1 = (struct font *) 0x0
_________________________________________________________________
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

http://www.microsoft.com/windows/windowslive/photos.aspx



--- End Message ---
--- Begin Message --- Subject: Re: bug#2147: Default font in Emacs Date: Tue, 03 Feb 2009 16:32:32 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
> Hehe, when I combined the code in my config file that is currently not
> suitable to use with terminal and the daemon usage, my intention was
> really not to tell Emacs to crash  :)
 
Duh!  I somehow completely overlooked the fact that you got a seg-fault.
Of course, that needs to be fixed.  Thanks for insisting,


        Stefan


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]