From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#51199: describe-key on a toolbar item throws an error Date: Thu, 14 Oct 2021 12:31:23 +0300 Message-ID: <83tuhkkl5g.fsf@gnu.org> References: <87wnmgm3k2.fsf.ref@yahoo.com> <87wnmgm3k2.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7107"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 51199@debbugs.gnu.org To: Po Lu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Oct 14 11:32:12 2021 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 1max5v-0001fa-G4 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 14 Oct 2021 11:32:11 +0200 Original-Received: from localhost ([::1]:47066 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1max5u-0004vt-2T for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 14 Oct 2021 05:32:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60624) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1max5m-0004vV-S4 for bug-gnu-emacs@gnu.org; Thu, 14 Oct 2021 05:32:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51351) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1max5m-0001Dz-JC for bug-gnu-emacs@gnu.org; Thu, 14 Oct 2021 05:32:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1max5m-0001eo-DS for bug-gnu-emacs@gnu.org; Thu, 14 Oct 2021 05:32:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Oct 2021 09:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51199 X-GNU-PR-Package: emacs Original-Received: via spool by 51199-submit@debbugs.gnu.org id=B51199.16342038956332 (code B ref 51199); Thu, 14 Oct 2021 09:32:02 +0000 Original-Received: (at 51199) by debbugs.gnu.org; 14 Oct 2021 09:31:35 +0000 Original-Received: from localhost ([127.0.0.1]:34664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1max5K-0001e4-Sd for submit@debbugs.gnu.org; Thu, 14 Oct 2021 05:31:35 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:58660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1max5J-0001dr-Be for 51199@debbugs.gnu.org; Thu, 14 Oct 2021 05:31:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40262) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1max5D-0000gK-MC; Thu, 14 Oct 2021 05:31:27 -0400 Original-Received: from [87.69.77.57] (port=2184 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1max5C-0007jX-C4; Thu, 14 Oct 2021 05:31:27 -0400 In-Reply-To: <87wnmgm3k2.fsf@yahoo.com> (bug-gnu-emacs@gnu.org) 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:217207 Archived-At: > Date: Thu, 14 Oct 2021 16:08:29 +0800 > From: Po Lu via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > > In master and the latest emacs-28, I get: > mouse-minibuffer-check: Wrong type argument: window-valid-p, # > When I press C-h k and then click a button on the toolbar. (This won't > be reproducible if you have toolkit tool bars). > > This used to work in Emacs 27, and is very useful when I want to check > what a button on the toolbar does. It would be appreciated if someone > looked into this. Thanks. That's something Stefan said in another bug report: mouse-minibuffer-check assumes too much about posn-window. Should be fixed now on the emacs-28 branch.