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.help Subject: Re: Get rid of new popup box from reftex - how? Date: Sun, 31 Jul 2022 08:30:07 +0300 Message-ID: <83wnbt4zog.fsf@gnu.org> References: <87ilnev6aq.fsf@yandex.com> <65cb7c73fd83913aff2f@heytings.org> <87edy2v1b0.fsf@yandex.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23543"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jul 31 07:31:28 2022 Return-path: Envelope-to: geh-help-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 1oI1Xz-0005ya-Jj for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 31 Jul 2022 07:31:28 +0200 Original-Received: from localhost ([::1]:47542 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oI1Xy-0000qZ-HI for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 31 Jul 2022 01:31:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48574) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oI1Ww-0000qR-Uq for help-gnu-emacs@gnu.org; Sun, 31 Jul 2022 01:30:22 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49906) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oI1Ww-0000gW-MO for help-gnu-emacs@gnu.org; Sun, 31 Jul 2022 01:30:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ANlEJYELhHec2gnsIXrKvXGuReLHSDRXng4v4FPv8w4=; b=RRLgfYqy0I0W eRPSBPZw4k4I0i6NJ6ZCw9Cn+wPN3mpFP0caGIW/3HLZvhvcgInP4RcRPm0u8L/kHSyerxAxHy8pS BNYWp+oZzqgJdkH6++WVyIg4qUTQNpoqZgtrTLNpHIKFMhm1cmou9BiKC5OidU6BOYCINdyc4hfQm IGunmgk+RvwqG7OJndqauPI0eQJqCpLwgh1KyQzf6qvyXtt1POAK+hTo14VZxH1W9pv4WHH0Ea4xC Ocir4PgaM7q9SUs08duSwS71TyNiP9wrbwmss/siXP4M+rRVVtGo+dLuZqD7Y/TPxE0563onqYcvD XDi3l7w7YrsVtjjh40Pc+A==; Original-Received: from [87.69.77.57] (port=4543 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 1oI1Ww-0008S1-5e for help-gnu-emacs@gnu.org; Sun, 31 Jul 2022 01:30:22 -0400 In-Reply-To: <87edy2v1b0.fsf@yandex.com> (message from Colin Baxter on Sat, 30 Jul 2022 20:38:11 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:138675 Archived-At: > From: Colin Baxter > Cc: help-gnu-emacs@gnu.org > Date: Sat, 30 Jul 2022 20:38:11 +0100 > > >>>>> Gregory Heytings writes: > > > Do you have (setq use-dialog-box nil)? > > No. That works - thanks - but I am curious. I've had the use-dialog-box > set to t in the past but reftex on emacs-28.1 did not present me with a > popup box. It only happens in emacs-29.0.5. I can't find anything > relevant in the git logs so I don't know when or if the popup behaviour > changed in reftex. use-dialog-box should be in effect only for commands that were invoked by a mouse click or from the menus (the menu bar or popup menus). If this is not what happened, there's likely a bug in Emacs 29, and you should report it (and preferably also try to investigate why this happened).