all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Titus von der Malsburg <malsburg@posteo.de>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 18722@debbugs.gnu.org
Subject: bug#18722: Correction
Date: Thu, 16 Oct 2014 21:02:11 -0700	[thread overview]
Message-ID: <87zjcvny2k.fsf@posteo.de> (raw)
In-Reply-To: <jwvr3y7msrq.fsf-monnier+emacsbugs@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 880 bytes --]


On 2014-10-16 Thu 17:53, Stefan Monnier wrote:
> Can you try the patch below (applied to the latest trunk code) to see if
> your problem is really triggered by this commit?

Yes, this patch seems to solve the problem.

  Titus

>
>
>         Stefan
>
>
> === modified file 'src/xterm.c'
> --- src/xterm.c	2014-10-12 06:09:50 +0000
> +++ src/xterm.c	2014-10-17 00:51:47 +0000
> @@ -6864,14 +6864,6 @@
>  	      inev.ie.kind = DEICONIFY_EVENT;
>  	      XSETFRAME (inev.ie.frame_or_window, f);
>  	    }
> -	  else if (! FRAME_ICONIFIED_P (f)
> -		   && f->output_data.x->net_wm_state_hidden_seen)
> -	    {
> -	      SET_FRAME_VISIBLE (f, 0);
> -	      SET_FRAME_ICONIFIED (f, 1);
> -	      inev.ie.kind = ICONIFY_EVENT;
> -	      XSETFRAME (inev.ie.frame_or_window, f);
> -	    }
>  	}
>  
>        x_handle_property_notify (&event->xproperty);


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]

  reply	other threads:[~2014-10-17  4:02 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-14 20:24 bug#18722: 25.0.50; UI partly unresponsive after re-focus of Emacs' window Titus von der Malsburg
2014-10-15 21:41 ` bug#18722: Correction Titus von der Malsburg
2014-10-16  8:52   ` martin rudalics
2014-10-16 10:04     ` Eli Zaretskii
2014-10-16 11:41       ` martin rudalics
2014-10-16 12:04         ` Eli Zaretskii
2014-10-16 15:16         ` Titus von der Malsburg
2014-10-16 14:46       ` Titus von der Malsburg
2014-10-16 14:54         ` Eli Zaretskii
2014-10-16 15:10           ` Titus von der Malsburg
2014-10-16 15:34             ` Eli Zaretskii
2014-10-16 15:55               ` Titus von der Malsburg
2014-10-16 21:17               ` Titus von der Malsburg
2014-10-16 22:31                 ` Titus von der Malsburg
2014-10-17  0:53                   ` Stefan Monnier
2014-10-17  4:02                     ` Titus von der Malsburg [this message]
2014-10-17 17:48                       ` Jan Djärv
2014-10-17 18:14                         ` Titus von der Malsburg
2014-10-18 12:31                           ` Jan Djärv
2014-10-19 17:09                             ` Jan Djärv
2014-10-19 18:05                               ` Titus von der Malsburg
2014-10-19 20:33                                 ` Jan Djärv
2014-10-17  9:23                   ` martin rudalics
2014-10-17 12:55                     ` Stefan Monnier
2014-10-17 16:44                     ` Titus von der Malsburg
2014-10-16 16:07         ` Stefan Monnier
2014-10-16 19:36           ` Titus von der Malsburg

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=87zjcvny2k.fsf@posteo.de \
    --to=malsburg@posteo.de \
    --cc=18722@debbugs.gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.