unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* OS X: C-g does not break out of infinite loop
@ 2004-07-14 16:54 John Owens
  2004-07-15 13:17 ` Richard Stallman
  0 siblings, 1 reply; 6+ messages in thread
From: John Owens @ 2004-07-14 16:54 UTC (permalink / raw)


When sending a large email via FLIM, I could not break
out of the send using C-g. I thought this was a FLIM
problem, but Yoichi Nakayama ably identified it as a
emacs problem (on OS X specifically). The problem is
described in more detail here:

http://article.gmane.org/gmane.mail.wanderlust.general/632

with Yoichi's response (together with a test case that
I can reproduce: C-g on OS X cannot recover from
evaling any of the following three:

1. (condition-case nil (while 1) (error (error "catch
error")) (quit (error "catch quit")))
2. (condition-case nil (while 1) (error (error "catch
error")))
3. (while 1)

) at:

http://article.gmane.org/gmane.mail.wanderlust.general/635

(He verified this with GNU Emacs 21.3.50.1
(powerpc-apple-darwin7.3.0) of 2004-05-08; I also
verified it with GNU Emacs 21.3.50.1
(powerpc-apple-darwin7.4.0) of 2004-07-07.)

He also points out that C-g has had historical
problems in OS X:

http://article.gmane.org/gmane.emacs.macintosh.devel/46

Given that the above message indicates that the 10.2
OS X release allowed support for handling C-g
properly, maybe now's a good time to do so?

JDO


	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

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

end of thread, other threads:[~2004-07-19  7:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-14 16:54 OS X: C-g does not break out of infinite loop John Owens
2004-07-15 13:17 ` Richard Stallman
2004-07-15 13:57   ` YAMAMOTO Mitsuharu
2004-07-15 20:25     ` John Owens
     [not found]     ` <202E9468-D93E-11D8-A9B1-00039390AB82@mac.com>
     [not found]       ` <wlk6x0h6y5.wl@church.math.s.chiba-u.ac.jp>
2004-07-19  6:38         ` Steven Tamm
2004-07-19  7:13           ` YAMAMOTO Mitsuharu

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