From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#55412: 28.1; In Emacs 28.1, using ':eval' in 'frame-title-format' doesn't work properly Date: Wed, 18 May 2022 15:12:56 +0000 Message-ID: References: <838rr4kq56.fsf@gnu.org> <87d23565-b8ba-3b08-0d10-068be3b0c5fd@gmx.at> <83leuzf4zk.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9151"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 55412@debbugs.gnu.org, tanzer@swing.co.at, Eli Zaretskii To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed May 18 17:14:18 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nrLNS-0002FY-Mu for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 18 May 2022 17:14:18 +0200 Original-Received: from localhost ([::1]:50330 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nrLNR-0005kk-F6 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 18 May 2022 11:14:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nrLNC-0005jZ-Il for bug-gnu-emacs@gnu.org; Wed, 18 May 2022 11:14:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39332) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nrLNC-0002m0-9q for bug-gnu-emacs@gnu.org; Wed, 18 May 2022 11:14:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nrLNC-0007po-5i for bug-gnu-emacs@gnu.org; Wed, 18 May 2022 11:14:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 18 May 2022 15:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55412 X-GNU-PR-Package: emacs Original-Received: via spool by 55412-submit@debbugs.gnu.org id=B55412.165288678630036 (code B ref 55412); Wed, 18 May 2022 15:14:02 +0000 Original-Received: (at 55412) by debbugs.gnu.org; 18 May 2022 15:13:06 +0000 Original-Received: from localhost ([127.0.0.1]:33228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nrLMH-0007oO-Tr for submit@debbugs.gnu.org; Wed, 18 May 2022 11:13:06 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:39719 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1nrLMF-0007nS-Po for 55412@debbugs.gnu.org; Wed, 18 May 2022 11:13:04 -0400 Original-Received: (qmail 59394 invoked by uid 3782); 18 May 2022 15:12:57 -0000 Original-Received: from acm.muc.de (p4fe15a4c.dip0.t-ipconnect.de [79.225.90.76]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Wed, 18 May 2022 17:12:56 +0200 Original-Received: (qmail 19124 invoked by uid 1000); 18 May 2022 15:12:56 -0000 Content-Disposition: inline In-Reply-To: X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:232582 Archived-At: Hello, Martin. On Wed, May 18, 2022 at 17:01:43 +0200, martin rudalics wrote: > >> When I type M-:, save the expression to evaluate from some other frame, > >> and the subsequent yank inserts that expression into a normal buffer > >> instead of the minibuffer, the resulting behavior does not constitute a > >> less important inconsistency but an annoying regression. This is one of > >> the things that used to work "ever since". > > > > Can you tell more about the inconsistency you get in this scenario? > > I'm afraid I don't follow the description and therefore cannot try > > reproducing it myself. > Suppose I want to calculate the sum of two numbers: number-1 is shown in > a buffer on frame-1, number-2 is show in a buffer on frame-2. I start > typing M-: (+ on frame-1 then I do C-x o, mark number-1, type M-w, C-x o > and C-y to yank number-1 into the minibuffer. Then I add a space to the > minibuffer, type C-x 5 o to go to frame-2, mark number-2, type M-w and > C-x 5 o to get back to frame-1. > Ever since, that last C-x 5 o got me to the minibuffer window. With the > proposed change, that C-x 5 o will get me to the window of number-1 and > I have to manually select the minibuffer window to yank number-2 there. I think I can see where the problem is. I've even found the patch where this problem was introduced. I'll see if I can get a patch to you this evening to fix it. > martin -- Alan Mackenzie (Nuremberg, Germany).