[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Get rid of new popup box from reftex - how?
From: |
Eli Zaretskii |
Subject: |
Re: Get rid of new popup box from reftex - how? |
Date: |
Sun, 31 Jul 2022 08:30:07 +0300 |
> From: Colin Baxter <m43cap@yandex.com>
> Cc: help-gnu-emacs@gnu.org
> Date: Sat, 30 Jul 2022 20:38:11 +0100
>
> >>>>> Gregory Heytings <gregory@heytings.org> 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).