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

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

bug#3659: FW: 23.0.95; crash on set-frame-font


From: Chong Yidong
Subject: bug#3659: FW: 23.0.95; crash on set-frame-font
Date: Sun, 26 Jul 2009 15:35:21 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.96 (gnu/linux)

What happens if you do the following?

(This is not a final fix, but it might be good enough for 23.1).

*** emacs/src/charset.c.~1.179.2.1.~    2009-07-07 09:40:19.000000000 -0400
--- emacs/src/charset.c 2009-07-26 15:33:32.000000000 -0400
***************
*** 654,660 ****
      map = CHARSET_UNIFY_MAP (charset);
    if (STRINGP (map))
      load_charset_map_from_file (charset, map, control_flag);
!   else
      load_charset_map_from_vector (charset, map, control_flag);
  }
  
--- 654,660 ----
      map = CHARSET_UNIFY_MAP (charset);
    if (STRINGP (map))
      load_charset_map_from_file (charset, map, control_flag);
!   else if (VECTORP (map))
      load_charset_map_from_vector (charset, map, control_flag);
  }
  





reply via email to

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