emacs-devel
[Top][All Lists]
Advanced

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

Re: 22.1.1; Frame title no more updated after calling `set-frame-configu


From: Glenn Morris
Subject: Re: 22.1.1; Frame title no more updated after calling `set-frame-configuration'
Date: Fri, 07 Sep 2007 18:52:35 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Glenn Morris wrote:

> martin rudalics wrote:
>
>> Could you try the patch below (against EMACS_22_BASE)?
>
> After applying this,
>
> emacs -Q --eval '(set-frame-configuration (current-frame-configuration))'
>
> segfaults in x_set_frame_parameters.


Seems (?) to work ok with the following extra change:


*** frame.c   25 Jul 2007 05:15:52 -0000  1.340.2.1
--- frame.c   7 Sep 2007 22:51:56 -0000
*** 2768,2773 ****
--- 2770,2778 ----
    icon_top = val;
        else if (EQ (prop, Qicon_left))
        icon_left = val;
+       else if (EQ (prop, Qexplicit_name))
+       /* Handled elsewhere. */
+       continue;
        else if (EQ (prop, Qforeground_color)
               || EQ (prop, Qbackground_color)
                      || EQ (prop, Qfont)




reply via email to

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