all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#15413: 24.3.50; Emacs gets hung by find-file for //<TAB>
@ 2013-09-18 23:51 Katsumi Yamaoka
  2013-09-19  7:03 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2013-09-18 23:51 UTC (permalink / raw)
  To: 15413

When performing find-file, Emacs gets hung if I mistyped as:

Find file: // and <TAB>

As it might be because C-g doesn't break an inf-loop on Cygwin
Emacs (bug#14553), there seems to be no way to get out of it
except for killing the Emacs process.  For a wonder, Emacs does
not eat CPU so much at that time.

In GNU Emacs 24.3.50.1 (i686-pc-cygwin, GTK+ Version 3.8.2)
 of 2013-09-19 on localhost
Bzr revision: 114379 acm@muc.de-20130918204737-2ed6jt7qnku9okim
Windowing system distributor `The Cygwin/X Project', version 11.0.11403000
Configured using:
 `configure --verbose --with-x-toolkit=gtk3
 --without-dbus --without-gconf --without-gsettings'





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

* bug#15413: 24.3.50; Emacs gets hung by find-file for //<TAB>
  2013-09-18 23:51 bug#15413: 24.3.50; Emacs gets hung by find-file for //<TAB> Katsumi Yamaoka
@ 2013-09-19  7:03 ` Eli Zaretskii
  2013-09-20  6:17   ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2013-09-19  7:03 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 15413

> Date: Thu, 19 Sep 2013 08:51:41 +0900
> From: Katsumi Yamaoka <yamaoka@jpl.org>
> 
> When performing find-file, Emacs gets hung if I mistyped as:
> 
> Find file: // and <TAB>
> 
> As it might be because C-g doesn't break an inf-loop on Cygwin
> Emacs (bug#14553), there seems to be no way to get out of it
> except for killing the Emacs process.  For a wonder, Emacs does
> not eat CPU so much at that time.

My guess is it doesn't hang, it tries to access the network, since //
is the beginning of a UNC file name.  Try waiting longer.





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

* bug#15413: 24.3.50; Emacs gets hung by find-file for //<TAB>
  2013-09-19  7:03 ` Eli Zaretskii
@ 2013-09-20  6:17   ` Katsumi Yamaoka
  0 siblings, 0 replies; 3+ messages in thread
From: Katsumi Yamaoka @ 2013-09-20  6:17 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 15413-done

Eli Zaretskii wrote:
>> Date: Thu, 19 Sep 2013 08:51:41 +0900
>> From: Katsumi Yamaoka <yamaoka@jpl.org>
>>
>> When performing find-file, Emacs gets hung if I mistyped as:
>>
>> Find file: // and <TAB>
>>
>> As it might be because C-g doesn't break an inf-loop on Cygwin
>> Emacs (bug#14553), there seems to be no way to get out of it
>> except for killing the Emacs process.  For a wonder, Emacs does
>> not eat CPU so much at that time.

> My guess is it doesn't hang, it tries to access the network, since //
> is the beginning of a UNC file name.  Try waiting longer.

I left it for hours but it didn't seem to return.  Oh, I see.
It must be trying to complete a UNC file name.  In xterm that
runs tcsh, `cd //<C-d>' doesn't return, too.  Therefore, this
should not be an Emacs bug.  I'm closing this thread.  Thanks.





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

end of thread, other threads:[~2013-09-20  6:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-18 23:51 bug#15413: 24.3.50; Emacs gets hung by find-file for //<TAB> Katsumi Yamaoka
2013-09-19  7:03 ` Eli Zaretskii
2013-09-20  6:17   ` Katsumi Yamaoka

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.