unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9398: can no longer suspend emacs and get back to the shell
@ 2011-08-29  7:23 jidanni
  2011-08-29  8:24 ` Eli Zaretskii
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jidanni @ 2011-08-29  7:23 UTC (permalink / raw)
  To: 9398

Starting with
emacs-snapshot:
  Installed: 1:20110827-1
one can no longer do
$ emacs
C-z
and expect to be able to type anything to the shell.
One now needs to do
$ emacs &
beforehand for that.





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

* bug#9398: can no longer suspend emacs and get back to the shell
  2011-08-29  7:23 bug#9398: can no longer suspend emacs and get back to the shell jidanni
@ 2011-08-29  8:24 ` Eli Zaretskii
  2011-08-29  8:42 ` jidanni
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2011-08-29  8:24 UTC (permalink / raw)
  To: jidanni; +Cc: 9398

> From: jidanni@jidanni.org
> Date: Mon, 29 Aug 2011 15:23:39 +0800
> 
> Starting with
> emacs-snapshot:
>   Installed: 1:20110827-1
> one can no longer do
> $ emacs
> C-z
> and expect to be able to type anything to the shell.
> One now needs to do
> $ emacs &
> beforehand for that.

I cannot reproduce this in today's build, FWIW.





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

* bug#9398: can no longer suspend emacs and get back to the shell
  2011-08-29  7:23 bug#9398: can no longer suspend emacs and get back to the shell jidanni
  2011-08-29  8:24 ` Eli Zaretskii
@ 2011-08-29  8:42 ` jidanni
  2011-09-02 21:40 ` jidanni
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jidanni @ 2011-08-29  8:42 UTC (permalink / raw)
  To: eliz; +Cc: 9398

>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
>> Installed: 1:20110827-1
EZ> I cannot reproduce this in today's build, FWIW.
Well the snapshots are weekly, so I suppose you'll hear from me again if
it is not fixed next week.





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

* bug#9398: can no longer suspend emacs and get back to the shell
  2011-08-29  7:23 bug#9398: can no longer suspend emacs and get back to the shell jidanni
  2011-08-29  8:24 ` Eli Zaretskii
  2011-08-29  8:42 ` jidanni
@ 2011-09-02 21:40 ` jidanni
       [not found] ` <87ty8u4o7u.fsf@jidanni.org>
  2011-09-05  0:46 ` bug#9398: Bug#640461: returning 'focus' to calling window upon suspend or exit jidanni
  4 siblings, 0 replies; 6+ messages in thread
From: jidanni @ 2011-09-02 21:40 UTC (permalink / raw)
  To: 9398, monnier; +Cc: icewm, xterm, dickey, debian-emacsen

Try this with Debian emacs-snapshot 1:20110902-1 and icewm in an xterm:
$ emacs -Q
Then in emacs hit ^Z
Now we are staring at the calling shell's window.
But we cannot do anything.
This started happening two weeks ago.

The interesting thing is that if one now does ALT TAB twice, switching
back and forth to the shell window again, one can now type ^Z, ^C etc.
like one used to be able to.

So that means this must not be an emacs problem, but instead an icewm or
X windows problem, just like what happens when one exits firefox, one
needs to switch back and forth to regain the ability to type into the
original shell.

In emacs' case the problem occurs when one types ^Z, not at exit though.





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

* bug#9398: can no longer suspend emacs and get back to the shell
       [not found] ` <87ty8u4o7u.fsf@jidanni.org>
@ 2011-09-03 18:44   ` Chong Yidong
  0 siblings, 0 replies; 6+ messages in thread
From: Chong Yidong @ 2011-09-03 18:44 UTC (permalink / raw)
  To: jidanni; +Cc: dickey, xterm, icewm, debian-emacsen, 9398

jidanni@jidanni.org writes:

> Try this with Debian emacs-snapshot 1:20110902-1 and icewm in an xterm:
> $ emacs -Q
> Then in emacs hit ^Z
> Now we are staring at the calling shell's window.
> But we cannot do anything.
> This started happening two weeks ago.
>
> The interesting thing is that if one now does ALT TAB twice, switching
> back and forth to the shell window again, one can now type ^Z, ^C etc.
> like one used to be able to.

In that situation, `emacs -Q' should open an X frame.  C-z will iconify
(minimize) that frame, not suspend Emacs.  Your bug report makes no
sense.





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

* bug#9398: Bug#640461: returning 'focus' to calling window upon suspend or exit
  2011-08-29  7:23 bug#9398: can no longer suspend emacs and get back to the shell jidanni
                   ` (3 preceding siblings ...)
       [not found] ` <87ty8u4o7u.fsf@jidanni.org>
@ 2011-09-05  0:46 ` jidanni
  4 siblings, 0 replies; 6+ messages in thread
From: jidanni @ 2011-09-05  0:46 UTC (permalink / raw)
  To: submit

Package: xserver-common
Version: 2:1.11.0-1
X-debbugs-cc: 9398-done@debbugs.gnu.org

http://debbugs.gnu.org/9398 must instead have something to do with
Debian's X stuff, and not icewm or emacs or firefox.
I hereby create a Debian bug report, and respectfully ask the Debian
Devels to see http://debbugs.gnu.org/9398 .







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

end of thread, other threads:[~2011-09-05  0:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-29  7:23 bug#9398: can no longer suspend emacs and get back to the shell jidanni
2011-08-29  8:24 ` Eli Zaretskii
2011-08-29  8:42 ` jidanni
2011-09-02 21:40 ` jidanni
     [not found] ` <87ty8u4o7u.fsf@jidanni.org>
2011-09-03 18:44   ` Chong Yidong
2011-09-05  0:46 ` bug#9398: Bug#640461: returning 'focus' to calling window upon suspend or exit jidanni

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