unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Separate minibuffer frame and resize-mini-frames in 29.1
@ 2023-09-02 20:25 Andrii Kolomoiets
  2023-09-03  5:48 ` Eli Zaretskii
  2023-09-03  7:50 ` Visuwesh
  0 siblings, 2 replies; 4+ messages in thread
From: Andrii Kolomoiets @ 2023-09-02 20:25 UTC (permalink / raw)
  To: emacs-devel

Hi,

Start Emacs with the following command:

emacs -Q --eval "(setq default-frame-alist '((minibuffer . nil)))" \
         --eval "(setq resize-mini-frames t)"

And press `C-x C-f`.

From what I can see, some Emacs ports are works fine, and some don't.

For example, NS port (build 1, aarch64-apple-darwin21.6.0, NS
appkit-2113.60 Version 12.6.6 (Build 21G646)) is working fine.

Emacs-mac port (build 1, aarch64-apple-darwin22.5.0, Carbon Version 169
AppKit 2299.6 of 2023-08-08) becomes unresponsive.

GTK port (aarch64-unknown-linux-gnu, GTK+ Version 3.24.38, cairo version
1.17.8) becomes unresponsive too.  I need to press C-g after each
keypress in order to character appears in the minibuffer.

Can you please try the same on different ports (Windows, PGTK, etc.) in
order to confirm this issue?

Thanks!


--
Andrii




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

* Re: Separate minibuffer frame and resize-mini-frames in 29.1
  2023-09-02 20:25 Separate minibuffer frame and resize-mini-frames in 29.1 Andrii Kolomoiets
@ 2023-09-03  5:48 ` Eli Zaretskii
  2023-09-03  7:50 ` Visuwesh
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2023-09-03  5:48 UTC (permalink / raw)
  To: Andrii Kolomoiets; +Cc: emacs-devel

> From: Andrii Kolomoiets <andreyk.mad@gmail.com>
> Date: Sat, 02 Sep 2023 23:25:23 +0300
> 
> Hi,
> 
> Start Emacs with the following command:
> 
> emacs -Q --eval "(setq default-frame-alist '((minibuffer . nil)))" \
>          --eval "(setq resize-mini-frames t)"
> 
> And press `C-x C-f`.
> 
> >From what I can see, some Emacs ports are works fine, and some don't.
> 
> For example, NS port (build 1, aarch64-apple-darwin21.6.0, NS
> appkit-2113.60 Version 12.6.6 (Build 21G646)) is working fine.
> 
> Emacs-mac port (build 1, aarch64-apple-darwin22.5.0, Carbon Version 169
> AppKit 2299.6 of 2023-08-08) becomes unresponsive.
> 
> GTK port (aarch64-unknown-linux-gnu, GTK+ Version 3.24.38, cairo version
> 1.17.8) becomes unresponsive too.  I need to press C-g after each
> keypress in order to character appears in the minibuffer.
> 
> Can you please try the same on different ports (Windows, PGTK, etc.) in
> order to confirm this issue?

Works fine on MS-Windows.



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

