all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 34317@debbugs.gnu.org
Subject: bug#34317: 26.1.90; Wrong unbinding order in x_consider_frame_title
Date: Sun, 24 Feb 2019 19:30:42 +0100	[thread overview]
Message-ID: <5C72E2D2.2020804@gmx.at> (raw)
In-Reply-To: <83zhqlnp8f.fsf@gnu.org>

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

 > I cannot imagine that was on purpose.

OK.

 > But your proposed change fixes that, so I'm unsure why you said it
 > won't work OOTB.  What did I miss?

Because I encountered problems in another context but do not remember
the details.  All I can tell is that here I additionally had to install
the attached.

martin

[-- Attachment #2: keyboard.c.diff --]
[-- Type: text/plain, Size: 486 bytes --]

--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1477,7 +1477,9 @@ static int read_key_sequence (Lisp_Object *, Lisp_Object,
 
       /* If displaying a message, resize the echo area window to fit
 	 that message's size exactly.  */
-      if (!NILP (echo_area_buffer[0]))
+      if (!NILP (echo_area_buffer[0])
+	  && (EQ (echo_area_window,
+		  FRAME_MINIBUF_WINDOW (XFRAME (selected_frame)))))
 	resize_echo_area_exactly ();
 
       /* If there are warnings waiting, process them.  */

  reply	other threads:[~2019-02-24 18:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-04 18:49 bug#34317: 26.1.90; Wrong unbinding order in x_consider_frame_title martin rudalics
2019-02-19  9:07 ` martin rudalics
2019-02-23  9:43   ` Eli Zaretskii
2019-02-23 14:00     ` martin rudalics
2019-02-23 16:46       ` Eli Zaretskii
2019-02-24  8:43         ` martin rudalics
2019-02-24 16:08           ` Eli Zaretskii
2019-02-24 18:30             ` martin rudalics [this message]
2019-02-24 18:57               ` Eli Zaretskii
2019-03-04 10:14                 ` 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=5C72E2D2.2020804@gmx.at \
    --to=rudalics@gmx.at \
    --cc=34317@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /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.