GNU bug report logs - #39072
26.3; Pressing C-z in fullscreen messes all frames

Previous Next

Package: emacs;

Reported by: Corwin Brust <corwin <at> bru.st>

Date: Fri, 10 Jan 2020 17:14:01 UTC

Severity: normal

Found in version 26.3

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39072 in the body.
You can then email your comments to 39072 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#39072; Package emacs. (Fri, 10 Jan 2020 17:14:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Corwin Brust <corwin <at> bru.st>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 10 Jan 2020 17:14:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Corwin Brust <corwin <at> bru.st>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.3; Pressing C-z in fullscreen messes all frames
Date: Fri, 10 Jan 2020 11:01:54 -0600
[Message part 1 (text/plain, inline)]
--text follows this line--

# windows 10, GNU Emacs 26.3 (msi)
emacs -Q
F-11 ;;now we're full-screen
C-z  ;; now all frames are "locked"

...

At this point, emacs won't accept keyboard input. C-g doesn't do anything,
If there are several frames they will all be in this state.  We seem to be
able to
recover using the mouse to execute an interactive command.  In fact, I was
able to use Help | Send Bug Report to create this message *after*
reproducing
from my -Q session -- once the mini-buffer prompt popped I was able to type
again.


In GNU Emacs 26.3 (build 1, i686-w64-mingw32)
 of 2019-08-29 built on CIRROCUMULUS
Repository revision: 96dd0196c28bc36779584e47fffcca433c9309cd
Windowing system distributor 'Microsoft Corp.', version 10.0.18363
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Configured using:
 'configure --without-dbus --host=i686-w64-mingw32
 --without-compress-install 'CFLAGS=-O2 -static -g3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS THREADS LCMS2

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1252

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny seq byte-opt gv
bytecomp byte-compile cconv cl-loaddefs cl-lib dired dired-loaddefs
format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg
epg-config gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils elec-pair time-date
mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win
w32-vars term/common-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow isearch timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932
hebrew greek romanian slovak czech european ethiopic indian cyrillic
chinese composite charscript charprop case-table epa-hook jka-cmpr-hook
help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads w32notify w32 lcms2 multi-tty make-network-process
emacs)

Memory information:
((conses 8 97498 15152)
 (symbols 24 20212 1)
 (miscs 20 51 160)
 (strings 16 29861 1639)
 (string-bytes 1 765350)
 (vectors 12 13885)
 (vector-slots 4 516328 12014)
 (floats 8 52 238)
 (intervals 28 239 30)
 (buffers 536 12))


-- 
*Corwin*
612-217-1742
612-298-0615 (fax)
612-695-4276 (mobile)
*corwin.brust (skype)corwin <at> bru.st <corwin <at> bru.st>*
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#39072; Package emacs. (Fri, 10 Jan 2020 18:38:01 GMT) Full text and rfc822 format available.

Message #8 received at 39072 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Corwin Brust <corwin <at> bru.st>
Cc: 39072 <at> debbugs.gnu.org
Subject: Re: bug#39072: 26.3; Pressing C-z in fullscreen messes all frames
Date: Fri, 10 Jan 2020 20:37:06 +0200
> From: Corwin Brust <corwin <at> bru.st>
> Date: Fri, 10 Jan 2020 11:01:54 -0600
> 
> # windows 10, GNU Emacs 26.3 (msi)
> emacs -Q
> F-11 ;;now we're full-screen
> C-z  ;; now all frames are "locked"
> 
> ...
> 
> At this point, emacs won't accept keyboard input. C-g doesn't do anything, 
> If there are several frames they will all be in this state.  We seem to be able to 
> recover using the mouse to execute an interactive command.  In fact, I was 
> able to use Help | Send Bug Report to create this message *after* reproducing
> from my -Q session -- once the mini-buffer prompt popped I was able to type
> again.

I cannot reproduce this, but I'm not on Windows 10.  On my Windows
system, C-z minimizes the frame, even if it was previously maximized
with F11.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#39072; Package emacs. (Fri, 10 Jan 2020 18:48:01 GMT) Full text and rfc822 format available.

Message #11 received at 39072 <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 39072 <at> debbugs.gnu.org, Corwin Brust <corwin <at> bru.st>
Subject: Re: bug#39072: 26.3; Pressing C-z in fullscreen messes all frames
Date: Fri, 10 Jan 2020 13:47:35 -0500
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Corwin Brust <corwin <at> bru.st>
>> Date: Fri, 10 Jan 2020 11:01:54 -0600
>> 
>> # windows 10, GNU Emacs 26.3 (msi)
>> emacs -Q
>> F-11 ;;now we're full-screen
>> C-z  ;; now all frames are "locked"
>> 
>> ...
>> 
>> At this point, emacs won't accept keyboard input. C-g doesn't do anything, 
>> If there are several frames they will all be in this state.  We seem to be able to 
>> recover using the mouse to execute an interactive command.  In fact, I was 
>> able to use Help | Send Bug Report to create this message *after* reproducing
>> from my -Q session -- once the mini-buffer prompt popped I was able to type
>> again.
>
> I cannot reproduce this, but I'm not on Windows 10.  On my Windows
> system, C-z minimizes the frame, even if it was previously maximized
> with F11.