* Re: Separate minibuffer frame and resize-mini-frames in 29.1
  2023-09-02 20:25 Separate minibuffer frame and resize-mini-frames in 29.1 Andrii Kolomoiets
  2023-09-03  5:48 ` Eli Zaretskii
@ 2023-09-03  7:50 ` Visuwesh
  2023-09-03 10:18   ` Felix
  1 sibling, 1 reply; 4+ messages in thread
From: Visuwesh @ 2023-09-03  7:50 UTC (permalink / raw)
  To: Andrii Kolomoiets; +Cc: emacs-devel

[சனி செப்டம்பர் 02, 2023] Andrii Kolomoiets wrote:

> Hi,
>
> Start Emacs with the following command:
>
> emacs -Q --eval "(setq default-frame-alist '((minibuffer . nil)))" \
>          --eval "(setq resize-mini-frames t)"
>
> And press `C-x C-f`.
>
> From what I can see, some Emacs ports are works fine, and some don't.
>
> For example, NS port (build 1, aarch64-apple-darwin21.6.0, NS
> appkit-2113.60 Version 12.6.6 (Build 21G646)) is working fine.
>
> Emacs-mac port (build 1, aarch64-apple-darwin22.5.0, Carbon Version 169
> AppKit 2299.6 of 2023-08-08) becomes unresponsive.
>
> GTK port (aarch64-unknown-linux-gnu, GTK+ Version 3.24.38, cairo version
> 1.17.8) becomes unresponsive too.  I need to press C-g after each
> keypress in order to character appears in the minibuffer.
>
> Can you please try the same on different ports (Windows, PGTK, etc.) in
> order to confirm this issue?
>
> Thanks!

Does not work here---I don't see the prompt show up in the minibuffer
frame.  I'm using awesomewm if that matters.

In GNU Emacs 30.0.50 (build 19, x86_64-pc-linux-gnu, X toolkit, Xaw
 scroll bars) of 2023-08-31 built on astatine
Repository revision: 4ceb48669655c1193aae11587acc1bc1960568bc
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101008
System Description: Debian GNU/Linux trixie/sid



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

* Re: Separate minibuffer frame and resize-mini-frames in 29.1
  2023-09-03  7:50 ` Visuwesh
@ 2023-09-03 10:18   ` Felix
  0 siblings, 0 replies; 4+ messages in thread
From: Felix @ 2023-09-03 10:18 UTC (permalink / raw)
  To: Visuwesh; +Cc: Andrii Kolomoiets, emacs-devel


Visuwesh <visuweshm@gmail.com> writes:

> [சனி செப்டம்பர் 02, 2023] Andrii Kolomoiets wrote:
>
>> Hi,
>>
>> Start Emacs with the following command:
>>
>> emacs -Q --eval "(setq default-frame-alist '((minibuffer . nil)))" \
>>          --eval "(setq resize-mini-frames t)"
>>
>> And press `C-x C-f`.
>>
>> From what I can see, some Emacs ports are works fine, and some don't.
>>
>> For example, NS port (build 1, aarch64-apple-darwin21.6.0, NS
>> appkit-2113.60 Version 12.6.6 (Build 21G646)) is working fine.
>>
>> Emacs-mac port (build 1, aarch64-apple-darwin22.5.0, Carbon Version 169
>> AppKit 2299.6 of 2023-08-08) becomes unresponsive.
>>
>> GTK port (aarch64-unknown-linux-gnu, GTK+ Version 3.24.38, cairo version
>> 1.17.8) becomes unresponsive too.  I need to press C-g after each
>> keypress in order to character appears in the minibuffer.
>>
>> Can you please try the same on different ports (Windows, PGTK, etc.) in
>> order to confirm this issue?
>>
>> Thanks!
>
> Does not work here---I don't see the prompt show up in the minibuffer
> frame.  I'm using awesomewm if that matters.
>
> In GNU Emacs 30.0.50 (build 19, x86_64-pc-linux-gnu, X toolkit, Xaw
>  scroll bars) of 2023-08-31 built on astatine
> Repository revision: 4ceb48669655c1193aae11587acc1bc1960568bc
> Repository branch: master
> Windowing system distributor 'The X.Org Foundation', version 11.0.12101008
> System Description: Debian GNU/Linux trixie/sid

GNU Emacs 30.0.50 (build 84, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) of 2023-09-03
with pgtk.
No character appears in the minibuffer until pressing C-g.
I can type a whole command, after pressing C-g it appears in the
minibuffer frame.



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

end of thread, other threads:[~2023-09-03 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-02 20:25 Separate minibuffer frame and resize-mini-frames in 29.1 Andrii Kolomoiets
2023-09-03  5:48 ` Eli Zaretskii
2023-09-03  7:50 ` Visuwesh
2023-09-03 10:18   ` Felix

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