unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#56765: 28.1.90; recenter-top-bottom in the minibuffer freezes Emacs
@ 2022-07-25 18:36 Daniel Mendler
  2022-07-25 19:01 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Mendler @ 2022-07-25 18:36 UTC (permalink / raw)
  To: 56765

Minimal recipe:

1. Start emacs -Q
2. Enable fido-vertical-mode
3. Invoke M-x
4. Press C-l C-l C-l inside the minibuffer -> Emacs freezes

(Original report https://github.com/minad/vertico/issues/256)

In GNU Emacs 28.1.90 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo
version 1.16.0, Xaw scroll bars)
 of 2022-06-30 built on projects
Repository revision: f5421104e9753a2d3ead19ba31ac5ed1f3a5c03a
Repository branch: emacs-28
Windowing system distributor 'The X.Org Foundation', version 11.0.12004000
System Description: Debian GNU/Linux 10 (buster)





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#56765: 28.1.90; recenter-top-bottom in the minibuffer freezes Emacs
  2022-07-25 18:36 bug#56765: 28.1.90; recenter-top-bottom in the minibuffer freezes Emacs Daniel Mendler
@ 2022-07-25 19:01 ` Eli Zaretskii
  2022-07-25 19:10   ` Daniel Mendler
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2022-07-25 19:01 UTC (permalink / raw)
  To: Daniel Mendler; +Cc: 56765

> Date: Mon, 25 Jul 2022 20:36:13 +0200
> From: Daniel Mendler <mail@daniel-mendler.de>
> 
> Minimal recipe:
> 
> 1. Start emacs -Q
> 2. Enable fido-vertical-mode
> 3. Invoke M-x
> 4. Press C-l C-l C-l inside the minibuffer -> Emacs freezes

Thanks, should be fixed now on the release branch.

> (Original report https://github.com/minad/vertico/issues/256)

Could you see if this is also fixed?





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#56765: 28.1.90; recenter-top-bottom in the minibuffer freezes Emacs
  2022-07-25 19:01 ` Eli Zaretskii
@ 2022-07-25 19:10   ` Daniel Mendler
  2022-07-26  2:24     ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Mendler @ 2022-07-25 19:10 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 56765

On 7/25/22 21:01, Eli Zaretskii wrote:
>> Date: Mon, 25 Jul 2022 20:36:13 +0200
>> From: Daniel Mendler <mail@daniel-mendler.de>
>>
>> Minimal recipe:
>>
>> 1. Start emacs -Q
>> 2. Enable fido-vertical-mode
>> 3. Invoke M-x
>> 4. Press C-l C-l C-l inside the minibuffer -> Emacs freezes
> 
> Thanks, should be fixed now on the release branch.

You mean the Emacs 28 release branch? Could you please point me to the
commit which fixed the issue?

>> (Original report https://github.com/minad/vertico/issues/256)
> 
> Could you see if this is also fixed?

I am pretty sure that this one is fixed as well, but I will give it a
check the next time I recompile Emacs.

Thanks!





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#56765: 28.1.90; recenter-top-bottom in the minibuffer freezes Emacs
  2022-07-25 19:10   ` Daniel Mendler
@ 2022-07-26  2:24     ` Eli Zaretskii
  2022-07-26 17:52       ` Daniel Mendler
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2022-07-26  2:24 UTC (permalink / raw)
  To: Daniel Mendler; +Cc: 56765

> Date: Mon, 25 Jul 2022 21:10:54 +0200
> Cc: 56765@debbugs.gnu.org
> From: Daniel Mendler <mail@daniel-mendler.de>
> 
> On 7/25/22 21:01, Eli Zaretskii wrote:
> >> Date: Mon, 25 Jul 2022 20:36:13 +0200
> >> From: Daniel Mendler <mail@daniel-mendler.de>
> >>
> >> Minimal recipe:
> >>
> >> 1. Start emacs -Q
> >> 2. Enable fido-vertical-mode
> >> 3. Invoke M-x
> >> 4. Press C-l C-l C-l inside the minibuffer -> Emacs freezes
> > 
> > Thanks, should be fixed now on the release branch.
> 
> You mean the Emacs 28 release branch? Could you please point me to the
> commit which fixed the issue?

Commit 970190b on the emacs-28 branch.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#56765: 28.1.90; recenter-top-bottom in the minibuffer freezes Emacs
  2022-07-26  2:24     ` Eli Zaretskii
@ 2022-07-26 17:52       ` Daniel Mendler
  2022-07-26 18:15         ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Mendler @ 2022-07-26 17:52 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 56765

On 7/26/22 04:24, Eli Zaretskii wrote:
>> Date: Mon, 25 Jul 2022 21:10:54 +0200
>> Cc: 56765@debbugs.gnu.org
>> From: Daniel Mendler <mail@daniel-mendler.de>
>>
>> On 7/25/22 21:01, Eli Zaretskii wrote:
>>>> Date: Mon, 25 Jul 2022 20:36:13 +0200
>>>> From: Daniel Mendler <mail@daniel-mendler.de>
>>>>
>>>> Minimal recipe:
>>>>
>>>> 1. Start emacs -Q
>>>> 2. Enable fido-vertical-mode
>>>> 3. Invoke M-x
>>>> 4. Press C-l C-l C-l inside the minibuffer -> Emacs freezes
>>>
>>> Thanks, should be fixed now on the release branch.
>>
>> You mean the Emacs 28 release branch? Could you please point me to the
>> commit which fixed the issue?
> 
> Commit 970190b on the emacs-28 branch.

Thanks, I can confirm that the bug has been fixed for fido-vertical-mode
and vertico-mode.

Daniel





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#56765: 28.1.90; recenter-top-bottom in the minibuffer freezes Emacs
  2022-07-26 17:52       ` Daniel Mendler
@ 2022-07-26 18:15         ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2022-07-26 18:15 UTC (permalink / raw)
  To: Daniel Mendler; +Cc: 56765-done

> Date: Tue, 26 Jul 2022 19:52:38 +0200
> Cc: 56765@debbugs.gnu.org
> From: Daniel Mendler <mail@daniel-mendler.de>
> 
> On 7/26/22 04:24, Eli Zaretskii wrote:
> >> Date: Mon, 25 Jul 2022 21:10:54 +0200
> >> Cc: 56765@debbugs.gnu.org
> >> From: Daniel Mendler <mail@daniel-mendler.de>
> >>
> >>> Thanks, should be fixed now on the release branch.
> >>
> >> You mean the Emacs 28 release branch? Could you please point me to the
> >> commit which fixed the issue?
> > 
> > Commit 970190b on the emacs-28 branch.
> 
> Thanks, I can confirm that the bug has been fixed for fido-vertical-mode
> and vertico-mode.

Great, thanks for testing.  I'm therefore closing this bug.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-07-26 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25 18:36 bug#56765: 28.1.90; recenter-top-bottom in the minibuffer freezes Emacs Daniel Mendler
2022-07-25 19:01 ` Eli Zaretskii
2022-07-25 19:10   ` Daniel Mendler
2022-07-26  2:24     ` Eli Zaretskii
2022-07-26 17:52       ` Daniel Mendler
2022-07-26 18:15         ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).