* Get rid of new popup box from reftex - how?
@ 2022-07-30 17:50 Colin Baxter
2022-07-30 18:06 ` Gregory Heytings
2022-07-31 22:10 ` Stefan Monnier via Users list for the GNU Emacs text editor
0 siblings, 2 replies; 8+ messages in thread
From: Colin Baxter @ 2022-07-30 17:50 UTC (permalink / raw)
To: help-gnu-emacs
I notice that emacs-29.0.5 presents me with a popup confirmation dialog
box whenever I use reftex to save a local bibtex file. How can I get
back to receiving the confirmation message in the emacs' echo buffer?
This used to be the procedure up to and including emacs-28.1. Why the
change? For me, popups are a nuisance since they often involve having to
use the mouse and can get lost in full-screen emacs.
Thanks.
Best wishes,
Colin Baxter.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Get rid of new popup box from reftex - how?
2022-07-30 17:50 Get rid of new popup box from reftex - how? Colin Baxter
@ 2022-07-30 18:06 ` Gregory Heytings
2022-07-30 19:38 ` Colin Baxter
2022-07-31 22:10 ` Stefan Monnier via Users list for the GNU Emacs text editor
1 sibling, 1 reply; 8+ messages in thread
From: Gregory Heytings @ 2022-07-30 18:06 UTC (permalink / raw)
To: Colin Baxter; +Cc: help-gnu-emacs
>
> I notice that emacs-29.0.5 presents me with a popup confirmation dialog
> box whenever I use reftex to save a local bibtex file. How can I get
> back to receiving the confirmation message in the emacs' echo buffer?
> This used to be the procedure up to and including emacs-28.1. Why the
> change? For me, popups are a nuisance since they often involve having to
> use the mouse and can get lost in full-screen emacs.
>
Do you have (setq use-dialog-box nil)?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Get rid of new popup box from reftex - how?
2022-07-30 18:06 ` Gregory Heytings
@ 2022-07-30 19:38 ` Colin Baxter
2022-07-31 5:30 ` Eli Zaretskii
0 siblings, 1 reply; 8+ messages in thread
From: Colin Baxter @ 2022-07-30 19:38 UTC (permalink / raw)
To: Gregory Heytings; +Cc: help-gnu-emacs
>>>>> Gregory Heytings <gregory@heytings.org> writes:
>>
>> I notice that emacs-29.0.5 presents me with a popup confirmation
>> dialog box whenever I use reftex to save a local bibtex file. How
>> can I get back to receiving the confirmation message in the
>> emacs' echo buffer? This used to be the procedure up to and
>> including emacs-28.1. Why the change? For me, popups are a
>> nuisance since they often involve having to use the mouse and can
>> get lost in full-screen emacs.
>>
> 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.
Thanks again
Best wishes.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Get rid of new popup box from reftex - how?
2022-07-30 19:38 ` Colin Baxter
@ 2022-07-31 5:30 ` Eli Zaretskii
0 siblings, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2022-07-31 5:30 UTC (permalink / raw)
To: help-gnu-emacs
> 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).
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Get rid of new popup box from reftex - how?
2022-07-30 17:50 Get rid of new popup box from reftex - how? Colin Baxter
2022-07-30 18:06 ` Gregory Heytings
@ 2022-07-31 22:10 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-08-01 3:00 ` Emanuel Berg
2022-08-01 5:00 ` Colin Baxter
1 sibling, 2 replies; 8+ messages in thread
From: Stefan Monnier via Users list for the GNU Emacs text editor @ 2022-07-31 22:10 UTC (permalink / raw)
To: help-gnu-emacs
Colin Baxter [2022-07-30 18:50:21] wrote:
> I notice that emacs-29.0.5 presents me with a popup confirmation dialog
> box whenever I use reftex to save a local bibtex file. How can I get
> back to receiving the confirmation message in the emacs' echo buffer?
When you see a regression while using the `master` branch from Emacs,
please `M-x report-emacs-bug`.
Stefan
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Get rid of new popup box from reftex - how?
2022-07-31 22:10 ` Stefan Monnier via Users list for the GNU Emacs text editor
@ 2022-08-01 3:00 ` Emanuel Berg
2022-08-01 5:00 ` Colin Baxter
1 sibling, 0 replies; 8+ messages in thread
From: Emanuel Berg @ 2022-08-01 3:00 UTC (permalink / raw)
To: help-gnu-emacs
Stefan Monnier via Users list for the GNU Emacs text editor wrote:
>> I notice that emacs-29.0.5 presents me with a popup
>> confirmation dialog box whenever I use reftex to save
>> a local bibtex file. How can I get back to receiving the
>> confirmation message in the emacs' echo buffer?
>
> When you see a regression while using the `master` branch
> from Emacs, please `M-x report-emacs-bug`.
I sense something interesting here, what's a regression in
this sense?
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Get rid of new popup box from reftex - how?
2022-07-31 22:10 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-08-01 3:00 ` Emanuel Berg
@ 2022-08-01 5:00 ` Colin Baxter
2022-08-01 11:31 ` Eli Zaretskii
1 sibling, 1 reply; 8+ messages in thread
From: Colin Baxter @ 2022-08-01 5:00 UTC (permalink / raw)
To: Stefan Monnier via Users list for the GNU Emacs text editor
Cc: Stefan Monnier
>>>>> Stefan Monnier via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org> writes:
> Colin Baxter [2022-07-30 18:50:21] wrote:
>> I notice that emacs-29.0.5 presents me with a popup confirmation
>> dialog box whenever I use reftex to save a local bibtex file. How
>> can I get back to receiving the confirmation message in the
>> emacs' echo buffer?
> When you see a regression while using the `master` branch from
> Emacs, please `M-x report-emacs-bug`.
Will do. However, I'm not yet sure that what I saw wasn't a result of an
corrupt setup.
Best wishes,
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Get rid of new popup box from reftex - how?
2022-08-01 5:00 ` Colin Baxter
@ 2022-08-01 11:31 ` Eli Zaretskii
0 siblings, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2022-08-01 11:31 UTC (permalink / raw)
To: help-gnu-emacs
> From: Colin Baxter <m43cap@yandex.com>
> Cc: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Mon, 01 Aug 2022 06:00:17 +0100
>
> >>>>> Stefan Monnier via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org> writes:
>
> > When you see a regression while using the `master` branch from
> > Emacs, please `M-x report-emacs-bug`.
>
> Will do. However, I'm not yet sure that what I saw wasn't a result of an
> corrupt setup.
Don't worry about that, if it turns out it's the latter, we won't hold
a grudge against you.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-08-01 11:31 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-30 17:50 Get rid of new popup box from reftex - how? Colin Baxter
2022-07-30 18:06 ` Gregory Heytings
2022-07-30 19:38 ` Colin Baxter
2022-07-31 5:30 ` Eli Zaretskii
2022-07-31 22:10 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-08-01 3:00 ` Emanuel Berg
2022-08-01 5:00 ` Colin Baxter
2022-08-01 11:31 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).