I have a Windows 10 box, and I can't reproduce it either.

In GNU Emacs 26.3 (build 1, x86_64-w64-mingw32)
 of 2019-08-29 built on CIRROCUMULUS
Repository revision: 96dd0196c28bc36779584e47fffcca433c9309cd
Windowing system distributor 'Microsoft Corp.', version 10.0.17763
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Configured using:
 'configure --without-dbus --host=x86_64-w64-mingw32
 --without-compress-install 'CFLAGS=-O2 -static -g3''





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#39072; Package emacs. (Fri, 10 Jan 2020 20:49:01 GMT) Full text and rfc822 format available.

Message #14 received at 39072 <at> debbugs.gnu.org (full text, mbox):

From: Corwin Brust <corwin <at> bru.st>
To: Noam Postavsky <npostavs <at> gmail.com>
Cc: 39072 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#39072: 26.3; Pressing C-z in fullscreen messes all frames
Date: Fri, 10 Jan 2020 14:35:15 -0600
[Message part 1 (text/plain, inline)]
 I do have several layers of weird to my windows setup.  If this isn't easy
for others to reproduce it's most likely PEBAC.  More, seems a good
probability this is something I've done to Windows rather than something
I've done to Emacs.  We can close this if no one else reports in.

It will take some time to peel them my customizations.  I can I update the
closed ticket if I have new information at that point?  My assumption is
that I won't then be able to reproduce and will only have what in my
windows setup caused this to share, so looking for the right place to put
that if it seems useful.

On Fri, Jan 10, 2020 at 12:47 PM Noam Postavsky <npostavs <at> gmail.com> wrote:

> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> From: Corwin Brust <corwin <at> bru.st>
> >> Date: Fri, 10 Jan 2020 11:01:54 -0600
> >>
> >> # windows 10, GNU Emacs 26.3 (msi)
> >> emacs -Q
> >> F-11 ;;now we're full-screen
> >> C-z  ;; now all frames are "locked"
> >>
> >> ...
> >>
> >> At this point, emacs won't accept keyboard input. C-g doesn't do
> anything,
> >> If there are several frames they will all be in this state.  We seem to
> be able to
> >> recover using the mouse to execute an interactive command.  In fact, I
> was
> >> able to use Help | Send Bug Report to create this message *after*
> reproducing
> >> from my -Q session -- once the mini-buffer prompt popped I was able to
> type
> >> again.
> >
> > I cannot reproduce this, but I'm not on Windows 10.  On my Windows
> > system, C-z minimizes the frame, even if it was previously maximized
> > with F11.
>
> I have a Windows 10 box, and I can't reproduce it either.
>
> In GNU Emacs 26.3 (build 1, x86_64-w64-mingw32)
>  of 2019-08-29 built on CIRROCUMULUS
> Repository revision: 96dd0196c28bc36779584e47fffcca433c9309cd
> Windowing system distributor 'Microsoft Corp.', version 10.0.17763
> Recent messages:
> For information about GNU Emacs and the GNU system, type C-h C-a.
>
> Configured using:
>  'configure --without-dbus --host=x86_64-w64-mingw32
>  --without-compress-install 'CFLAGS=-O2 -static -g3''
>
>

-- 
*Corwin*
612-217-1742
612-298-0615 (fax)
612-695-4276 (mobile)
*corwin.brust (skype)corwin <at> bru.st <corwin <at> bru.st>*
[Message part 2 (text/html, inline)]

Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Fri, 10 Jan 2020 21:11:02 GMT) Full text and rfc822 format available.

Notification sent to Corwin Brust <corwin <at> bru.st>:
bug acknowledged by developer. (Fri, 10 Jan 2020 21:11:02 GMT) Full text and rfc822 format available.

Message #19 received at 39072-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Corwin Brust <corwin <at> bru.st>
Cc: 39072-done <at> debbugs.gnu.org, npostavs <at> gmail.com
Subject: Re: bug#39072: 26.3; Pressing C-z in fullscreen messes all frames
Date: Fri, 10 Jan 2020 23:10:00 +0200
> From: Corwin Brust <corwin <at> bru.st>
> Date: Fri, 10 Jan 2020 14:35:15 -0600
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 39072 <at> debbugs.gnu.org
> 
> It will take some time to peel them my customizations.  I can I update the closed ticket if I have new
> information at that point?  My assumption is that I won't then be able to reproduce and will only have what in
> my windows setup caused this to share, so looking for the right place to put that if it seems useful.

We can always reopen a closed bug report if we have further info.

Thanks, I close this for now.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 08 Feb 2020 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 69 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.