Could Emacs be rewritten in Python?

Greg Ewing (using news.cis.dfn.de) ckea25d02 at sneakemail.com
Mon Apr 7 23:16:52 EDT 2003


Carl Banks wrote:
> Second, given that the keyboard focus can only be active in one buffer
> at a time, the idea of a current buffer is absolutely necessary.

There certainly needs to be a notion of which buffer
has the keyboard focus. But I was thinking of the way
that lots of elisp code uses current-buffer as a
kind of implicit parameter, when it really has
nothing to do with keyboard focus. The fact that
there exist things like with-buffer is a testament
to this.

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg





More information about the Python-list mailing list