emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nextstep manual merge


From: Adrian Robert
Subject: Re: Nextstep manual merge
Date: Fri, 14 Nov 2008 22:18:46 -0500


On Nov 14, 2008, at 9:01 PM, YAMAMOTO Mitsuharu wrote:

On Fri, 14 Nov 2008 15:50:49 -0500, Chong Yidong <address@hidden > said:

I've merged the Nextstep manual into macos.texi; please take a look,
and let me know if there are any problems.

What is the plan for "proper C-g handling" for the Cocoa/GNUstep port
before the Emacs 23.1 pretest?  I think it is the most fundamental and
crucial functionality that the current implementation is missing.

Three things I'm aware of need to be done:

1) complete removal of all Feval() calls in bad places as discussed earlier on this list

2) go through the code comparing nsterm and macterm input handling to make sure all ctrl-g related processing is similar

3) make sure that some sort of interrupt mechanism is in place to pick up ctrl-g events when emacs core is busy processing and does not make any input requests to the NS code (colored spinning disk shown in gui)

(1) is straightforward by using custom 'nonascii-keystroke' events, except for the case of input-method handling when in isearch mode, where passing such an event breaks out of the isearch entry. (2) is more or less done, or was at one point. I did some experimentation for (3) a while ago but failed, and some investigation is needed.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]