[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: merging Emacs.app
From: |
Stefan Monnier |
Subject: |
Re: merging Emacs.app |
Date: |
Mon, 10 Mar 2008 11:52:03 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> I'm not sure if SYNC_INPUT changes the situation in Emacs 23. But I
> would rather choose the strategy that is working in other platforms
> than taking a risk of introducing a untested one for nontrivial issues
> such as C-g.
SYNC_INPUT doesn't make much difference here: indeed the code is not
executed from the signal handler any more, but it's still handled at
fairly arbitrary points in the code, many of whom do not allow execution
of elisp code. So w.r.t execution of elisp code from read_socket_hook,
it's still a big no-no.
Stefan
- The Aquamacs fork (was Re: merging Emacs.app), (continued)
- Re: merging Emacs.app, YAMAMOTO Mitsuharu, 2008/03/09
- Re: merging Emacs.app, David Kastrup, 2008/03/09
- Re: merging Emacs.app, David Reitter, 2008/03/09
- Re: merging Emacs.app, YAMAMOTO Mitsuharu, 2008/03/09
- Re: merging Emacs.app, Adrian Robert, 2008/03/10
- Re: merging Emacs.app, YAMAMOTO Mitsuharu, 2008/03/10
- Re: merging Emacs.app, Adrian Robert, 2008/03/10
- Re: merging Emacs.app,
Stefan Monnier <=
- Re: MAINTAINERS file, Richard Stallman, 2008/03/03
- Re: MAINTAINERS file, Stefan Monnier, 2008/03/03
- Re: MAINTAINERS file, Richard Stallman, 2008/03/04
- Re: MAINTAINERS file, Bastien, 2008/03/05
- Re: MAINTAINERS file, Xavier Maillard, 2008/03/08
- Re: MAINTAINERS file, Stefan Monnier, 2008/03/08
- Re: MAINTAINERS file, Richard Stallman, 2008/03/09
Re: MAINTAINERS file, Chong Yidong, 2008/03/02