From: Glenn Morris <rgm@gnu.org>
To: martin rudalics <rudalics@gmx.at>
Cc: emacs-devel@gnu.org
Subject: Re: 22.1.1; Frame title no more updated after calling `set-frame-configuration'
Date: Fri, 07 Sep 2007 18:52:35 -0400 [thread overview]
Message-ID: <yz3axqnl58.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <hrabrzgmhl.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 06 Sep 2007 23:53:10 -0400")
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)
next prev parent reply other threads:[~2007-09-07 22:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-30 17:41 22.1.1; Frame title no more updated after calling `set-frame-configuration' Sébastien Rocca Serra
2007-08-31 11:36 ` martin rudalics
2007-08-31 12:09 ` Sébastien Rocca Serra
2007-09-04 8:06 ` Sébastien Rocca Serra
2007-09-07 3:53 ` Glenn Morris
2007-09-07 22:52 ` Glenn Morris [this message]
2007-09-08 8:45 ` martin rudalics
2007-09-12 7:32 ` Glenn Morris
2007-09-28 3:53 ` Glenn Morris
2007-09-28 5:44 ` martin rudalics
2007-09-28 7:10 ` Glenn Morris
2007-09-28 19:04 ` Richard Stallman
2007-10-08 9:31 ` martin rudalics
2007-10-08 19:05 ` Glenn Morris
2007-10-08 21:07 ` martin rudalics
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yz3axqnl58.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=rudalics@gmx.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.